Has anyone successfully used UBI on UBIFS in u-boot on the i.mx6?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Has anyone successfully used UBI on UBIFS in u-boot on the i.mx6?

1,430 次查看
kph
Contributor I

Running the latest upstream u-boot (2019.04) and older versions, I am unable to successfully use UBI and enable the 'environment is in UBI' feature CONFIG_ENV_IS_IN_UBI.

To get UBI to work at all, I needed to add a 250μS delay to the QSPI driver, or I would get nothing but I/O errors, so it seems that this is an untested path at all.

I have no issues doing basic I/O to the QSPI via the 'sf' commands, and I use the same device tree in u-boot as I do in Linux, where the QSPI controller works flawlessly (including for UBI), so I do think that I have programmed the controller appropriately for my QSPI FLASH (S25FL512SAGMFI013).

Thanks,

Kevin

标签 (1)
标记 (3)
0 项奖励
回复
1 回复

1,265 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Kevin

seems you are right, nxp uboot does not support (not tested) ubifs and this may be

posted on uboot mail list

U-Boot Info Page 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复