###############################################################################
./flash.sh: line 656: ./tegrarcm_v2: cannot execute binary file: Exec format error
Error: probing the target board failed.
Make sure the target board is connected through
USB port and is in recovery mode.
root@user-desktop:/home/user/Linux_for_Tegra# cd /home/user/vesc_tool-master/
"
I executed the flash.sh script on Jetson AGX Orin for my other Jetson AGX Orin flash image。
But flash.sh doesn’t seem to work with arm64 arch, only X86.??
Can tegrarcm_v2 be compiled and run on arm64?
The flash software is intended to run on an Ubuntu 20.04 host PC and never directly runs on the Orin. Jetsons (and most embedded devices) don’t have a BIOS, and cannot self-flash. Thus the host PC. The Jetson is put into recovery mode prior to starting flash (which turns the Jetson into a flashable custom USB device the flash).