Page 1 of 1

Does anyone has a CM3588 NAS kit up & running ?

Posted: Fri Jan 05, 2024 7:14 pm
by Sergio
Hi,
Looking for comments or tips from anyone who has the CM3588 running as a NAS with OMV.
I am about to commit to upgrading my NanoPi M4 V2 / 4xSata Hat NAS with this new board.
Thanks

Re: Does anyone has a CM3588 NAS kit up & running ?

Posted: Fri Jan 05, 2024 7:48 pm
by yaazzz
This CM3588 is very good for OMV : very simple to install. Only thing for me is the fan which is not working and I am trying to find a solution and the fact no case is available yet even for 3d printing (no time to design one).

Re: Does anyone has a CM3588 NAS kit up & running ?

Posted: Sat Jan 06, 2024 11:22 am
by yaazzz
Got it running OMV with 4 Nvme.

Fan is not working out of the Box :

echo 59 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio59/direction
echo 1> /sys/class/gpio/gpio59/value # to switch on the fan output
echo 0> /sys/class/gpio/gpio59/value # to switch off the fan output

Now I need to find a 3d case model to print as I have no time to design it ;)