e-Fuses in i.MX6 SOLO

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

e-Fuses in i.MX6 SOLO

Jump to solution
617 Views
Arm7
Contributor II

Hello,

I am using an i.MX6 SOLO, in the chapter 5 Fusemap. there are two fuses:

Arm7_0-1683234707520.png

 

GP1 and GP2. Can I use them for my personal purpose?

My purpose:

I want to write a "bit(s)" and then read it later.

if possible: 

  • What impact will it have on the i.MX (performance, functionality...) ?

if NOT:

  • Is there an "fuse" for my purpose ? Which one ?

 

I would appreciate your help.

 

Thank you!

 

 

Labels (1)
0 Kudos
1 Solution
545 Views
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

I have not seen that use, the DDR initialization cannot met those results? If it's a tuning or configuration, I think that the output from a configuration and stress tool would do that.

I guess that you can read the registers with shadow registers but should happen at SPL due to it's when DDR is initialized

https://community.nxp.com/t5/i-MX-Processors/Shadow-Registers-Read-Write/td-p/488410 

Thank you

View solution in original post

3 Replies
560 Views
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.

These fuses can be used personally as asked, you can write bits but look at the particular way of writing to them in uboot under de command

=> fuse prog [-y] <bank> <word> <hexval>
Write directly in the fusebox
#NOTE: This operation is irreversible and can brick your device.

Also, for reading, you can do read them and for more information, refer to 47.3.1.2 Fuse and Shadow Register Read in 6 Solo Reference Manual.

Additionally, I found this article.

https://imxdev.gitlab.io/tutorial/Burning_eFuses_on_i.MX/

Thank you!

0 Kudos
554 Views
Arm7
Contributor II

Hello @JosephAtNXP 

 

Thank you! for your support!

 

Can I read a fuse before DDR3 initializes ? 

The idea is to read a fuse to make some adjustments to the RAM DDR3.

0 Kudos
546 Views
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

I have not seen that use, the DDR initialization cannot met those results? If it's a tuning or configuration, I think that the output from a configuration and stress tool would do that.

I guess that you can read the registers with shadow registers but should happen at SPL due to it's when DDR is initialized

https://community.nxp.com/t5/i-MX-Processors/Shadow-Registers-Read-Write/td-p/488410 

Thank you