fd1d0a9cbf
This commit adds support for the BeagleBone Green Wireless to the existing beaglebone_defconfig, by making sure the relevant Device Tree is built and installed. Signed-off-by: Ramon Crichlow <rcrichlow9000@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
37 lines
518 B
INI
37 lines
518 B
INI
image boot.vfat {
|
|
vfat {
|
|
files = {
|
|
"MLO",
|
|
"u-boot.img",
|
|
"zImage",
|
|
"uEnv.txt",
|
|
"am335x-evm.dtb",
|
|
"am335x-evmsk.dtb",
|
|
"am335x-bone.dtb",
|
|
"am335x-boneblack.dtb",
|
|
"am335x-bonegreen.dtb",
|
|
"am335x-boneblack-wireless.dtb",
|
|
"am335x-bonegreen-wireless.dtb",
|
|
}
|
|
}
|
|
|
|
size = 16M
|
|
}
|
|
|
|
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition u-boot {
|
|
partition-type = 0xC
|
|
bootable = "true"
|
|
image = "boot.vfat"
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext4"
|
|
size = 512M
|
|
}
|
|
}
|