#@TYPE: Machine #@NAME: ConnectCore for MX53 JumpStart Kit. #@DESCRIPTION: Machine configuration for Digi's ConnectCore for MX53 JSK. # Contains the ConnectCore for MX53 module. include conf/machine/include/ccimx53.inc SERIAL_CONSOLES = "115200;ttymxc0" ################################################# ## 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 = "524288" FLASH_PEB = "128,512" FLASH_LEB = "129024,520192" FLASH_MIO = "2048,4096" FLASH_SUB = "512,1024"