VYVaageesh Yavanainwaageesh.hashnode.dev·Oct 22, 2025 · 3 min readTroubleshooting SD Card Format and Partition Issues with GParted on UbuntuSystem: Ubuntu on HP PavilionSD Card Size: 7.5 GBObjective: Create 2 partitions on SD card BOOT: 256MB, FAT32, label = BOOT, flags = boot, lba ROOTFS: Remaining space, ext4, label = ROOTFS I tried to complete the task using the gparted applicatio...00
VYVaageesh Yavanainwaageesh.hashnode.dev·Dec 1, 2023 · 4 min readBrief Explanation of Kernel(x86 architecture)Memory Types When it comes to a system, we all know that there are 2 main memories RAM -> Random Access Memory. Volatile memory, which means we will lose on power reset. fast access for memory fetching & writing. Usually instructions are fetched from...00
VYVaageesh Yavanainwaageesh.hashnode.dev·Nov 27, 2023 · 6 min readGeneral Doubts while comparing Microprocessor and MicrocontrollerWhy do we call it processor when it is actually controller ? I always have this doubt, why people usually refer as processor even though they are dealing cortex-M series controller ?ORDo I really not know what exactly is processor and controller in A...00
VYVaageesh Yavanainwaageesh.hashnode.dev·Nov 24, 2023 · 4 min readGoing Down to Machine Level InstructionsAfter learning some good things in C programming & gaining some experience in Application layer in OSI model, I thought of learning more in low level layers as well. C programming itself won't help you much in changing verticals like Automobile SEM...00