This content was presented May 23rd, 2020
Video recording of content presented here: https://www.youtube.com/watch?v=kZgci9tl8-o&feature=youtu.be
Introduction
Welcome to firmware 102! By now you should’ve completed your environment setup and run the command to build and run a project on x86.
...
Follow as much of the Software 101 modules as you can while working remotely. Start here: Module 2: Hello World
Notes: Don’t worry too much about GDB debugging, in reality print statements (LOG_DEBUG
) is very often used. Also, don’t worry about the “Blinking LED - Registers” section, it’s more advanced and definitely not necessary going forward.
...