What happened to the imxotp command in uboot?

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

What happened to the imxotp command in uboot?

Jump to solution
2,614 Views
EdSutter
Senior Contributor II

Hi,

I'm working with a mainline version of uboot from u-boot-2013.10.

I need to burn my fuses (iMX6D custom hardware), but I see that the imxotp command is not part of this source tree.

Has it been replaced (since u-boot-2009.08) or was it just never merged into mainline uboot?

Tx

Ed

Labels (1)
0 Kudos
1 Solution
657 Views
EricNelson
Senior Contributor II

Hi Ed,

Thanks for the easy one.


I think you'll find the answer here:

     http://boundarydevices.com/fuse-command/

Benoît Thébaudeau implemented with the more general "fuse" command.

View solution in original post

0 Kudos
2 Replies
658 Views
EricNelson
Senior Contributor II

Hi Ed,

Thanks for the easy one.


I think you'll find the answer here:

     http://boundarydevices.com/fuse-command/

Benoît Thébaudeau implemented with the more general "fuse" command.

0 Kudos
657 Views
EdSutter
Senior Contributor II

Eric,

> Thanks for the easy one.

I'm glad I could help!  LOL!

Thanks,

I removed all the hacks I started pulling in to get imxotp, and pulled in "fuse".

For anyone else reading, you have to add

#define CONFIG_MXC_OCOTP

#define CONFIG_CMD_FUSE

to your configuration.

Ed

0 Kudos