Host machine: ubuntu 18.04
sdk manager version 1.2.0.6738
I have a agx xavier board which was running jetpack 4.3 without a problem. I put it into forced usb recovery mode and tried to update the jetpack to 4.4 using sdk manager. However, at the step where the sdk manager asks for you to complete system setup using the HDMI monitor to enter the username and password, there was NOTHING on the HDMI monitor. Obviously, I couldn’t continue, so I clicked ‘skip’ … expecting the board to remain at jetpack 4.3. However from that moment on, the HDMI monitor stopped detecting a signal from my board.
I am able to see output from the debug port, and I am able to manually flash it by cd to ~/nvidia/nvidia_sdk/JetPack_4.3_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra using the command:
sudo ./flash.sh jetson-xavier mmcblk0p1 | tee flash_2020-09-05.out
It appears to flash successfully because my log flash_2020-09-05.out shows the message:
[ 310.9542 ] tegradevflash_v2 --write MEM_BCT_b mem_coldboot_sigheader.bct.encrypt
[ 310.9563 ] Bootloader version 01.00.0000
[ 310.9622 ] Writing partition MEM_BCT_b with mem_coldboot_sigheader.bct.encrypt
[ 310.9636 ] […] 100%
[ 310.9909 ]
[ 310.9910 ] Flashing completed
[ 310.9911 ] Coldbooting the device
[ 310.9954 ] tegrarcm_v2 --ismb2
[ 311.0020 ]
[ 311.0039 ] tegradevflash_v2 --reboot coldboot
[ 311.0054 ] Bootloader version 01.00.0000
[ 311.0118 ]
*** The target t186ref has been flashed successfully. ***
Reset the board to boot from internal eMMC.
However, when I reset the board, I see this message on the minicom
[0002.002] I> enabling ‘vdd-hdmi-5v0’ regulator
[0002.008] I> regulator ‘vdd-hdmi-5v0’ already enabled
[0002.008] I> hdmi cable connected
[0002.011] E> set volts not configured for ‘vdd-1v0’
[0002.013] E> set volts not configured for ‘vdd-1v8-hs’
[0002.018] E> invalid display type
[0002.023] E> invalid display type
[0002.025] E> cannot find any other nvdisp nodes
[0002.029] E> I2C: Timeout while polling for bus clear. Last value 0x00000000.
[0002.030] E> I2C: Failed to clear bus for instance 6.
[0002.031] E> I2C: Failed to clear bus for instance 6.
[0002.031] E> I2C_DEV: Failed to initialize instance 6.
[0002.033] E> read_edid, invalid i2c handle
[0002.041] I> hdmi_enable, starting HDMI initialisation
[0002.046] I> hdmi_enable, HDMI initialisation complete
…
[ 73.618133] tegra-i2c 31c0000.i2c: I2C_INT_STATUS - 0x2
[ 73.618231] tegra-i2c 31c0000.i2c: i2c transfer timed out addr: 0x50
[ 79.377142] Please complete system configuration setup on desktop to proceed…
ÿâWARNING: pll_d3 has no dyn ramp
How can I complete system configuration setup on desktop… when the monitor doesn’t detect hdmi signals from the board? I have tested the monitor and the cable with other sources, and the monitor displays images from other sources without a problem.
Any ideas on what could be the problem? Or any ideas on how to recovery to factory settings???