imx8 Quad Max uboot fuse prog ERROR

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

imx8 Quad Max uboot fuse prog ERROR

ソリューションへジャンプ
794件の閲覧回数
flobro
Contributor IV

I am trying to burn the fuses for the Quad Max.

fuse prog -y 0 722 0x........
Programming bank 0 word 0x000002d2 to 0x........
ERROR
=> fuse read 0 722
Reading bank 0:

Word 0x000002d2: 00000000

I have created the uboot setup for AHAB, and the "secure version" of uboot runs (I have not burned any fuses yet, this is the first attempt)

U-Boot 2020.04

Is there a SCFW change needed to allow fuse burning?

 

 

ラベル(1)
0 件の賞賛
返信
1 解決策
706件の閲覧回数
JosephAtNXP
NXP TechSupport
NXP TechSupport

The issue is solved by updating SECO firmware to 3.8.5.

$ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-seco-3.8.5.bin

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
734件の閲覧回数
flobro
Contributor IV
  • Uboot ultimately calls calls /uboot/drivers/misc/imx8/fuse.c call_imx_sip() to burn the fusw=e, which calls smc_call().

    Which module is the smc_call calling into, sc_firmware, or seco?

    Whomever smc_call belongs to is failing.

     

    How to determine/fix?

    Like
 

 

0 件の賞賛
返信
707件の閲覧回数
JosephAtNXP
NXP TechSupport
NXP TechSupport

The issue is solved by updating SECO firmware to 3.8.5.

$ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-seco-3.8.5.bin

0 件の賞賛
返信
779件の閲覧回数
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

Could you confirm that you have followed the steps correctly until this point?

Also, what is the SECO FW version used? This causes OTPs to not be flashed.

Regards

0 件の賞賛
返信
770件の閲覧回数
flobro
Contributor IV

I followed all/any of the AHAB directions from Variscite and NXP, and a few other companies that support imx8 Quad Max processors. Most did not have the steps required for auth_cntr part that needed to be in the config, but auth_os runs without error.

 

Uboot seems fine otherwise, just no fuse burn...

using:
ATF 2.6
imx-seco-3.75
imx-sc-firmware-1.11.0
Linux 5.10.71
U-Boot 2020.04

 

0 件の賞賛
返信