embeddedEnabling E-Ink Display on Raspberry Pi Zero 2W with Yocto2026-02-05 A step-by-step guide to enabling the SPI interface and configuring Yocto recipes for E-Paper displaysyoctoRead More
embeddedEnabling GT911 Touchscreen on Raspberry Pi Zero 2W with Yocto2026-02-04A step-by-step guide to configuring Yocto recipes and hardware setup for the GT911 touch controlleryoctoRead More
embeddedDefining Custom Image and Distro for Raspberry Pi Zero 2W2026-02-03A guide to creating custom image recipes and distribution configurations in your own Yocto layer, eliminating the need for manual local.conf editsyoctoRead More
linuxBash $RANDOM Variable2026-02-19Understanding and using the $RANDOM internal variable in Bash, including its open-source implementationbashRead More
aospFlashing LineageOS 14.1 for Samsung Galaxy Note 8.0 (n5110)2026-03-10A guide to flashing the compiled LineageOS 14.1 ROM and recovery image to the Samsung Galaxy Note 8.0 (n5110).androidRead More
aospBuilding LineageOS 14.1 for Samsung Galaxy Note 8.0 (n5110)2026-03-06A guide to configuring a Docker build environment, syncing repositories, and compiling a custom ROM for the n5110androidRead More
gccgcc attribute: constructor & destructor2026-03-09Explore the internal process and usage of gcc attributes: constructor (pre-main execution) and destructor (post-main execution).attributeRead More