Read and Write FUSE MAC1 in IMX8QXP

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

Read and Write FUSE MAC1 in IMX8QXP

ソリューションへジャンプ
578件の閲覧回数
Jarbo
Contributor II

Hello,

I have a board with an IMX8QXP, a question about the MAC1, how can I read the fuse through OCOTP?

Jarbo_0-1717073606679.png

How can I read or write the fuses through boot?

I don't know what bank or offset to put. (command fuse read bb oo)

Thank you so much

 

0 件の賞賛
返信
1 解決策
559件の閲覧回数
Alejandro_Salas
NXP TechSupport
NXP TechSupport

Hello @Jarbo 

 

In i.MX8x families, the fuses are organized in fuse arrays instead of fuse banks and words, in this case, the bank parameter should be set to zero and the word should match the Fuse row Index in the processors fuse map.

 

So, in fuse map we can see the row index for MAC1_ADDR[31:00]: 

Alejandro_Salas_0-1717085530727.pngAlejandro_Salas_1-1717085555007.png

 

So, the command to fuse the MAC1_ADDR[31:00] should be:

=> fuse prog 0 708 0xFFFFFFFF

 

Where 0xFFFFFFFF is your MAC1_ADDR[31:00]

 

I hope this can helps to you.

 

Best regards,

Salas.

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
560件の閲覧回数
Alejandro_Salas
NXP TechSupport
NXP TechSupport

Hello @Jarbo 

 

In i.MX8x families, the fuses are organized in fuse arrays instead of fuse banks and words, in this case, the bank parameter should be set to zero and the word should match the Fuse row Index in the processors fuse map.

 

So, in fuse map we can see the row index for MAC1_ADDR[31:00]: 

Alejandro_Salas_0-1717085530727.pngAlejandro_Salas_1-1717085555007.png

 

So, the command to fuse the MAC1_ADDR[31:00] should be:

=> fuse prog 0 708 0xFFFFFFFF

 

Where 0xFFFFFFFF is your MAC1_ADDR[31:00]

 

I hope this can helps to you.

 

Best regards,

Salas.

0 件の賞賛
返信
544件の閲覧回数
Jarbo
Contributor II

IMX8 works perfectly, thanks! I can now read and write with the NXP OCTP driver, but with IMX93, could you please provide me with the offset? I have tried several and I cannot write with this one.

0 件の賞賛
返信
535件の閲覧回数
Alejandro_Salas
NXP TechSupport
NXP TechSupport

Hello @Jarbo 

It is preferable to do a new post because this thread is related to i.MX8QXP, but for i.MX93 you can find information how to calculate your fuse in reference manual:

Alejandro_Salas_0-1717161332019.png

 

Best regards,

Salas.

 

0 件の賞賛
返信