SE3910
Outcomes
This is an old version of this course, from Spring 2014. A newer version is available here.
Outcomes
- Outcomes
- Rough Outcomes List
Tips & Tricks & Reference Manuals
Beaglebone
- Sofware
- Win32 Disk Imager Win32 Disk Imager (For Writing SD Card Images)
- Dr. Schilling's beaglebone image (Win32 Disk Imager (For Writing SD Card Images)) onto the micro SD card.
- Documentation
- Beaglebone white reference manual (esp. p. 54, Table 8)
- Beaglebone black reference manual (p. ~80)
- Beaglebone pinout (black or white?)
- Beaglebone Black Pinout (source)
Virtual Machine for Beaglebone Development
- Software
- Dr. Schilling's virtual appliance (Debian Virtual Machine (For Developing Beaglbone Black Applications)) into VirtualBox
Unix/Linux
- The
scp
command can be handy to move files between the vm and the bone:scp source_file username@beaglebone.local:destfile
. You can omit destfile, in which case it goes into the home directory. Just remember to include the colon:scp source_file username@beaglebone.local:
. - You can start the top program by typing
top
and pressing enter. This program shows CPU usage.
Analog Discovery
- Analog Discovery Pinout (Digilent)
Schematics