How to compile fw_printenv for u-boot 2024.04 for imx6ull

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

How to compile fw_printenv for u-boot 2024.04 for imx6ull

906 次查看
LoKi
Contributor II

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

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

881 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hello,

Please add u-boot-fw-utils in Yocto local.conf.

Best Regards,
Zhiming

0 项奖励
回复

862 次查看
LoKi
Contributor II

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

 

0 项奖励
回复

852 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复