summaryrefslogtreecommitdiff
path: root/conf/machine/aquila-am69-k3r5.conf
blob: e4ea3dca95c2d568261326992b9e0fdb40e667e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#@TYPE: Machine
#@NAME: Toradex Aquila AM69 (R5F)
#@DESCRIPTION: Machine configuration for Toradex Aquila AM69 SoM (R5F core)
#@MAINTAINER: Max Krummenacher <max.krummenacher@toradex.com>

MACHINE_NAME = "Aquila-AM69"

require conf/machine/include/k3r5.inc

PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex-ti"
PREFERRED_PROVIDER_u-boot = "u-boot-toradex-ti"
PREFERRED_PROVIDER_virtual/bootloader:upstream = "u-boot-toradex"
PREFERRED_PROVIDER_u-boot:upstream = "u-boot-toradex"
PREFERRED_VERSION_u-boot-toradex:upstream = "mainline"

SYSFW_SOC = "j784s4"
# TODO:
#    - Update SYSFW_CONFIG to "aquila" once we have it available.
SYSFW_CONFIG = "evm"
SYSFW_SUFFIX = "hs-fs"

UBOOT_DFU_CONFIG = "dfu"
# The DFU config does not (yet) exist in upstream. It is needed only
# if booting from DFU/USB.
UBOOT_DFU_CONFIG:upstream = ""
UBOOT_CONFIG ??= "${UBOOT_DFU_CONFIG} sd"
# TODO change to the 'aquila defconfigs' and actually add a dfu config
#      rework the U-Boot recipe to deploy the dfu binary
UBOOT_CONFIG[dfu] = "j784s4_evm_r5_defconfig,dfu,spl/u-boot-spl.bin"
UBOOT_CONFIG[sd] = "j784s4_evm_r5_defconfig,sdcard,spl/u-boot-spl.bin"