Hi JH, On Mon, Feb 03, 2020 at 09:56:49PM +1100, JH wrote: > Hi, > > I added my local machine to ubifs, is it correct? > > UBOOT_CONFIG[nand] = "mx6ull_14x14_evk_nand_config,ubifs" >
Also, you need to select UBOOT_CONFIG somewhere, with the above line, you just say "if nand is selected as an UBOOT_CONFIG, do xyz". You still need to select it (with I assume, UBOOT_CONFIG += "nand" in a bbappend somewhere). What's in your mx6ull_14x14_evk_nand_config? I haven't used that option before but what's ,ubifs supposed to do? Are you sure this nand option for UBOOT_CONFIG would actually create a .imx and not a .ubifs for example or something along those lines. TL;DR: Make sure UBOOT_CONFIG has nand in it, check that .imx is built with your defconfig and check that you're actually enabling the UBI command in your defconfig. Also, it would be helpful if you could give links to the recipes you're using. I seem to recall in some other mail it was http://git.yoctoproject.org/cgit/cgit.cgi/meta-freescale/tree/recipes-bsp/u-boot/u-boot-imx_2017.03.bb?h=sumo but it could be thud version as well. BR, Quentin -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
