Hi,
I am trying to install JetPack using a live Ubuntu USB. Is this possible?
I cannot mount the hard drive because it is a work computer and the HD is encrypted. There is a persistent 4Gb partition with the live USB. That is not enough space to install the Jetpack
So what I tried next was to mount a separate 16Gb USB and install it there.
This is what I have - my second USB stick mounted to /media/it/USB
$ mount
/cow on / type overlay (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
/dev/sdb1 on /cdrom type vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop1 on /rofs type squashfs (ro,noatime)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=it)
/dev/sdc1 on /media/it/USB type vfat (rw,nosuid,nodev,uid=999,gid=999,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)
I then downloaded the .bin file and ran:
it@it:~/$ sudo ./JetPack-L4T-2.1-linux-x64.run --target /media/it/USB/Jetpack
Creating directory /media/it/USB/Jetpack
Verifying archive integrity... All good.
Uncompressing JetPack 100% Extraction failed.
it@it:~/
I tried mounting the USB with different attributes but it still didn’t work. Does anyone know whether this is possible? Do I need to reformat the USB or something?
Thanks in advance