2016-02-23 01:24:30 +01:00
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
|
|
|
}
|
|
|
|
|
|
|
|
partition u-boot {
|
|
|
|
in-partition-table = "no"
|
|
|
|
image = "u-boot-sunxi-with-spl.bin"
|
|
|
|
offset = 8192
|
2016-07-02 13:18:18 +02:00
|
|
|
size = 1040384 # 1MB - 8192
|
2016-02-23 01:24:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
|
|
|
partition-type = 0x83
|
|
|
|
image = "rootfs.ext4"
|
|
|
|
size = 512M
|
|
|
|
}
|
|
|
|
}
|