26 lines
571 B
Plaintext
26 lines
571 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: NRHW25 based routers like TC-Router
|
|
#@DESCRIPTION: Machine configuration for the NBHW24 based routers http://netmodule.com/en/products/iot-routers
|
|
|
|
require include/ti33x.inc
|
|
|
|
NRHW = "25"
|
|
NM_MODELS ?= "660 670"
|
|
MAX_FS_SIZE = "279542"
|
|
|
|
UBOOT_MACHINE = "am335x_hw25_defconfig"
|
|
|
|
KERNEL_DEVICETREE = "\
|
|
am335x-hw25-prod1.dtb \
|
|
"
|
|
|
|
# ext serial only on Sc models
|
|
EXT_SERIAL_CONSOLE ?= "115200;ttyS5"
|
|
DEBUG_SERIAL_CONSOLE ?= "115200;ttyS0"
|
|
SERIAL_CONSOLES = "${EXT_SERIAL_CONSOLE} ${DEBUG_SERIAL_CONSOLE}"
|
|
|
|
MACHINE_FEATURES += " \
|
|
wifi \
|
|
ti-wifi \
|
|
"
|