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
package/liberation: fix download site due to recent fedorahosted.org closing
[buildroot-gz.git]
/
board
/
beaglebone
/
genimage.cfg
blob
ba60297dde175b9eb7fab512c5496fadc89f5f5d
1
image boot.vfat {
2
vfat {
3
files = {
4
"MLO",
5
"u-boot.img",
6
"zImage",
7
"uEnv.txt",
8
"am335x-evm.dtb",
9
"am335x-evmsk.dtb",
10
"am335x-bone.dtb",
11
"am335x-boneblack.dtb",
12
}
13
}
14
size = 16M
15
}
16
17
image sdcard.img {
18
hdimage {
19
}
20
21
partition u-boot {
22
partition-type = 0xC
23
bootable = "true"
24
image = "boot.vfat"
25
}
26
27
partition rootfs {
28
partition-type = 0x83
29
image = "rootfs.ext4"
30
size = 512M
31
}
32
}