19 lines
584 B
Plaintext
19 lines
584 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: NRHW16 based routers like NB800
|
|
#@DESCRIPTION: Machine configuration for the NBHW16 based routers http://netmodule.com/en/products/iot-routers
|
|
|
|
require conf/machine/include/ti33x.inc
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
|
|
|
KERNEL_DEFCONFIG ??= "am335x-nrhw16_defconfig"
|
|
KERNEL_DEVICETREE = "am335x-nrhw16.dtb \
|
|
am335x-nrhw16-prod2.dtb \
|
|
am335x-nrhw16-prod3.dtb \
|
|
am335x-nrhw16-prod4.dtb \
|
|
am335x-nrhw16-prod5.dtb \
|
|
"
|
|
KERNEL_IMAGETYPE = "fitImage"
|
|
|
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw16-v2"
|