Jump to content

Raspberry Pi HQ camera IMX477 Linux driver for Jetson: Difference between revisions

Line 466: Line 466:


* Move the files from <code>/tmp</code> to <code>/boot</code> inside the Nano's filesystem:
* Move the files from <code>/tmp</code> to <code>/boot</code> inside the Nano's filesystem:
'''For Jetson Nano B01:''' replace <dtb> with tegra210-p3448-0000-p3449-0000-b00.dtb
'''For Jetson Nano A02:''' replace <dtb> with tegra210-p3448-0000-p3449-0000-a02.dtb
<pre>
<pre>
sudo mv /tmp/Image /boot/
sudo mv /tmp/Image /boot/
sudo mv /tmp/tegra210-p3448-0000-p3449-0000-b00.dtb /boot/
sudo mv /tmp/<dtb> /boot/
</pre>
</pre>


247

edits

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