PranabNandy / beaglebone-black-examples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v2.0


Languages

Language:C 94.1%Language:Makefile 4.1%Language:Shell 1.8%