Hi there, I apologize in advance for being a noob, but I recently acquired a Jetson TX2, and without ample knowledge, I’ve been unable to figure out how to flash the TX2 so I can use it on my J120 carrier board. Auvidea provided me pretty straightforward instructions, which I was able to follow without any problem until updating the firmware for use on the J120. So, I successfully installed JetPack 3.1 on my Jetson, but am now stuck on the firmware.
I downloaded version 1.5 of the firmware from here: https://auvidea.com/firmware
After downloading and extracting:
I move the files from the BCT folder of ChangesTX2J140_Kernel_r28.1 to the bootloader for JetPack, Auvidea’s instructions then say execute these commands in terminal:
cd ~/Desktop/ChangesTX2J140_Kernel_r28.1/BCT/
sudo cp -rf tegra186-mb1-bct-pmic-quill-p3310-1000-c0* ~/Desktop/JetPack3.1/64_TX2/Linux_for_Tegra_tx2/bootloader/t186ref/BCT/.
I’m able to run those commands without any issue, however, when I attempt to flash the TX2, I use:
sudo ./flash jetson-tx2 mmcblk0p1
I get the error:
sudo: ./flash: command not found.
I’m assuming there’s some sort of package I need to download to run that command, however, I have no idea what it is. This has been a very aggravating and lengthy process, and I just haven’t been able to figure it out. Any help would be greatly appreciated. Auvidea’s customer support is very slow, and not very helpful. Please let me know if I left out any pertinent information.
Thanks!