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-cryptography: bump to version 1.7.2
[buildroot-gz.git]
/
board
/
digilent
/
zybo
/
genimage.cfg
blob
f39186d07ba42e5e5fb74acbe7395f71581268f7
1
image boot.vfat {
2
vfat {
3
files = {
4
"BOOT.BIN",
5
"uEnv.txt",
6
"system.bit",
7
"zynq-zybo.dtb",
8
"u-boot-dtb.img",
9
"uImage"
10
}
11
}
12
size = 32M
13
}
14
15
image sdcard.img {
16
hdimage {
17
}
18
19
partition boot {
20
partition-type = 0xC
21
bootable = "true"
22
image = "boot.vfat"
23
}
24
25
partition rootfs {
26
partition-type = 0x83
27
image = "rootfs.ext4"
28
}
29
}