- Running Jetson Linux r36.3
- Orin NX
odmfuse fails with error: Failed to get address for br bct from nv3p helper.
sudo ./odmfuse.sh --test -i 0x23 -k "pkc.pem" -S "sbk.key" -X "fuse.xml" jetson-orin-nano-devkit
Same error with any combination of with/without --test
and with/without -k "pkc.pem" -S "sbk.key"
Powering the board off and on again doesn’t solve it. Rebooting the computer neither.
Last few lines of the logs:
[ 0.9268 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/ascento/computer-install/Linux_for_Tegra/bootloader/cvm.bin --chip 0x23 0
[ 0.9270 ] MB2 Applet version 01.00.0000
[ 0.9294 ] Saved platform info in /home/ascento/computer-install/Linux_for_Tegra/bootloader/cvm.bin
[ 0.9628 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[ 0.9630 ] MB2 Applet version 01.00.0000
[ 0.9656 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[ 0.9658 ] MB2 Applet version 01.00.0000
[ 0.9681 ] Dumping customer Info
[ 0.9683 ] tegrarcm_v2 --chip 0x23 0 --oem dump bct tmp.bct
[ 0.9685 ] MB2 Applet version 01.00.0000
[ 0.9709 ] 0000000054220302: E> NV3P_SERVER: Failed to get address for br bct from nv3p helper.
[ 1.0493 ]
[ 1.0493 ]
Error: Return value 2
Command tegrarcm_v2 --chip 0x23 0 --oem dump bct tmp.bct
Reading board information failed.
Before running odmfuse.sh
the command ./bootloader/tegrarcm_v2 --new_session --chip 0x23 --uid
succeeds and returns the ECID. After the odmfuse.sh
fails, the same command does not return anything. I guess the board ends up in a weird state.
While odmfuse.sh
there are no log messages in dmesg
Any idea what is going on and how to fix it?