#@TYPE: Machine #@NAME: J7 EVM #@DESCRIPTION: Machine configuration for the TI J7 EVM require conf/machine/include/k3.inc IMAGE_FSTYPES += "tar.xz wic.xz" SERIAL_CONSOLES = "115200;ttyS2" SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" KERNEL_DEVICETREE = " \ ti/k3-j721e-common-proc-board.dtb \ ti/k3-j721e-common-proc-board-infotainment.dtbo \ ti/k3-j721e-common-proc-board-infotainment-display-sharing.dtbo \ ti/k3-j721e-common-proc-board-jailhouse.dtbo \ " UBOOT_MACHINE = "j721e_evm_a72_config" OPTEEMACHINE = "k3" OPTEEFLAVOR = "j7" OPTEEOUTPUTMACHINE = "k3" # Please note that booting J7 platform also requires # tiboot3.bin and sysfw.itb, which are provided by meta-arago # u-boot-k3-r5 and ti-sci-fw recipes IMAGE_BOOT_FILES = "tispl.bin u-boot.img" WKS_FILE ?= "sdimage-bootpart.wks" do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" # Set the list of device targets for ti-pdk class recipes TI_PDK_LIMIT_SOCS = "j721e" TI_PDK_LIMIT_BOARDS = "j721e_evm" TI_PDK_LIMIT_CORES = "mpu1_0 mcu1_0 mcu1_1 mcu2_0 mcu2_1 mcu3_0 mcu3_1 c66xdsp_1 c66xdsp_2 c7x_1"