29 lines
784 B
Plaintext
29 lines
784 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: NetModule HW 21
|
|
#@DESCRIPTION: Machine configuration for the nmhw21 mainboard
|
|
|
|
require conf/machine/include/ti33x.inc
|
|
|
|
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
|
|
IMAGE_CLASSES += "image_types"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
|
|
|
KERNEL_DEFCONFIG ??= "am335x-nmhw21_defconfig"
|
|
KERNEL_DEVICETREE = "am335x-nmhw21-prod1.dtb \
|
|
"
|
|
|
|
SOTA_MACHINE = "${MACHINE}"
|
|
|
|
KERNEL_CLASSES_append = " kernel-fitimage"
|
|
|
|
KERNEL_IMAGETYPE = "zImage"
|
|
KERNEL_IMAGETYPES = "fitImage zImage"
|
|
KERNEL_IMAGETYPE_sota = "fitImage"
|
|
KERNEL_IMAGETYPES_sota = "fitImage"
|
|
UBOOT_ENTRYPOINT ?= "0x80008000"
|
|
IMAGE_BOOT_FILES = "MLO u-boot.img"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
|
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nmhw21"
|