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
python-pathvalidate: bump version to 0.14.1
[buildroot-gz.git]
/
board
/
atmel
/
at91sam9x5ek_mmc
/
genimage.cfg
blob
46c2dc9366668fd0f314452a0858fa195d2f198c
1
# Image for SD card boot on Atmel at91sam9x5ek boards
2
#
3
image boot.vfat {
4
vfat {
5
files = {
6
"zImage",
7
"at91sam9g15ek.dtb",
8
"at91sam9g25ek.dtb",
9
"at91sam9g35ek.dtb",
10
"at91sam9x25ek.dtb",
11
"at91sam9x35ek.dtb",
12
"boot.bin",
13
"u-boot.bin"
14
}
15
}
16
size = 16M
17
}
18
19
image sdcard.img {
20
hdimage {
21
}
22
23
partition boot {
24
partition-type = 0xC
25
bootable = "true"
26
image = "boot.vfat"
27
}
28
29
partition rootfs {
30
partition-type = 0x83
31
image = "rootfs.ext4"
32
size = 512M
33
}
34
}