Jump to content

Compiling Jetson TX1/TX2 source code: Difference between revisions

Line 766: Line 766:


Just make sure the date is correct: Linux tegra-ubuntu 4.4.38+ #35 SMP PREEMPT '''Tue Nov 28 12:29:01 CST 2017''' aarch64 aarch64 aarch64 GNU/Linux
Just make sure the date is correct: Linux tegra-ubuntu 4.4.38+ #35 SMP PREEMPT '''Tue Nov 28 12:29:01 CST 2017''' aarch64 aarch64 aarch64 GNU/Linux
In the TX2 with Jetpack 3.2.1, you can use below commands to flash kernel and DTB independently:
* Kernel
<pre>
sudo ./flash.sh -r -k kernel -K kernel/Image jetson-tx2 mmcblk0p1
</pre>
* DTB
<pre>
sudo ./flash.sh -r -k kernel-dtb -d kernel/dtb/tegra186-quill-p3310-1000-c03-00-base.dtb jetson-tx2 mmcblk0p1
</pre>


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