Embedded linux: Difference between revisions
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* Mastering Embedded Linux Programming | * Mastering Embedded Linux Programming | ||
* Chapter 5. Basic Programming Recipes with the Linux Kernel of BeagleBone Black Cookbook | * Chapter 5. Basic Programming Recipes with the Linux Kernel of BeagleBone Black Cookbook | ||
** Installing and building a custom kernel | |||
** Interactions with the kernel – sysfs entries and controlling the GPIOs | |||
** Device Tree and its roots | |||
** Device Tree / basic build | |||
** Device Tree / advanced – adding DT overlay to run a custom cape | |||
** Universal cape overlay | |||
** Running a script to check DT usage on GPIO pins | |||
* Embedded Systems - Shape the World from edX | * Embedded Systems - Shape the World from edX | ||
** https://courses.edx.org/courses/UTAustinX/UT.6.01x/1T2014/info | ** https://courses.edx.org/courses/UTAustinX/UT.6.01x/1T2014/info | ||
** http://users.ece.utexas.edu/~valvano/Volume1/E-Book/ | ** http://users.ece.utexas.edu/~valvano/Volume1/E-Book/ |
Revision as of 18:45, 3 January 2016
Books, Courses
- Mastering Embedded Linux Programming
- Chapter 5. Basic Programming Recipes with the Linux Kernel of BeagleBone Black Cookbook
- Installing and building a custom kernel
- Interactions with the kernel – sysfs entries and controlling the GPIOs
- Device Tree and its roots
- Device Tree / basic build
- Device Tree / advanced – adding DT overlay to run a custom cape
- Universal cape overlay
- Running a script to check DT usage on GPIO pins
- Embedded Systems - Shape the World from edX