IMX8 - unable to override OCOTP shadow registers. Is there a way?

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

IMX8 - unable to override OCOTP shadow registers. Is there a way?

567件の閲覧回数
ParkerJesme
Contributor I

I am trying to emulate fuse registries but the the source code does not support the `override` command in uboot.
I have tried using `devmem2` for reading and still no luck.

```c
devmem2 0x08000000
/dev/mem opened.
Memory mapped at address 0xffffa04b9000.
Read at address 0x08000000 (0xffffa04b9000): 0xA000AC62
```

Is there a way to write and read to the fuse registers in userspace?

タグ(2)
0 件の賞賛
返信
1 返信

557件の閲覧回数
AldoG
NXP TechSupport
NXP TechSupport

Hello,

It is impossible to write the shadow registers without programming the fuses. For security reasons, the OCOTP can only be modified by the SECO.

And the SECO (nor the SCU) doesn't export any API to write only the shadow registers without programming the fuses.

Best regards,
Aldo.

0 件の賞賛
返信