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

(Undo revision 35694 by Jmorua (talk))
Tag: Undo
Line 225: Line 225:


* Enable the dtb changes by modifying the <code>/boot/extlinux/extlinux.conf</code> file:
* Enable the dtb changes by modifying the <code>/boot/extlinux/extlinux.conf</code> file:
'''Note:''' The FDT depends on the Nano revision:
* '''For Jetson Nano B01:''' replace <dtb path> with /boot/tegra210-p3448-0000-p3449-0000-b00.dtb
* '''For Jetson Nano A02:''' replace <dtb path> with /boot/tegra210-p3448-0000-p3449-0000-a02.dtb
<pre>
<pre>
  TIMEOUT 30
  TIMEOUT 30
Line 234: Line 238:
       INITRD /boot/initrd
       INITRD /boot/initrd
       APPEND ${cbootargs} quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
       APPEND ${cbootargs} quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
       FDT /boot/tegra210-p3448-0000-p3449-0000-b00.dtb
       FDT <dtb path>
</pre>
</pre>


247

edits