JIN PRO Posted Friday at 01:25 AM Posted Friday at 01:25 AM Hi everyone, I need to enable the csi camera and i2c port on my zero3 development board. When I click on the management overlay, an error occurs. Is there any solution? 0 Quote
Werner Posted Friday at 09:04 AM Posted Friday at 09:04 AM Overlays can be added manually as well. Check /boot/armbianEnv.txt 0 Quote
JIN PRO Posted Saturday at 05:58 AM Author Posted Saturday at 05:58 AM This is the default configuration: verbosity=1 bootlogo=false console=both extraargs=cma=256M overlay_prefix=rk35xx fdtfile=rockchip/rk3566-radxa-zero3.dtb rootdev=UUID=526007c3-3a0f-451d-a7a7-6d896d15f910 rootfstype=ext4 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u 0 Quote
Solution Werner Posted Saturday at 06:05 AM Solution Posted Saturday at 06:05 AM Yes. This is an example of a rk3588 based board of mine: overlay_prefix=rockchip-rk3588 overlays=panthor-gpu opp-oc-24ghz The overlay names come from /boot/dtb/*/ find an overlay matching your soc and needs and enable by putting its name to overlays=. Then reboot. Having a serial console to read uboot logs can show if it has been loaded properly or in case it did not why. 0 Quote
JIN PRO Posted 2 hours ago Author Posted 2 hours ago It works, but I found that the i2c dtbo file I needed was not in the armbian repository, so I manually extracted it from the radxa official image. 0 Quote
Werner Posted 51 minutes ago Posted 51 minutes ago Feel free to pr any missing overlay here: https://github.com/armbian/linux-rockchip 0 Quote
Recommended Posts
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.