BT_FUSE_SEL EBOOT

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

BT_FUSE_SEL EBOOT

Jump to solution
1,289 Views
gavinwalker
Contributor I

Could someone tell me how I programatically set BT_FUSE_SEL. I might be missing something but in the SBR register at +0x460 from the datasheets it is only read only. I appreciate it can only be set the once to change to boot from the fuses but I'm not sure how this works? I would like to start eboot note eboot not uboot, from one boot source, this then writes the fuses so next reboot it will then start from the final source. Or is this something that can only be done by the mfg tool.

Labels (2)
Tags (1)
0 Kudos
1 Solution
888 Views
igorpadykov
NXP Employee
NXP Employee

Hi Gavin

fuses can be programmed in UBoot

https://community.freescale.com/docs/DOC-95458

or using SDK with jtag

"MX6_PLATFORM_SDK "

https://community.freescale.com/docs/DOC-94139

Boot Mode register (SBMR) contains bits that reflect the status of

Boot Mode Pins of the chip, they are read by processor during boot and can not be written.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
2 Replies
889 Views
igorpadykov
NXP Employee
NXP Employee

Hi Gavin

fuses can be programmed in UBoot

https://community.freescale.com/docs/DOC-95458

or using SDK with jtag

"MX6_PLATFORM_SDK "

https://community.freescale.com/docs/DOC-94139

Boot Mode register (SBMR) contains bits that reflect the status of

Boot Mode Pins of the chip, they are read by processor during boot and can not be written.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos
888 Views
gavinwalker
Contributor I

Hi Igor,

Thank you for your reply I will have a look at that. Eboot doesn't appear to come with the imxotp as uboot does so I suspect that we will have to look at the mfg tool

Regards

Gavin

0 Kudos