32 lines
784 B
Plaintext
32 lines
784 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: TransPort WR21.
|
|
#@DESCRIPTION: Machine configuration for Digi's TransPort WR21.
|
|
|
|
include conf/machine/include/mxs-digi-base.inc
|
|
|
|
SOC_FAMILY = "mxs:mx28"
|
|
|
|
IMXBOOTLETS_MACHINE = "WR21"
|
|
|
|
UBOOT_ENTRYPOINT = "0x41008000"
|
|
UBOOT_LOADADDRESS = "0x41008000"
|
|
|
|
SERIAL_CONSOLE = "115200 ttySP1"
|
|
|
|
#################################################
|
|
## Flash parameters for JFFS2 and UBIFS images ##
|
|
#################################################
|
|
# partition size (KiB)
|
|
# physical eraseblock size (KiB)
|
|
# logical eraseblock size (bytes)
|
|
# minimum input/output size (bytes)
|
|
# sub-page size (bytes)
|
|
#
|
|
# PEB, LEB, MIO and SUB might be a list of comma-separated values
|
|
#
|
|
FLASH_PSZ = "262144"
|
|
FLASH_PEB = "128"
|
|
FLASH_LEB = "126976"
|
|
FLASH_MIO = "2048"
|
|
FLASH_SUB = "-"
|