The machine cannot be flushed when the orin ID eepom is removed
sudo ./flash.sh jetson-agx-orin-devkit mmcblk0p1
fail log:
I> Task: Prepare eeprom data (0x50013140)
E> I2C: Timeout while polling for transfer complete. Last value 0x00000002.
E> I2C: Could not write 0 bytes to slave: 0x00a0 with repeat start true.
E> I2C_DEV: Failed to send register address 0x00000000.
E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa0 at 0x00000000 via instance 0.
E> eeprom: Failed to read I2C slave device
C> Task 0x0 failed (err: 0x1f1e0506)
E> Top caller module: I2C_DEV, error module: I2C, reason: 0x06, aux_info: 0x05
I> Busy Spin
[2022/10/20 15:46:22] E> eeprom: Failed to read I2C slave device
[2022/10/20 15:46:22] E> NV3P_SERVER: Failed to get eeprom handle for cvm from eeprom manager.
[2022/10/20 15:46:22] E> NV3P_SERVER: Could not read eeprom for module cvm.
CVM是指module上的eeprom. 這個東西讀不到的話應該是你的底板設計上有些問題.
—Eng version.
Sorry that I think you didn’t understand my question.
What I want to ask if you are sure the error is error is due to missing of cvb eeprom.
But according to your log, looks like it is not. The error log says the cvm eeprom is not able to be read.
CVM eeprom is the eeprom on module which you are not able to remove. Which means this is hardware design problem that your carrier board is not able to read the module eeprom.