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
/
atmel
/
sama5d2_xplained_mmc
/
genimage.cfg
blob
d3b7af5b5c9818d3b7e4c94079146a8c0ffe877b
1
# Image for SD card boot on Atmel SAMA5D2 Xplained boards
2
#
3
image boot.vfat {
4
vfat {
5
files = {
6
"zImage",
7
"at91-sama5d2_xplained.dtb",
8
"at91-sama5d2_xplained_pda4.dtb",
9
"at91-sama5d2_xplained_pda7.dtb",
10
"at91-sama5d2_xplained_pda7b.dtb",
11
"boot.bin",
12
"u-boot.bin"
13
}
14
}
15
size = 16M
16
}
17
18
image sdcard.img {
19
hdimage {
20
}
21
22
partition boot {
23
partition-type = 0xC
24
bootable = "true"
25
image = "boot.vfat"
26
offset = 1M
27
}
28
29
partition rootfs {
30
partition-type = 0x83
31
image = "rootfs.ext4"
32
size = 512M
33
}
34
}