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
/
acmesystems
/
aria-g25
/
genimage.cfg
blob
2e2eb129aa054997f2f066b26549d5e0bf126acf
1
# Minimal SD card image for the Acmesystems Aria G25
2
3
image boot.vfat {
4
vfat {
5
file zImage {
6
image = "zImage"
7
}
8
9
file at91-ariag25.dtb {
10
image = "at91-ariag25.dtb"
11
}
12
13
file boot.bin {
14
image = "at91sam9x5_aria-sdcardboot-linux-zimage-dt-3.8.6.bin"
15
}
16
}
17
size = 16M
18
}
19
20
image sdcard.img {
21
hdimage {
22
}
23
24
partition boot {
25
partition-type = 0xC
26
bootable = "true"
27
image = "boot.vfat"
28
}
29
30
partition rootfs {
31
partition-type = 0x83
32
image = "rootfs.ext4"
33
size = 512M
34
}
35
}