Genimage -
image sdcard.img hdimage gpt = true
It is frequently used in projects like Buildroot to create final SD card or disk images for embedded devices. genimage
partition rootfs in-partition-table = true image = "rootfs.ext4" size = 256M filesystem = ext4 mountpoint = "/" image sdcard
To master Genimage, you need to understand three primary concepts: , partitions , and hooks . and hooks .