What happened to the imxotp command in uboot?

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

What happened to the imxotp command in uboot?

ソリューションへジャンプ
3,437件の閲覧回数
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

ラベル(1)
0 件の賞賛
返信
1 解決策
1,480件の閲覧回数
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 件の賞賛
返信
2 返答(返信)
1,481件の閲覧回数
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 件の賞賛
返信
1,480件の閲覧回数
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 件の賞賛
返信