Difference between revisions of "BeagleBone Black"

From Klaus' wiki
Jump to: navigation, search
Line 8: Line 8:
 
* Having developed a program on the laptop it would be nice to be able to execute it on the BBB and debug it. See [[BBB Remote Debugging]] for details about this.
 
* Having developed a program on the laptop it would be nice to be able to execute it on the BBB and debug it. See [[BBB Remote Debugging]] for details about this.
 
* Linux software is under constant update. If not the kernel, then other utilities are updated either to improve the existing functionality, to remove bugs or to give even more functionality. Jump to [[BBB New Debian Image]] if you would like to run on a new image.
 
* Linux software is under constant update. If not the kernel, then other utilities are updated either to improve the existing functionality, to remove bugs or to give even more functionality. Jump to [[BBB New Debian Image]] if you would like to run on a new image.
* Over at [[BBB Developing Device Drivers]] there is some words about device driver development.
+
* Over at [[BBB Developing Device Drivers]] there are some words about device driver development.

Revision as of 08:07, 2 May 2015

Find below my experiences with the BeagleBone Black (BBB) revision 3.

  • At BBB First Boot you can read about the first boot of the BeagleBone Black
  • I talk about adding a WiFi adapter over at BBB WiFi
  • The Yocto Project will enable you to build your own distribution for the BBB. See BBB Yocto Project for further details.
  • Enabling peripheral devices like the OneWire is relatively easy. See BBB OneWire for further details.
  • Cross compilations means that you develop software on one type of CPU architecture, e.g. Intel X86_64, for execution on another architecture, e.g. the ARM architecture. Se BBB Cross Compiler for more.
  • Having developed a program on the laptop it would be nice to be able to execute it on the BBB and debug it. See BBB Remote Debugging for details about this.
  • Linux software is under constant update. If not the kernel, then other utilities are updated either to improve the existing functionality, to remove bugs or to give even more functionality. Jump to BBB New Debian Image if you would like to run on a new image.
  • Over at BBB Developing Device Drivers there are some words about device driver development.