Embeddedinn is the place where I keep a tab on the technical tinkering and professional work that I do on a day to day basis. It is more of a journal of activities than a full fledged tutorial site. However, I try to put in as many details as possible so that it will benefit others trying to do something similar.
Visit the tutorials page to access my in-depth write-ups on various technical topics.
You can also find some more content that I have developed in my youtube channel.
Disclaimer:
All posts and data in this site or any of my other publically available work reflects just my personal view points and has nothing to do with my employers at any point in time. Also, information and documents provided on this Web site are provided "as is" without warranty of any kind, either expressed or implied, including limitation warranties of merchantability, fitness for a particular purpose, and noninfringement.
QEMU is an excellent platform to emulate hardware platforms. But, we often end up using ready-made platforms without thinking twice about how QEMU emulates t...
This article explores how to set up RISC-V on QEMU, boot a simple application on it using the PK kernel, and boot a cross-compiled Linux on the emulation pla...
If you are working on any serious embedded systems project, you will come across the need to optimize the memory footprint of your code sooner or later. When...
GitHub Actions is a workflow automation offering from GitHub. While there are a lot of tutorials out there talking about using GitHub Actions on your web/sof...