Hi,
When we are trying to flash the L4T36.4.0, Jetpack6.1 on Jetson Orin NX module the process gets halt with the error message “Waiting for target to boot-up…"
Below is the host log and the debug console log
host_log.txt (358.9 KB)
console_log.txt (124.0 KB)
we are using the custom carrier board. As the custom carrier board does not have EEPROM we have changed the cvb_eeprom_read_size value to 0x0 in file Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb2-bct-misc-p3767-0000.dts
With JP6.0 we were able flash and boot. But only with JP6.1 we are facing this issue. Are there any other changes we need to do on JP6.1.
Here are the specifics of my setup:
Jetson Orin NX device model: Jetson Orin NX 8GB module
Command used for flashing:
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_external.xml -p “-c bootloader/generic/cfg/flash_t234_qspi.xml” --showlogs --network usb0 jetson-orin-nano-devkit internal
Host Machine: Ubuntu 20.04