2016-02-05 19:08:40 +01:00
|
|
|
# Minimal SD card image for the Acmesystems Arietta G25
|
2016-09-22 16:43:59 +02:00
|
|
|
|
2016-02-05 19:08:40 +01:00
|
|
|
image boot.vfat {
|
|
|
|
vfat {
|
|
|
|
file zImage {
|
|
|
|
image = "zImage"
|
|
|
|
}
|
2021-11-07 03:00:52 +01:00
|
|
|
|
2016-02-05 19:08:40 +01:00
|
|
|
file acme-arietta.dtb {
|
2016-09-22 16:43:59 +02:00
|
|
|
image = "at91-ariettag25.dtb"
|
2016-02-05 19:08:40 +01:00
|
|
|
}
|
2021-11-07 03:00:52 +01:00
|
|
|
|
2016-02-05 19:08:40 +01:00
|
|
|
file boot.bin {
|
2021-08-27 20:22:53 +02:00
|
|
|
image = "at91sam9x5_arietta-sdcardboot-linux-zimage-dt-3.10.3.bin"
|
2021-11-07 03:00:52 +01:00
|
|
|
}
|
2016-02-05 19:08:40 +01:00
|
|
|
}
|
2021-11-07 03:00:52 +01:00
|
|
|
|
2016-02-05 19:08:40 +01:00
|
|
|
size = 16M
|
|
|
|
}
|
|
|
|
|
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
|
|
|
}
|
|
|
|
|
|
|
|
partition boot {
|
|
|
|
partition-type = 0xC
|
|
|
|
bootable = "true"
|
|
|
|
image = "boot.vfat"
|
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
|
|
|
partition-type = 0x83
|
|
|
|
image = "rootfs.ext4"
|
|
|
|
size = 512M
|
|
|
|
}
|
|
|
|
}
|