I presented a talk at Indian Linux User Group - Delhi meetup on how to use Linux in commercial products. Along with the attendees we create a Linux powered hypothetical ATM machine, which generally runs on Windows in India :P . It was really fun talking about choosing SoC i.e Brains of your projects, subsystems needed to run the project and the corresponding middleware packages which enable it and help build applications and Human Machine Interface around. Also talked about cross compilers, debugging, maintaining dependencies and lots of other thing. I focused on Yocto project as a Build system to build cusom linux for your product. Slides from the PPT are down below! Cheers…!
Using Linux in Commercial Products + Yocto Project touchdown
Share this post on:
Previous Post
Raspberry Pi Headless Setup: SSH and WiFi Before First Boot
Next Post
KnifeEDGE RC Aeromodelling club
Related
- Raspberry Pi as SWD Programmer: Flash CircuitPython on Particle Xenon Updated:
How to use a Raspberry Pi as an SWD programmer with OpenOCD to flash the CircuitPython UF2 bootloader onto a Particle Xenon (Nordic NRF52840) board.
- Raspberry Pi Headless Setup: SSH and WiFi Before First Boot
The clean way to set up a Raspberry Pi headless — drop a wpa_supplicant.conf and an empty ssh file on the boot partition to enable WiFi and SSH before the first boot, no monitor needed.
- IoT Protocols: A Few choices
Comparing MQTT, CoAP, and Bluetooth Low Energy for IoT communication — a guide to choosing the right protocol for constrained devices, from Open Source For You Magazine.