Files
NANOKVM-LicheeRV-Nano-Build…/build/tools/common/sd_tools/genimage_rootless.cfg
2024-04-01 15:38:13 +08:00

32 lines
580 B
INI

image boot.vfat {
vfat {
label = "boot"
files = {
"fip.bin",
"rawimages/boot.sd",
"usb.dev",
"usb.rndis0",
"wifi.sta",
"ver",
}
}
size = 16M
}
image duo.img {
hdimage {
}
partition boot {
partition-type = 0x0C
bootable = "true"
image = "boot.vfat"
}
partition rootfs {
partition-type = 0x83
image = "rootfs.sd"
}
}