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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

555 Views
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

Labels (3)
Tags (3)
0 Kudos
1 Reply

490 Views
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 Kudos