Jump to content

Compiling Jetson TX1/TX2 source code: Difference between revisions

Line 593: Line 593:
/dev/sdb1 on /media/dsoto/EF02-5626 type vfat (rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)
/dev/sdb1 on /media/dsoto/EF02-5626 type vfat (rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)
</pre>
</pre>
2)Format the USB drive in your PCB
2) Format the USB drive in your PCB
<pre>
<pre>
sudo mkfs.ext4 /dev/sdb1
sudo mkfs.ext4 /dev/sdb1
</pre>
</pre>
3)Copy the filesystem to the USB drive
3) Copy the filesystem to the USB drive
<pre>
<pre>
mkdir $DEVDIR/images/fs
mkdir $DEVDIR/images/fs
Line 604: Line 604:
sudo cp -a * $DEVDIR/images/fs  && sync
sudo cp -a * $DEVDIR/images/fs  && sync
</pre>
</pre>
4)Unmount the USB drive and remove it
4) Unmount the USB drive and remove it
<pre>
<pre>
umount $DEVDIR/images/fs
umount $DEVDIR/images/fs
</pre>
</pre>
5)Finally connect the USB drive to the Jetson board put the Jetson on recovery mode, flash the board to look for the filesystem on the USB port:
5) Finally connect the USB drive to the Jetson board put the Jetson on recovery mode, flash the board to look for the filesystem on the USB port:
<pre>
<pre>
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/
Cookies help us deliver our services. By using our services, you agree to our use of cookies.