mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
beaglebadge-ti: Add support for BeagleBadge
Add support for the BeagleBadge which is an AM62L based device that requires new build configuration for U-Boot and TF-A sources. Signed-off-by: Judith Mendez <jm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
26f5767fd2
commit
05d73bf19f
21
meta-ti-bsp/conf/machine/beaglebadge-ti.conf
Normal file
21
meta-ti-bsp/conf/machine/beaglebadge-ti.conf
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
#@TYPE: Machine
|
||||||
|
#@NAME: AM62L Badge
|
||||||
|
#@DESCRIPTION: Machine configuration for the TI AM62L Badge
|
||||||
|
|
||||||
|
require conf/machine/include/am62lxx.inc
|
||||||
|
|
||||||
|
IMAGE_FSTYPES += "ubifs ubi"
|
||||||
|
|
||||||
|
MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8500"
|
||||||
|
|
||||||
|
UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 1024 -O 1024"
|
||||||
|
|
||||||
|
KERNEL_DEVICETREE_PREFIX = " \
|
||||||
|
ti/k3-am62l3-badge \
|
||||||
|
"
|
||||||
|
|
||||||
|
KERNEL_DEVICETREE = ""
|
||||||
|
|
||||||
|
UBOOT_MACHINE = "am62lx_badge_defconfig"
|
||||||
|
|
||||||
|
TFA_BOARD = "am62l-badge"
|
||||||
Reference in New Issue
Block a user