17 lines
227 B
INI
17 lines
227 B
INI
|
image sdcard.img {
|
||
|
hdimage {
|
||
|
}
|
||
|
|
||
|
partition uboot {
|
||
|
in-partition-table = "no"
|
||
|
image = "flash-image.bin"
|
||
|
offset = 0x200000
|
||
|
}
|
||
|
|
||
|
partition rootfs {
|
||
|
partition-type = 0x83
|
||
|
offset = 0x2200000
|
||
|
image = "rootfs.ext4"
|
||
|
}
|
||
|
}
|