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"
|
2021-11-09 11:18:36 +01:00
|
|
|
offset = 8K
|
2021-11-07 03:42:43 +01:00
|
|
|
size = 1016K # 1MB - 8KB
|
2016-02-23 01:24:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
|
|
|
partition-type = 0x83
|
|
|
|
image = "rootfs.ext4"
|
|
|
|
size = 512M
|
|
|
|
}
|
|
|
|
}
|