I’m trying to boot AGX Orin in my custom carrier board. I’m using the 88E1512 PHY chip so I modified the ODMDATA as shown here. As well as the other changes here.
Flashing my Jetson AGX Orin 32GB devkit with both sdkmanager (JP 5.0.2 ) and ./flash.sh -r jetson-agx-orin-devkit-as-jao-32gb mmcblk0p1
is getting me the following error:
error: NV_L4T_FLASH_ORIN_WITH_OS_IMAGE_COMP@JETSON_AGX_ORIN_TARGETS:
Error: Error updating DTB: kernel_tegra234-p3701-0000-p3737-0000_with_odm.dtb
"Unexpected error in updating: kernel_tegra234-p3701-0000-p3737-0000_with_odm.dtb
Invalid name '“gbe-uphy-config-0'"
My board does not support MGBE ( only the 88E1512 PHY chip ) so if don’t modify the ODMDATA I’ll get the error BUG: core/init/init.c:85 [init_all] “*** FIRMWARE INIT FAILED AT LEVEL 95 ***”
I just modify the ODMDATA in the p3701.conf.common file.
I’m using the AGX module that comes with the Devkit, do you think this could be an issue?