mirror of
https://github.com/sipeed/LicheeRV-Nano-Build.git
synced 2026-09-11 05:09:56 -05:00
32 lines
580 B
INI
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"
|
|
}
|
|
}
|
|
|