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-dataproperty: bump version to 0.17.0
[buildroot-gz.git]
/
board
/
grinn
/
chiliboard
/
genimage.cfg
blob
ffe027e7ab9fd970afd2fc0139bcc2774827054e
1
# Minimal microSD card image for Grinn's chiliBoard
2
#
3
4
image boot.vfat {
5
vfat {
6
files = {
7
"MLO",
8
"u-boot.img",
9
"am335x-chiliboard.dtb",
10
"zImage"
11
}
12
}
13
size = 16M
14
}
15
16
image sdcard.img {
17
hdimage {
18
}
19
20
partition u-boot {
21
partition-type = 0xC
22
bootable = "true"
23
image = "boot.vfat"
24
offset = 1M
25
}
26
27
partition rootfs {
28
partition-type = 0x83
29
image = "rootfs.ext4"
30
}
31
}