38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: NetModule HW 23
|
|
#@DESCRIPTION: Machine configuration for the nmhw23 mainboard
|
|
|
|
require conf/machine/include/imx-base.inc
|
|
require conf/machine/include/arm/arch-arm64.inc
|
|
|
|
MACHINEOVERRIDES =. "mx8:mx8x:mx8qxp:"
|
|
|
|
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
|
|
IMAGE_CLASSES += "image_types"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
|
|
|
KERNEL_DEFCONFIG = "defconfig"
|
|
KERNEL_DEVICETREE = "netmodule/imx8-nmhw23.dtb"
|
|
|
|
SOTA_MACHINE = "${MACHINE}"
|
|
|
|
KERNEL_CLASSES_append = " kernel-fitimage"
|
|
|
|
KERNEL_IMAGETYPE = "fitImage"
|
|
KERNEL_IMAGETYPE_aarch64 = "fitImage"
|
|
KERNEL_ALT_IMAGETYPE = "Image"
|
|
UBOOT_ENTRYPOINT = "0x80280000"
|
|
#UBOOT_MACHINE = "imx8_nmhw23_defconfig"
|
|
IMAGE_BOOT_FILES = "flash.bin"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
|
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx8-nmhw23"
|
|
#PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
|
|
|
|
UBOOT_MAKE_TARGET = ""
|
|
#UBOOT_MAKE_TARGET = "u-boot.bin"
|
|
UBOOT_SUFFIX = "bin"
|
|
UBOOT_CONFIG ??= "flash"
|
|
UBOOT_CONFIG[flash] = "imx8_nmhw23_defconfig"
|