Getting Started with the Snapdragon Flight: Driver Development

Earlier this year I was tasked with figuring out how to write a custom device driver for the Snapdragon Flight. While the process ended up being straightforward, documentation and pointers are largely lacking for the Snapdragon Flight environment. What follows is a summary of the information I learned on my driver development journey. I hope …

Getting Started with Snapdragon Flight: Dev Environment Setup & Useful Resources

I recently started working with Qualcomm's Snapdragon Flight kit. The platform looks pretty interesting, but instructions for getting started are scattered around various locations. I've been compiling the disparate instructions and will be sharing simplified guides for anyone else who's annoyed by the unorganized documentation. First things first: let's walk through the development environment setup. …

Getting Started with the Raspberry Pi Compute Module 3: Buildroot Setup, Configuration, and Flashing

I recently encountered the Raspberry Pi Compute Module 3 (CM3) while prototyping with one of my clients. I wanted to share my notes for getting Buildroot configured for CM3 builds. Getting Buildroot You can find Buildroot in the official repository or on the Buildroot Github mirror. To create your project, either fork the buildroot repository …