Jump to content

Compiling Jetson TX1/TX2 source code: Difference between revisions

Line 446: Line 446:


'''NOTE:''' I also found this way to do it from the board, but it could cause errors (see [https://devtalk.nvidia.com/default/topic/1021660/is-there-any-other-method-in-l4t-r28-1-to-update-dtb-file-for-tx1-besides-flashing-the-dtb-partitio-/ here]):
'''NOTE:''' I also found this way to do it from the board, but it could cause errors (see [https://devtalk.nvidia.com/default/topic/1021660/is-there-any-other-method-in-l4t-r28-1-to-update-dtb-file-for-tx1-besides-flashing-the-dtb-partitio-/ here]):
*'''TX1'''


<pre>
<pre>
sudo dd if=tegra210-jetson-tx1-p2597-2180-a01-devkit.dtb of=/dev/mmcblk0p13  
sudo dd if=tegra210-jetson-tx1-p2597-2180-a01-devkit.dtb of=/dev/mmcblk0p13
</pre>
 
*'''TX2'''
 
<pre>
sudo dd if=tegra186-quill-p3310-1000-c03-00-base.dtb of=/dev/mmcblk0p13
</pre>
</pre>


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