Jump to content

Compiling Jetson TX1/TX2 source code: Difference between revisions

No edit summary
Line 602: Line 602:
sudo ./flash.sh jetson-tx2 mmcblk0p1
sudo ./flash.sh jetson-tx2 mmcblk0p1
</pre>
</pre>
In the TX2 board, to flash the kernel and the DTB in the EMMC, you also has to flash the File System. In order to pass specific binaries you can use -d and -K options. Also, if you want to use an existent system.img and avoid creating a new one you can use -r option. For example:
<pre>
sudo ./flash.sh -r -d kernel/dtb/tegra186-quill-p3310-1000-c03-00-base.dtb -K kernel/Image jetson-tx2 mmcblk0p1
</pre>


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