Hi
I am working with the XTCIEVMK2X board and wish to flash keystone-evm-ubifs.ubi, which is supplied with MCSDK 03.01.00.03. I get the following error:
K2HK EVM # tftp ${addr_ubi} keystone-evm-ubifs.ubi <snip> ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ########################################################### 1.5 MiB/s done Bytes transferred = 279052288 (10a20000 hex) K2HK EVM # run burn_ubi NAND erase.part: device 0 offset 0x180000, size 0x7e80000 Erasing at 0x7fe0000 -- 100% complete. OK NAND write: Size exceeds partition or device limit K2HK EVM #
The pertinant u-boot env variables are:
addr_ubi=0x82000000 burn_ubi=nand erase.part ubifs; nand write ${addr_ubi} ubifs ${filesize} filesize=F9A0000
Should I increase the value of filesize?
Best regards
David