SE3910
Real-Time Systems
This is an old version of this course, from Spring 2014. A newer version is available here.
- Essential Lab Materials
- Lab instructions
- togglegpio.c - Lab Instructions Appendix A - compiled as blinkLED in Lab Instructions Part 1: The blinking light (p. 3).
- readIOExample.c - Lab Instructions Appendix B
- controlledLED.c - Lab Instructions Appendix C
- interruptControlledLED.c - Lab Instructions Appendix D
- Lab video - needed for Analog Discovery Tutorial
- Digilent Waveforms Installer
- Beaglebone white reference manual (esp. p. 54, Table 8)
- Beaglebone black reference manual (p. ~80)
- Beaglebone pinout (black or white?)
- Beaglebone Black Pinout (source)
- The
scp
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.