V
V
Vladimir Korotenko2021-03-30 20:52:13
NVIDIA
Vladimir Korotenko, 2021-03-30 20:52:13

Installing a Jetson nano 2 gb + IMX477 camera?

https://www.waveshare.com/wiki/IMX477_12.3MP_Camera
I put it on this guide. But zero zeros.
IMX477 does not appear in dmesg, there is imx277, as I understand it, the old version.
How to debug all this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2021-03-31
@firedragon

So what happened.
Because I don't know much about Linux. Late noticed an error in the documentation.
https://developer.ridgerun.com/wiki/index.php?titl...
Instead, this is what they write in the documentation

TIMEOUT 30
 DEFAULT primary

 MENU TITLE L4T boot options

 LABEL primary
       MENU LABEL primary kernel
       LINUX /boot/Image
       INITRD /boot/initrd
       APPEND ${cbootargs} quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 
+      FDT /boot/tegra194-p3668-all-p3509-0000.dtb

Need to add
TIMEOUT 30
 DEFAULT primary

 MENU TITLE L4T boot options

 LABEL primary
       MENU LABEL primary kernel
       LINUX /boot/Image
       INITRD /boot/initrd
       APPEND ${cbootargs} quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 
      FDT /boot/tegra194-p3668-all-p3509-0000.dtb

Apparently copy-pasted from diff

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question