Jump to content

Recommended Posts

Posted

I connected an OV13850 camera to camera port 3. After enabling it in device tree config, I still can't see it in v4l2-ctl and other camera apps.

dmesg | grep ov13850 shows nothing.

Posted

Hi

 

Providing logs with

 

PASTE_SERVER_HOST=paste.armbian.de armbianmonitor -u

 

 helps with troubleshooting and significantly raises chances that issue gets addressed.

 

 

Posted

Seems like your /boot/armbianEnv.txt is wrong

 

Looking like this I assume?

 

verbosity=1
bootlogo=true
console=both
overlay_prefix=rockchip-rk3588
overlays=panthor-gpu
fdtfile=rockchip/rk3588s-orangepi-5.dtb
rootdev=UUID=af265968-c707-4182-9419-ca767922fd72
rootfstype=ext4
fdt_overlays=rk3588-ov13850-c3
usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u

 

 

Try something like this:

 

verbosity=1
bootlogo=true
console=both
overlay_prefix=rockchip-rk3588
overlays=panthor-gpu ov13850-c3
fdtfile=rockchip/rk3588s-orangepi-5.dtb
rootdev=UUID=af265968-c707-4182-9419-ca767922fd72
rootfstype=ext4
usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u

 

Posted

Ah. A quick test revealed that the overlay name causes it a file not found.

Go to /boot/dtb/rockchip/overlay folder and rename rk3588-ov13850-c3.dtbo to  rockchip-rk3588-ov13850-c3.dtbo

Then reboot.

 

To get to the root cause of this at least read access to the boot loader is necessary. Therefore everyone tinkering with SBCs should have an USB UART adapter handy.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines