How to compile fw_printenv for u-boot 2024.04 for imx6ull

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to compile fw_printenv for u-boot 2024.04 for imx6ull

909件の閲覧回数
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 返答(返信)

884件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hello,

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

Best Regards,
Zhiming

0 件の賞賛
返信

865件の閲覧回数
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 件の賞賛
返信

855件の閲覧回数
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 件の賞賛
返信