Difference between revisions of "EBC Exercise 16 git - Beagle repos"

From eLinux.org
Jump to: navigation, search
m
m (System Reference Manuals: Added Pocket)
Line 8: Line 8:
 
; Black
 
; Black
 
: https://github.com/beagleboard/beaglebone-black/wiki/System-Reference-Manual
 
: https://github.com/beagleboard/beaglebone-black/wiki/System-Reference-Manual
 +
 +
; Pocket
 +
: https://github.com/beagleboard/pocketbeagle/wiki/System-Reference-Manual
  
 
; AI
 
; AI

Revision as of 06:30, 3 August 2019

thumb‎ 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.

System Reference Manuals

Black
https://github.com/beagleboard/beaglebone-black/wiki/System-Reference-Manual
Pocket
https://github.com/beagleboard/pocketbeagle/wiki/System-Reference-Manual
AI
https://github.com/beagleboard/beaglebone-ai/wiki/System-Reference-Manual

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 Just a bunch of useful scripts placed under /opt/scripts/.
Image Builder
https://github.com/beagleboard/image-builder Image builder and eeprom database.
Beagle Tester
https://github.com/jadonk/beagle-tester Simplify and standardize testing of BeagleBoard.org designs
udev rules
https://github.com/rcn-ee/repos Look in repos/bb-customizations/suite/buster/debian for udev rules
Cloud9 Examples
https://github.com/beagleboard/cloud9-examples.git These are the files that appear in the navigation tree on the left of Cloud9.
BoneScript
https://github.com/beagleboard/bonescript Scripting tools for the BeagleBoard and BeagleBone
Adafruit BeagleBone Python
https://github.com/adafruit/adafruit-beaglebone-io-python Adafruit's BeagleBone IO Python Library
BeagleBoard exerciese
https://github.com/MarkAYoder/BeagleBoard-exercises.git This is the repo I use for my class.
BeagleBone Cookbook
https://atlas.oreilly.com/oreillymedia/beaglebone-cookbook You need a password for this one.
PRU Cookbook
https://github.com/MarkAYoder/PRUCookbook.git The repo for the PRU Cookbook. No password needed.
Exploring BeagleBoard
https://github.com/derekmolloy/exploringBB.git A great book by Derek Molloy.




thumb‎ Embedded Linux Class by Mark A. Yoder