/beaglebone-black-examples

A few examples about how to start-up the beaglebone-black board and managing some peripherals.

Primary LanguageCGNU General Public License v2.0GPL-2.0

Beaglebone Black examples

Repo on GitHub Repo on GitLab

Here you can find some examples about programming linux applications, linux booting process and some configurations using embedded linux. For this purpose I use a Beaglebone Black rev C board.

  • sd_boot: SD card preparation for booting a linux distribution.
  • busybox: Booting example using SD card for bootloader only and loading kernel and root file system using TFTP and NFS server.
  • gpio_control: some examples about controlling GPIOs.
  • acogyro_MPU6050: an example about accesing I2C peripheral.
  • drivers: a few examples of drivers.