Tx2 jetpack os Flashing ERROR: File System and OS - target_image: command terminated with error

Host System:18.04 Ubuntu
Traget System :jetson tx2

installation through jetpack 4.6.2
installation breaks inbetween installation
for a detail report i am sharing you the log

what to do now to get out of this

TS to /media/ubuntu/OldUbuntu/TX2/TargeHW/JetPack_4.6.2_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/rootfs/

14:13:11 INFO: File System and OS - target_image: exec_command: /tmp/tmp_NV_L4T_FILE_SYSTEM_AND_OS_T186_COMP.sh

14:15:39 : File System and OS - target_image: WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

14:15:39 INFO: File System and OS - target_image: Get:12
file:/var/visionworks-tracking-repo Release [2,008 B]

14:15:39 INFO: File System and OS - target_image: Hit:17

14:15:39 INFO: File System and OS - target_image: Hit:19
14:15:40 INFO: File System and OS - target_image: Hit:20

14:15:40 INFO: File System and OS - target_image: Hit:21

14:15:41 INFO: File System and OS - target_image: Reading package lists…

14:15:41 INFO: File System and OS - target_image: Building dependency tree…

14:15:41 INFO: File System and OS - target_image: Reading state information…

14:15:41 INFO: File System and OS - target_image: All packages are up to date.

14:15:41 : File System and OS - target_image: WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

14:15:41 INFO: File System and OS - target_image: Reading package lists…

14:15:42 INFO: File System and OS - target_image: Building dependency tree…

14:15:42 INFO: File System and OS - target_image: Reading state information…

14:15:42 INFO: File System and OS - target_image: The following packages were automatically installed and are no longer required:

14:15:42 INFO: File System and OS - target_image: Use ‘sudo apt autoremove’ to remove them.

14:15:42 INFO: File System and OS - target_image: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

14:15:42 INFO: File System and OS - target_image: Using rootfs directory of: /media/ubuntu/OldUbuntu/TX2/TargeHW/JetPack_4.6.2_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/rootfs

14:15:42 ERROR: File System and OS - target_image: command terminated with error

14:15:42 SUMMARY: Flash Jetson TX2 - flash: Depends on failed component

Moved to the Jetson TX2 forum

can you provide solution link

I noticed that it is running from an alternate location, a “/media” subdirectory. This means you are probably running it from something removable, e.g., SD card or thumb drive. One possibility is that the mount of the drive is not set up as executable. Another problem will occur if the filesystem type is not ext4. What do you see from:

grep media /etc/mtab
df -H -T /media/ubuntu/OldUbuntu/TX2/TargeHW/JetPack_4.6.2_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/rootfs/

When not actually at “/media/ubuntu/OldUbuntu/TX2/TargeHW/JetPack_4.6.2_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/”, e.g., from “/home”, are you able to execute this command (it is just to get a help menu, I’m interested in if it gives the help summary versus an error):

/media/ubuntu/OldUbuntu/TX2/TargeHW/JetPack_4.6.2_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/flash.sh --help

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.