Added NAND and UBI, but ubi is still missing in u-boot

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

Added NAND and UBI, but ubi is still missing in u-boot

1,220 次查看
jupiter_hce
Contributor III

Hello,

I added nand and ubi in my machine conf file to extend support ubi from imx6ullevk.conf:

include conf/machine/imx6ullevk.conf

UBOOT_CONFIG = "nand"

UBOOT_CONFIG[nand] = "mx6ull_14x14_evk_nand_config,ubifs"

It built the u-boot.imx-nand, but the ubi was still not included in the u-boot.imx-nand:

is still an error of "Unknown command 'ubi'" in u-boot, how to fix it?

Also, how to get fw_printenv and fw_setenv work in u-boot and Linux? I followed instructions from a link Linux For Engineers: Modify U-boot Configuration in Linux User Space! , that doesn't work.

Thank you.

Kind regards,

- jh

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

1,155 次查看
igorpadykov
NXP Employee
NXP Employee

Hi jupiter

uboot ubifs is well described on variscite wiki:

DART-6UL U-Boot features - Variscite Wiki 

GitHub - varigit/uboot-imx at master 

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

0 项奖励
回复