Other Parts Discussed in Thread: LP8764-Q1, TDA4VM
器件型号: TDA4VM
尊敬的 TI:
我正在尝试更改 LP8764-Q1 的 NVM 值
我将使用 ti-processor-sdk-linux-j7200-evm-09_02_00_04
我按照 “可扩展 PMIC NVM 更新指南“中的以下步骤操作
4 指令
- 解锁 NVM ->没有问题
root@j7200-evm:~# i2cget -f -y 0 0x48 0xa3
0x80
root@j7200-evm:~# i2cset -f -y 0 0x48 0xa2 0x00
root@j7200-evm:~# i2cset -f -y 0 0x48 0xa2 0x98
root@j7200-evm:~# i2cset -f -y 0 0x48 0xa2 0xb8
root@j7200-evm:~# i2cset -f -y 0 0x48 0xa2 0x13
root@j7200-evm:~# i2cset -f -y 0 0x48 0xa2 0x7d
root@j7200-evm:~#
root@j7200-evm:~# i2cget -f -y 0 0x48 0xa3
0xc0
当我尝试禁用 PFSM 时、系统锁定
root@j7200-evm:~# i2cset -f -y 0 0x48 0xa3 0xc1
是否可以更新板上的 LP8764-Q1 NVM (TDA4VM)?
BR
杰斯