I am using an Orin devit . after I flash the orin through the linux for tegar.
the cmd is : ./flash.sh -r jetson-agx-orin-devkit mmcblk0p1
and config the eth0 ip 192.168.1.101 . at this time if I ping the orin device through my PC(192.168.1.10) . can connected.
but if I reboot the orin devkit . my PC can’t connect the orin devkit ,
and below is log: orin+devkit-no-eth-log.txt (88.3 KB)
Hi WayneWWW:
I think the eth0 cann’t connect it’s because of I comment eeprom in bootloader/tegra234-mb2-bct-common.dtsi file
our customized carrier board do not have a eeprom.
and I noticed a new patch Jetson Linux 34.1 | NVIDIA Developer
and I am using this patch for test on Orin devkit now.
The fact is if I comment the eeprom .then the eth0 cann’t connected after reboot,but if I do not comment the eeprom ,it’s ok.