Difference between revisions of "EBC Exercise 16 git - Beagle repos"
m (→Beagle github repos) |
m (→Beagle github repos) |
||
Line 7: | Line 7: | ||
; Device Trees | ; Device Trees | ||
− | : https://github.com/beagleboard/BeagleBoard-DeviceTrees | + | : https://github.com/beagleboard/BeagleBoard-DeviceTrees Look in src/arm. am5729-beagleboneai.dts is for the AI. |
; Boot Scripts | ; Boot Scripts | ||
Line 17: | Line 17: | ||
; BeagleBoard exerciese | ; BeagleBoard exerciese | ||
: https://github.com/MarkAYoder/BeagleBoard-exercises.git This is the repo I use for my class. | : https://github.com/MarkAYoder/BeagleBoard-exercises.git This is the repo I use for my class. | ||
+ | |||
+ | ; BeagleBoard Cookbook | ||
+ | : https://atlas.oreilly.com/oreillymedia/beaglebone-cookbook You need a password for this one. | ||
; PRUCookbook | ; PRUCookbook | ||
− | : https://github.com/MarkAYoder/PRUCookbook.git The repo for the PRU Cookbook | + | : https://github.com/MarkAYoder/PRUCookbook.git The repo for the PRU Cookbook. No password needed. |
; udev rules | ; udev rules | ||
: https://github.com/rcn-ee/repos Look in repos/bb-customizations/suite/buster/debian for udev rules | : https://github.com/rcn-ee/repos Look in repos/bb-customizations/suite/buster/debian for udev rules | ||
+ | |||
+ | ; Exploring BeagleBoard | ||
+ | : https://github.com/derekmolloy/exploringBB.git A great book by Derek Molloy. | ||
{{YoderFoot}} | {{YoderFoot}} |
Revision as of 04:22, 3 August 2019
Embedded Linux Class by Mark A. Yoder
The repositories used for the Beagle seem to be scattered all over the place. Here's an attempt to list them.
Beagle github repos
- Device Trees
- https://github.com/beagleboard/BeagleBoard-DeviceTrees Look in src/arm. am5729-beagleboneai.dts is for the AI.
- Boot Scripts
- https://github.com/RobertCNelson/boot-scripts
- Cloud9 Examples
- https://github.com/beagleboard/cloud9-examples.git These are the files that appear in the navigation tree on the left of Cloud9.
- BeagleBoard exerciese
- https://github.com/MarkAYoder/BeagleBoard-exercises.git This is the repo I use for my class.
- BeagleBoard Cookbook
- https://atlas.oreilly.com/oreillymedia/beaglebone-cookbook You need a password for this one.
- PRUCookbook
- https://github.com/MarkAYoder/PRUCookbook.git The repo for the PRU Cookbook. No password needed.
- udev rules
- https://github.com/rcn-ee/repos Look in repos/bb-customizations/suite/buster/debian for udev rules
- Exploring BeagleBoard
- https://github.com/derekmolloy/exploringBB.git A great book by Derek Molloy.
Embedded Linux Class by Mark A. Yoder