]>
Commit | Line | Data |
---|---|---|
a0f0b540 LF |
1 | image sdcard.img { |
2 | hdimage { | |
3 | } | |
4 | ||
5 | partition u-boot { | |
6 | in-partition-table = "no" | |
7 | image = "u-boot-sunxi-with-spl.bin" | |
625dcdc9 GB |
8 | offset = 8K |
9 | size = 1016K # 1MB - 8KB | |
a0f0b540 LF |
10 | } |
11 | ||
a0f0b540 LF |
12 | partition rootfs { |
13 | partition-type = 0x83 | |
14 | image = "rootfs.ext4" | |
15 | } | |
16 | } |