Page 1 of 1

CM3588 NAS case

Posted: Mon Jan 22, 2024 10:57 am
by sgofferj
In case, anybody is interested, I made a quick and dirty design for a case for the CM3588 NAS board with 2x 40mm fans blowing across: https://github.com/sgofferj/CM3588-NAS-case

Image

Re: CM3588 NAS case

Posted: Tue Jan 23, 2024 6:37 pm
by yaazzz
This is very nice.
Probably a hole for the power button on the front side and a hole for a small OLED display and that would be perfect. I am very noob for 3D modeling so I will just to try one case already existing.

Re: CM3588 NAS case

Posted: Thu Jan 25, 2024 1:46 am
by choicemethod
Oh that's sound great. I like your idea!

Re: CM3588 NAS case

Posted: Sun Jan 28, 2024 5:32 pm
by yaazzz

Re: CM3588 NAS case

Posted: Sat Apr 20, 2024 5:34 pm
by ppsx

Re: CM3588 NAS case

Posted: Wed May 08, 2024 9:39 am
by yaazzz


Got it printed out, nice casing even it is a little high for me.
I changed the fan with 5V one and get it connected directly to the fan pin : I have 31.5°C in average.
For PCB and top I used metal insert to get better fixation.
Now I will buy the OLED screen to make it a try.

Thanks again for sharing you work.

Re: CM3588 NAS case

Posted: Tue May 14, 2024 5:40 pm
by ppsx
If anyone is interested, I wrote a simple Python-based systemd service to make use of the OLED screen and User button.
https://github.com/ppsx/cm3588-oled-screen

Re: CM3588 NAS case

Posted: Sun May 26, 2024 4:15 pm
by yaazzz
ppsx wrote:
If anyone is interested, I wrote a simple Python-based systemd service to make use of the OLED screen and User button.
https://github.com/ppsx/cm3588-oled-screen


Thanks it seems to be very nice. Waiting for my Oled screen I will then make a try : you save my time as I was wondering to make something similar ;).

Re: CM3588 NAS case

Posted: Fri May 31, 2024 4:51 pm
by yaazzz
I am on openmediavault and did not find a way to get i2c-8 to work ;(

Re: CM3588 NAS case

Posted: Mon Jun 03, 2024 10:09 am
by ppsx
yaazzz wrote:
I am on openmediavault and did not find a way to get i2c-8 to work ;(

That's the issue I had with official openmediavault image. So I decided to switch to Armbian and finally made it working. Also on Armbian (which is based on Debian 12) you can install newer version of openmediavault.
But...
I have no idea how to install it on eMMC, so my NAS is booting from uSD card... :(

Re: CM3588 NAS case

Posted: Sat Jun 08, 2024 12:00 pm
by Gimli
There is a Debian image available with instructions to install on eMMC at https://wiki.friendlyelec.com/wiki/inde ... Install_OS

Is there any specific reason you'd rather use ARMbian rather than that Debian install? You may be able to replace the OS files in the provided image so the installer uses your version of ARMbian instead the Debian 11 image.

Re: CM3588 NAS case

Posted: Sat Jun 08, 2024 2:11 pm
by ppsx
I know about official Debian and that it can be installed on eMMC but it has the same "issue" as official OpenMediaVault - I can't find a way to enable I2C because /boot folder is almost empty and there's no dtb files and no config.txt-like file to enable overlays.
On Arbian it's all there and that's the only reason. I'd be more than happy if I can use pure Debian 12 installed on eMMC with the ability to enable/disable different overlays.

Re: CM3588 NAS case

Posted: Wed Jun 12, 2024 10:01 pm
by Dans34
anyone have a rough idea of pricing to print this case ?

Re: CM3588 NAS case

Posted: Sun Jun 30, 2024 6:45 pm
by Pharizna
I’ve just receipt this case. It’s very nice… and expensive :(

https://a.aliexpress.com/_ExONlcn

One question about the fan speed control. Any idea to control it from Debían, for example … or from Proxmox?

;)

Re: CM3588 NAS case

Posted: Sat Jul 13, 2024 8:23 am
by yaazzz
May I ask which Armbian Image you are using, I will make it a try.

Re: CM3588 NAS case

Posted: Sat Jul 13, 2024 2:32 pm
by ppsx

Code: Select all

omv:~:% cat /etc/os-release 
PRETTY_NAME="Armbian 24.5.1 bookworm"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.armbian.com"
SUPPORT_URL="https://forum.armbian.com"
BUG_REPORT_URL="https://www.armbian.com/bugs"
ARMBIAN_PRETTY_NAME="Armbian 24.5.1 bookworm"


Code: Select all

omv:~:% uname -a
Linux omv 6.1.43-vendor-rk35xx #1 SMP Mon May 20 12:26:58 UTC 2024 aarch64 GNU/Linux


Code: Select all

omv:~:% dpkg -l | grep openmediavault
ii  openmediavault     7.4.0-1     all     openmediavault - The open network attached storage solution
... (some plugins) ...

Re: CM3588 NAS case

Posted: Thu Jan 16, 2025 8:11 pm
by agus97v
sgofferj wrote:
In case, anybody is interested, I made a quick and dirty design for a case for the CM3588 NAS board with 2x 40mm fans blowing across: https://github.com/sgofferj/CM3588-NAS-case]


I see that you have two fans. Did you use the onboard header? Do you know how much power it can supply?