mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
9f70b3d538
Change u-boot and machine config to default to booting a compressed initramfs. This allows for easier testing. A compressed image is needed as the image is too big for the storage, and the error notifying of such is vague. Signed-off-by: Jon Mason <jon.mason@arm.com>
31 lines
827 B
Plaintext
31 lines
827 B
Plaintext
# Configuration for juno development board
|
|
|
|
#@TYPE: Machine
|
|
#@NAME: Juno machine
|
|
#@DESCRIPTION: Machine configuration for Juno
|
|
|
|
TUNE_FEATURES = "aarch64"
|
|
|
|
require conf/machine/include/arm/arch-armv8a.inc
|
|
|
|
MACHINE_FEATURES = "usbhost usbgadget alsa screen wifi bluetooth optee pci"
|
|
|
|
KERNEL_IMAGETYPE = "Image.gz"
|
|
KERNEL_DEVICETREE = "arm/juno.dtb arm/juno-r1.dtb arm/juno-r2.dtb"
|
|
|
|
IMAGE_FSTYPES += "tar.bz2 ext4 cpio.gz"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyAMA0"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
|
PREFERRED_VERSION_u-boot ?= "2020.07"
|
|
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
|
|
|
|
EXTRA_IMAGEDEPENDS += "trusted-firmware-a virtual/bootloader firmware-image-juno"
|
|
|
|
# Juno u-boot configuration
|
|
UBOOT_MACHINE = "vexpress_aemv8a_juno_defconfig"
|
|
|
|
INITRAMFS_IMAGE_BUNDLE ?= "1"
|
|
INITRAMFS_IMAGE = "core-image-minimal"
|