Porting Buildroot to LicheePi 4A
In my previous blog post, I wrote about how I got the latest buildroot working on LicheePi 4a. In this post, lets dive deep into how you can add support...
SWUpdate on LicheePi 4A
When working with embedded linux devices, implementing reliable OTA updates is crucial for maintaining and upgrading devices remotely. In this post, I’ll walk you through how I setup SWUpdate on...
My PNPT attempt
On 29th December 2024, I passed my PNPT exam on my first attempt in under 24 hours. Practical Network Penetration Tester (or PNPT) for short is a cybersecurity certification provided...
Hello OpenSBI
In this post we will discuss on how we can get a Hello World! printed on the OpenSBI console. Let’s dive into it What is OpenSBI? OpenSBI (Open Source Supervisor...
Let's Write a Patch
You’ve done the research, you’ve learned the basics, and now it’s time to roll up your sleeves and get your hands dirty. It’s time to create your first Linux kernel...