Flashing Issues with Jetson Orin Nano 8GB on A603 Carrier Board - EEPROM issue

I encountered the same problem. Although it has been resolved, I would like to add some details about the specific measures taken.

I was able to avoid the EEPROM problem by adding the following content to line 199 of Linux_for_Tegra/tools/kernel_flash/l4t_initrd_flash.sh.
export SKIP_EEPROM_CHECK=1 BOARDID=3767 BOARDSKU=0003

I hope this helps someone.

2 Likes