Notes
Lectures are being recorded; see side-bar for link.
Intro to Embedded
- #3 - Development Environment
- Suggested tutorial for the command line
- Videos on setting up a VM:
Installing VMWare Player and Debian VM
Configuring a VMWare Player's virtual machine
Building Software & C
-
#4 - Building software (Make and CMake)
- Make and CMake tutorials
- Makefile tutorial - Great introduction to Makefiles
- How to Use CMake,
- Introduction to CMake by Example
- CMake Tutorial.
- Make and CMake tutorials
- #5 - C programming or In B/W
- Optional videos on C programming (in Eclipse) by Br. Brian; useful if new to C:
C Basics: Basics, functions, prototypes, and constants
C Modules: Multiple files in a project, including "private" functions (static)
Eclipse basics: Importing an existing makefile program
- Optional videos on C programming (in Eclipse) by Br. Brian; useful if new to C: