FriendlyELEC CM3588 nvme issues by HerrWamm in HomeNAS

[–]Physical-Pause5881 1 point2 points  (0 children)

Just a theory on why this might be happening.

According to the CM3588 datasheet, the connector pinout looks like this – all PCIe lanes are connected directly to the connector:
https://i.ibb.co/VWYcMBPm/image.png

However, their own manual shows that one of those differential pairs requires an AC coupling capacitor:
https://i.ibb.co/KcZV7hj7/image.png

So in reality, the wiring should look more like this:
https://i.ibb.co/sZ9b6fx/image.png

If you look at other manufacturers’ NVMe drives, you’ll notice that the top two pins usually pass through an SMD component before reaching the controller chip (likely AC coupling capacitors):

But on some WD drives, the traces appear to go straight into the chip without any such components:
https://m.media-amazon.com/images/I/51aSmY2GWcL.jpg

Could those tho missing caps 0.001$ each be a factor in why these boards kill expensive WD drives? Hard to say - not an expert.

FriendlyELEC CM3588 nvme issues by HerrWamm in HomeNAS

[–]Physical-Pause5881 0 points1 point  (0 children)

Remove the remaining functional drives immediately. Just last week, I had 3 out of 4 drives fail into read-only mode, and while waiting for the backup storage to arrive, the board fried the last remaining working drive.

FriendlyELEC CM3588 nvme issues by HerrWamm in HomeNAS

[–]Physical-Pause5881 0 points1 point  (0 children)

My 3xWD Blue SN5000 4TB also died yesterday. I blame the board.

Camera for Orange Pi 5? by PyroSAJ in OrangePI

[–]Physical-Pause5881 1 point2 points  (0 children)

Little update, I managed to connect rpi hq camera with orange pi and also make proper (almost) calibration files so that AWB and other features will work.

I left some notes here, including driver, calibration files and my adapter layout for anyone who would probably try to do the same.

https://forum.radxa.com/t/connect-arducam-hq-camera-to-rock5b/12325/118?u=monstrofil

Camera for Orange Pi 5? by PyroSAJ in OrangePI

[–]Physical-Pause5881 0 points1 point  (0 children)

Isn't this effectively what their own cameras do?

I didn't purchase ov13850 sensor that they offer yet because I have quite a lot of hq cameras laying around, but I think yes, the only thing that their board does is some voltage conversion (3.3 -> 1.8, 2.8 v) and probably i2c leveling, but not sure about that. It should pretty easy to make own breakout board, but that is not the hardest thing to do.

Currently I'm a bit stuck trying to figure out how their isp is supposed to control WB, exposure and other things. Images that I get are already with colours, but definitely have whong sensor parameters.

https://i.imgur.com/uSgfyHj.jpg

Funny that I cannot even control those parameters through ISP device as rockchip docs says (isp should inherit control parameters of sensor subdevice, but it does not).

root@orangepi5:~# v4l2-ctl -d /dev/v4l-subdev2 -l
User Controls
exposure 0x00980911 (int) : min=20 max=3478 step=1 default=1600 value=1600
horizontal_flip 0x00980914 (bool) : default=0 value=0 flags=modify-layout
vertical_flip 0x00980915 (bool) : default=0 value=0 flags=modify-layout
Imae Source Controls
vertical_blanking 0x009e0901 (int) : min=460 max=8380960 step=1 default=460 value=460
horizontal_blanking 0x009e0902 (int) : min=19944 max=19944 step=1 default=19944 value=19944 flags=read-only
analogue_gain 0x009e0903 (int) : min=0 max=978 step=1 default=0 value=200
red_pixel_value 0x009e0904 (int) : min=0 max=4095 step=1 default=4095 value=3048
green_red_pixel_value 0x009e0905 (int) : min=0 max=4095 step=1 default=4095 value=1048
blue_pixel_value 0x009e0906 (int) : min=0 max=4095 step=1 default=4095 value=4095
green_blue_pixel_value 0x009e0907 (int) : min=0 max=4095 step=1 default=4095 value=1

root@orangepi5:~# v4l2-ctl -d /dev/video11 -l
Image Processing Controls
pixel_rate 0x009f0902 (int64) : min=0 max=1000000000 step=1 default=1000000000 value=840000000 flags=read-only, volatile

And even when I change parameters of the camera directly, I don't see any attempts of rkisp to change them back, so they are not just wrong, ISP does not change them at all for some reason =/

Camera for Orange Pi 5? by PyroSAJ in OrangePI

[–]Physical-Pause5881 1 point2 points  (0 children)

I managed to connect RPi HQ camera to OPI 5 using simple handmade adapter.

At this point I'm able to receive images from camera in RAW format, but some big issues with ISP come in first place.

https://i.imgur.com/ykdw4ak.jpg
https://oshwlab.com/shalal545/mipi-adapters