Jump to content

Compiling Jetson TX2 source code: Difference between revisions

Line 207: Line 207:
</pre>
</pre>


== Flash your Kernel image using Jetpack 3.0 root file systemflnmjmRR77
== Flash your Kernel image using Jetpack 3.0 root file system==
==
You can flash your image with Jetpack now instead of using the scripts directly, however, this takes time (around 10min) because we will need jetpack generating the system.img again


1) Install jetpack 3.0: http://developer.ridgerun.com/wiki/index.php?title=Installing_Jetpack_3.0
1) Install jetpack 3.0: http://developer.ridgerun.com/wiki/index.php?title=Installing_Jetpack_3.0
2) Copy rootfs from jetpack 3.0
 
2)Flash your board with Jetpack, the root file system will be on an SD card, execute the script as follows:
 
<pre>
sudo ./flash.sh jetson-tx2 mmcblk1p1
</pre>
 
3) Copy rootfs from jetpack 3.0


<pre>
<pre>
Line 218: Line 223:
</pre>
</pre>


3) Copy kernel image, device tree, and modules
4) Copy kernel image, device tree, and modules


<pre>
<pre>
Line 228: Line 233:
</pre>
</pre>


Modify extlinux.conf (http://elinux.org/Jetson/TX2_DTB)
5)Modify extlinux.conf (http://elinux.org/Jetson/TX2_DTB)


<pre>
<pre>
Line 245: Line 250:
</pre>
</pre>


It will notice that everything is already built and will install your new images. If you have problems detecting the IP address wait like 2 minutes and it will give you the option to enter it manually. Username and password: ubuntu. You can see the ipaddress connecting a keyboard, mouse and monitor to the board at this point since ubuntu would be already booted.
Username and password: nvidia. You can see the ipaddress connecting a keyboard, mouse and monitor to the board at this point since ubuntu would be already booted.


== DTB ==
== DTB ==
214

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.