package/liberation: fix download site due to recent fedorahosted.org closing
[buildroot-gz.git] / board / beaglebone / genimage.cfg
blobba60297dde175b9eb7fab512c5496fadc89f5f5d
1 image boot.vfat {
2         vfat {
3                 files = {
4                         "MLO",
5                         "u-boot.img",
6                         "zImage",
7                         "uEnv.txt",
8                         "am335x-evm.dtb",
9                         "am335x-evmsk.dtb",
10                         "am335x-bone.dtb",
11                         "am335x-boneblack.dtb",
12                 }
13         }
14         size = 16M
17 image sdcard.img {
18         hdimage {
19         }
21         partition u-boot {
22                 partition-type = 0xC
23                 bootable = "true"
24                 image = "boot.vfat"
25         }
27         partition rootfs {
28                 partition-type = 0x83
29                 image = "rootfs.ext4"
30                 size = 512M
31         }