How to update u-boot by swupdate

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

How to update u-boot by swupdate

ソリューションへジャンプ
2,326件の閲覧回数
wang12zhe
Contributor III

 

HW: IMX8QXP EVK

I had update rootfs/Kernel image and dtb successfully,

Rootfs/kernel Image and dtb  are store in fat32 or ext4 partition,I can add information to sw-description to update them.

But u-boot store a raw data area, how to update u-boot by swupdate?

Any help will very useful for me thanks very much

0 件の賞賛
返信
1 解決策
2,307件の閲覧回数
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @wang12zhe,

I hope you are doing well.

Please find the information related to SWUpdate OTA over IMX8QXP from the below documents.
 
Thanks & regards,
Dhruvit Vasavada

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
2,308件の閲覧回数
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @wang12zhe,

I hope you are doing well.

Please find the information related to SWUpdate OTA over IMX8QXP from the below documents.
 
Thanks & regards,
Dhruvit Vasavada
0 件の賞賛
返信
2,284件の閲覧回数
wang12zhe
Contributor III

@Dhruvit 

Thank you very much.

Refer the sw-description file  in  

upgrage_image_build_source_file.zip (i.MX8QXP\imx8qxpmek_doublecopy_slotb_full_LF_v5.10.9_1.0.0)
 

Add below information to my  sw-description 

                    images: (
                        {
                            filename = "imx-boot-imx8qxpmek-sd.bin-flash_spl";
                            device = "/dev/mmcblk0boot0";
                        }  
                    );
 
after update by swupdate and reset the system output nothing from console(uboot not start).
My start command:
swupdate -l TRACE  -i imx8qxpevk.swu -e "stable,mmcblk0p2" or 
swupdate -l TRACE  -i imx8qxpevk.swu -e "stable,mmcblk0p4"
 
I had added my sw-description as attachment, please check it where the error is, thank very much.
 
0 件の賞賛
返信
2,277件の閲覧回数
wang12zhe
Contributor III

@Dhruvit 

If Run "reboot" after update by swupdate, will show below from console

U-Boot SPL 2021.04-lf_v2021.04+g1c0116f3da (Sep 06 2021 - 08:48:23 +0000)
Normal Boot
Trying to boot from MMC1
Primary set selected
Parse seco container failed -14
Load image from MMC/SD 0x0

Any suggestion about this? Thanks very much.

 

0 件の賞賛
返信
2,225件の閲覧回数
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @wang12zhe 

I hope you are doing well
 
It seems that the error 'Parse seco container failed -14' occurs because of the Wrong container header.
Please share the steps you followed to further debug the issue.
 
Thanks & Regards

Dhruvit Vasavada

0 件の賞賛
返信