Part Number: TDA4VM
Dear TI.
I'm trying to change NVM value for LP8764
I'm using ti-processor-sdk-linux-j7200-evm-09_02_00_04
I've followed below steps in "Scalable PMIC NVM Update Guide"
4 Instruction
- Unlocking NVM --> No issue
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
When I tried to Disable the PFSM, the system lock-up
root@j7200-evm:~# i2cset -f -y 0 0x48 0xa3 0xc1
Is it possible to update LP8764 NVM on the board(TDA4VM) ?
BR
Jace