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.