policycoreutils: bump version to 2.6
[buildroot-gz.git] / board / acmesystems / arietta-g25 / genimage.cfg
blob420f1b6be5ba44fd7eb5cd85feb0e267b9eae3ad
1 # Minimal SD card image for the Acmesystems Arietta G25
3 image boot.vfat {
4         vfat {
5                 file zImage {
6                         image = "zImage"
7                 }
8                 
9                 file acme-arietta.dtb {
10                         image = "at91-ariettag25.dtb"
11                 }
12                 
13                 file boot.bin {
14                         image = "at91sam9x5_arietta-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         }