board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / board / olimex / a20_olinuxino / genimage.cfg
blobfc2f7f8d7668002e65938c5630e8d4dff32dcf9a
1 image sdcard.img {
2         hdimage {
3         }
5         partition u-boot {
6                 in-partition-table = "no"
7                 image = "u-boot-sunxi-with-spl.bin"
8                 offset = 8192
9                 size = 1040384 # 1MB - 8192
10         }
12         partition rootfs {
13                 partition-type = 0x83
14                 image = "rootfs.ext4"
15                 size = 512M
16         }