python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / board / acmesystems / aria-g25 / genimage.cfg
blob2e2eb129aa054997f2f066b26549d5e0bf126acf
1 # Minimal SD card image for the Acmesystems Aria G25
3 image boot.vfat {
4         vfat {
5                 file zImage {
6                         image = "zImage"
7                 }
9                 file at91-ariag25.dtb {
10                         image = "at91-ariag25.dtb"
11                 }
13                 file boot.bin {
14                         image = "at91sam9x5_aria-sdcardboot-linux-zimage-dt-3.8.6.bin"
15                 }
16         }
17         size = 16M
20 image sdcard.img {
21         hdimage {
22         }
24         partition boot {
25                 partition-type = 0xC
26                 bootable = "true"
27                 image = "boot.vfat"
28         }
30         partition rootfs {
31                 partition-type = 0x83
32                 image = "rootfs.ext4"
33                 size = 512M
34         }