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
/
technologic
/
ts4800
/
genimage.cfg
blob
2070cc5040fcda4618d161247f3dffef2b2a4e9d
1
image boot.vfat {
2
vfat {
3
files = {
4
"zImage",
5
"imx51-ts4800.dtb"
6
}
7
}
8
size = 8M
9
}
10
11
image sdcard.img {
12
hdimage {
13
}
14
15
partition mbrboot {
16
in-partition-table = "no"
17
image = "mbrboot.bin"
18
offset = 0
19
}
20
21
partition uboot {
22
partition-type = 0xda
23
image = "u-boot.bin"
24
size = 256k
25
}
26
27
partition kernel {
28
partition-type = 0xC
29
image = "boot.vfat"
30
}
31
32
partition rootfs {
33
partition-type = 0x83
34
image = "rootfs.ext4"
35
size = 256M
36
}
37
}