Hi Currenly I am using u-boot 2017.03 on imx6ull and with this fw_printenv is compiling using fw-utils.bb file. Now I am trying to upgrade u-boot version to 2024.04 but there is no procedure to build fw_printenv. Can any one suggest me how can i compile for fw_printenv?
u-boot-gen7-fw-utils/v2024.04-r0/git/tools/env/fw_printenv': No such file or directory
Hello,
Please add u-boot-fw-utils in Yocto local.conf.
Best Regards,
Zhiming
Hi
Thank you for your reply
I added those line in local.conf but still its giving same error like"fw_printenv" no such file or directory . This error getting while do_install process in fw_utils bb file.
best regards,
Akhil R
Hello,
Please add this line in local.conf which already verified on my side.
IMAGE_INSTALL += " u-boot-fw-utils "
Then you can use bitbake u-boot-fw-utils to get .deb file, you can install it on board rootfs.
Or bitbake the rootfs you want, imx-image-core/ imx-image-full
Best Regards,
Zhiming