Not Able to connect Camera

I am using radxa development board for CM3, and the board has MIPI CSI connector I believe.
and would like to use camera with that connector.
Below are the image of connector which i have for camera and for board.

Could you help how to connect the camera to board, if this is not the correct connector, anyone help me with which connector to get and link for that if any,
I am using IMX219 camera sensor from picamera V.2 version module,
If this is the wrong camera That i am using, let me know which one works fine.

Any help is highly appreciated.

Thanks.

did you select the camera overlay with rsetup ?

The thing is i am not able to make hardware camera connection to the board itself, as i am using wrong pin for camera and board.
I need help with which camera like in hardware setup.

Ahh sorry, I always thought they would be raspberry compatible. … With this connectors you’re pretty much … stuck.

You can create a adapter pcb and print it, but it’s just cheaper to use another carrier board which is compatible with raspberry cameras

I use the waveshare nano B

I have this board with me from wareshare with same pin configuration as radxa cm3.
https://www.waveshare.com/cm4-to-pi4-adapter.htm

But before i was able to load the firmware into this cm3 fine, but when i am trying to load the firmware,
i am getting the error as shown in the image.
downloaded the firmware from


and extracted it

installed driver assistant and trying to flash using rkdevtool

  1. tried to flash using TF card, used balenaetcher tool and the same image file as mentioned above,
    but its also not working.
    once the flash is finished I am seeing the below message and not able to access flash folder.
    image

Any help on this is highly appreciated.

Thanks

https://wiki.radxa.com/Rock3/installusb-install-radxa-cm3-rpi-cm4-io
thats for the emmc flashing

Still the same issue

try another cable and play a little with the boot-switch if your board has one, my does only work opposite to what should be normal

with a different cable
it works fine

Could you help me with sd card flash aswell.

Thanks,

And also not able to access usb ports.
Any suggestions how to make usb ports work.(for keyboard and mouse)

Thanks

the RK-dev tool can not flash sd-cards, you need to use etcher or any other tool for that.

The usb-stuff is a known issue, it is not working on most carrier boards, I have made mine work with a special kernel and a little magic, the official way to get it working is this :confused:

Thanks Raphael,

I will try that shorting the board work with USB.

i am facing another issue is that, i have connected camera IMX219 sensor to the board now.

Trying to view the camera parameters, but not able to and also trying to capture the camera image but not working.
below are the error i am getting.
image

Anything that i have to add in the config file to work with cameras.

Thanks

you have to add a device tree overlay, on new images you can do that with rsetup

how to add device tree overlay to work with camera sensor IMX219

Can you select “Download Boot Start” from the option?

I have solved the camera issue now, I am facing with SD card issue,
I have loaded the firmware with through RKDevtool,
After loading the firmware i want to access external sd card.

So when I connect with radxa CM3 IO board, its detecting the TF card.

but when I connected to waveshare board.
i am using this board
https://www.waveshare.com/cm4-to-pi4-adapter.htm

and its not able to detect the TF card.
As it seems like we have to enable SDMMC0_PWREN.

any ideas how to enable this, so that i can able to mount my sd card.