17 lines
215 B
INI
17 lines
215 B
INI
|
image sdcard.img {
|
||
|
hdimage {
|
||
|
}
|
||
|
|
||
|
partition u-boot {
|
||
|
in-partition-table = "no"
|
||
|
image = "u-boot-spl.kwb"
|
||
|
offset = 512
|
||
|
}
|
||
|
|
||
|
partition rootfs {
|
||
|
partition-type = 0x83
|
||
|
image = "rootfs.ext4"
|
||
|
offset = 1M
|
||
|
}
|
||
|
}
|