This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM62X: Mesasure power on SK-AM62X

Part Number: PROCESSOR-SDK-AM62X
Other Parts Discussed in Thread: SK-AM62A-LP

Hello,

I'm trying to measure power by following below URL.

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1273364/faq-sk-am62-how-do-i-measure-power-and-temperature-on-the-am62a-and-the-am62x

I could observe expected result on SK-AM62A-LP, but I could not get expected result on SK-AM62X.
When I run script on SK-AM62X, I got following message, so it seems that AM62X could not communicatte INA device correctly.
----
root@am62xx-evm:/usr# python3 read_power_am62x.py
Traceback (most recent call last):
File "read_power_am62x.py", line 96, in <module>
setup()
File "read_power_am62x.py", line 55, in setup
configure_ina(VDDA18_ADDR)
File "read_power_am62x.py", line 40, in configure_ina
bus.write_i2c_block_data(device_addr, CONFIG_REG, config_data)
File "/usr/lib/python3.8/site-packages/smbus2/smbus2.py", line 643, in write_i2c_block_data
ioctl(self.fd, I2C_SMBUS, msg)
OSError: [Errno 121] Remote I/O error
----

Here is my environment.

EVM rev : Rev E3
SDK ver : 08.06.00.42

it seems you did not describe any restriction for environment, however if I have any error in my environment, please correct me.

Best Regards,