What happened to the imxotp command in uboot?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

What happened to the imxotp command in uboot?

跳至解决方案
3,442 次查看
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,485 次查看
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,486 次查看
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,485 次查看
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 项奖励
回复