Tag Archives: c

Arduino FreeRTOS

I was interested to follow this guide to doing an Arduino FreeRTOS install. It’s a good tutorial and my post here just adds a few more notes around areas that didn’t immediately make sense to me. Also check out the Arduino FreeRTOS source code on GitHub Arduino FreeRTOS This section has a few notes about… Read More »

Linux Kernel Build

Build Custom Linux Kernel I was interested to see how to do a Linux Kernel Build from the source code. I followed this guide and while it mostly made sense there were a few areas that I found less clear or had unexpected errors. Initial Set up I used VirtualBox rather than VMWare suggested in… Read More »