23 lines
513 B
Plaintext
23 lines
513 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
|
|
|
|
NRHW = "20"
|
|
NM_MODELS = "1601 B-1601"
|
|
MAX_FS_SIZE = "279542"
|
|
|
|
KERNEL_DEVICETREE = "\
|
|
am335x-nrhw20-prod1.dtb \
|
|
"
|
|
|
|
EXT_SERIAL_CONSOLE ?= "115200;ttyS1"
|
|
COMIO_SERIAL_CONSOLE ?= "115200;ttyS0"
|
|
SERIAL_CONSOLES = "${EXT_SERIAL_CONSOLE} ${COMIO_SERIAL_CONSOLE}"
|
|
|
|
MACHINE_FEATURES += " \
|
|
wifi \
|
|
ti-wifi \
|
|
"
|