repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git]
/
board
/
olimex
/
a20_olinuxino
/
genimage.cfg
blob
fc2f7f8d7668002e65938c5630e8d4dff32dcf9a
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"
8
offset = 8192
9
size = 1040384 # 1MB - 8192
10
}
11
12
partition rootfs {
13
partition-type = 0x83
14
image = "rootfs.ext4"
15
size = 512M
16
}
17
}