-
Flashing OS Using DD Utility in Linux
1. Formatting the USB stick1lsblk 1sudo umount /dev/sdc* 1sudo mkfs.vfat -F 32 -n USB_A /dev/sdc -I 2. Flashing the OS... -
Bitbake Environment
1. DefinitionBitBake is a build automation tool used to manage the compilation and packaging of software. It’s commonly used ...