Hello!
I wanted to reinstall my TX2 with the latest version of software.
But i allways get the Error:
The target is in a bad state
The Jetson target is in a bad state and cannot be flashed. Please manually put the target into recovery mode and then retry flashing.
13:35:56 DEBUG: Flash Jetson TX2 - flash: using adapter to install NV_L4T_FLASH_TX2_WITH_OS_IMAGE_COMP@JETSON_TX2_TARGETS to /home/me/nvidia/nvidia_sdk/JetPack_4.6.1_Linux_JETSON_TX2_TARGETS
13:35:56 INFO: Flash Jetson TX2 - flash: sudo ./nvsdkmanager_flash.sh
13:35:57 INFO: Flash Jetson TX2 - flash: *** Checking ONLINE mode … OK.
13:35:57 INFO: Flash Jetson TX2 - flash: *** Checking target board connection … 1 connections found.
13:36:02 ERROR: Flash Jetson TX2 - flash: Put the target board in RCM mode and retry.
13:36:02 ERROR: Flash Jetson TX2 - flash: command terminated with error
also on the target manually doing:
jetson@jet-03:~$ sudo -s
[sudo] password for jetson:
root@jet-03:~# reboot --force forced-recovery
Rebooting with argument ‘forced-recovery’.
[ 22.062243] reboot: Restarting system with command ‘forced-recovery’
yields:
./nvautoflash.sh --print_boardid
*** Checking ONLINE mode … OK.
*** Checking target board connection … 1 connections found.
*** Reading ECID … *** Error: ECID read failed.
Put the target board in RCM mode and retry.
Does not matter if i do manual recovery mode or let it automatically reboot into recovery mode.
Following JetPack 4.2 Flashing Issues and how to resolve i did:
cold boot the tx2 dev board:
NOTICE: BL31: v1.3(release):5b49e7f80
NOTICE: BL31: Built : 08:54:11, Jul 9 2021
ipc-unittest-main: 1519: Welcome to IPC unittest!!!
ipc-unittest-main: 1531: waiting forever
ipc-unittest-srv: 329: Init unittest services!!!
hwkey-agent: 40: hwkey-agent is running!!
hwkey-agent: 197: key_mgnt_processing …
hwkey-agent: 189: Setting EKB key 0 to slot 14
hwkey-agent: 167: Init hweky-agent services!!
luks-srv: 40: luks-srv is running!!
luks-srv: 157: Init luks-srv IPC services!!
platform_bootstrap_epilog: trusty bootstrap complete
[0001.335] I> Welcome to Cboot
[0001.337] I> Cboot Version: t186-747521d4
[0001.341] I> CPU-BL Params @ 0x275800000
[0001.345] I> 0) Base:0x00000000 Size:0x00000000
[0001.349] I> 1) Base:0x277f00000 Size:0x00100000
[0001.354] I> 2) Base:0x277e00000 Size:0x00100000
[0001.359] I> 3) Base:0x277d00000 Size:0x00100000
[0001.363] I> 4) Base:0x277c00000 Size:0x00100000
[0001.368] I> 5) Base:0x277b00000 Size:0x00100000
[0001.372] I> 6) Base:0x277800000 Size:0x00200000
[0001.377] I> 7) Base:0x277400000 Size:0x00400000
[0001.381] I> 8) Base:0x277a00000 Size:0x00100000
[0001.386] I> 9) Base:0x277300000 Size:0x00100000
[0001.390] I> 10) Base:0x276800000 Size:0x00800000
[0001.395] I> 11) Base:0x30000000 Size:0x00040000
[0001.399] I> 12) Base:0xf0000000 Size:0x00100000
[0001.404] I> 13) Base:0x30040000 Size:0x00001000
[0001.408] I> 14) Base:0x30048000 Size:0x00001000
[0001.412] I> 15) Base:0x30049000 Size:0x00001000
[0001.417] I> 16) Base:0x3004a000 Size:0x00001000…
Interrupted via [hold]rec, [push]reset, wait 2 seconds, [release]rec
the on the host execute:
sudo ./flash.sh jetson-tx2 mmcblk0p1
[sudo] password for me:
###############################################################################
L4T BSP Information:
R32 , REVISION: 7.1
###############################################################################
Error: probing the target board failed.
Make sure the target board is connected through
USB port and is in recovery mode.
$ uname -a ; cat /etc/issue ; dpkg -l sdkmanager
Linux windowspc 5.13.0-27-generic #29~20.04.1-Ubuntu SMP Fri Jan 14 00:32:30 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Ubuntu 18.04 LTS \n \l
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
++±=================================-=====================-=====================-========================================================================
ii sdkmanager 1.7.3-9053 amd64 NVIDIA SDK Manager
how can i get this fixed?
thanks for any help.