Yo! \(^_^)/
- We bought a radxa cm3 sodimm(with rk3566)v1.3 20220927 and plugged it into our board(before that, we used this board for raspberry pi cm3+)
- Installed the bootloader(from here https://dl.radxa.com/rock3/images/loader/rock-3a/rk356x_spl_loader_ddr1056_v1.10.111.bin) and the image (from here https://mega.nz/file/hnwjCboL#GSVM3UqpyRCYUQgODHCcOF1A0JieN2qEQ9pu-TNwa6M), and it works!
- After that I wanted to check if the camera is working, and do it with
fswebcam
utility and i did not find anyvideo
device to pass it as an argument '(-_-) (camera was connected to mipi-csi0). - In
/boot/dtbs/4.19.193-215-rockchip-g2657e70400fc/rockchip/overlay/
i foundradxa-cm3s-io-csi1-rpi-camera-v2.dtbo
,rk3568-i2c2-m1.dtbo
(it is i2c for camera) and with instruction (from herehttps://wiki.radxa.com/Device-tree-overlays)
trying to load overlays. To no avail((
What could i have done wrong?