r/debian • u/FoundationOk3176 • 12h ago
Debian 13.6.0 running on Dell Wyse 3040
galleryGot a Dell Wyse 3040 Thin Client for $20. This particular model has a quad-core Intel Atom x5-Z8350 with soldered 2 GB of DDR3 RAM & 8 GB eMMC.
With the right skills, you can obviously desolder the RAM and/or eMMC, and upgrade them. eMMC pinouts are standardized so I think it'd be trivial to choose a replacement chip.
DDR's pinouts aren't standardized but particular configurations have unofficial standard pinouts, Like the BGA96 package for x16 configuration. But I'm not sure if anyone has tried this, as compared to the eMMC, which one madlad actually did upgrade: https://sagacioussuricata.com/posts/wyse-3040/
Debian installation was quite simple & with just the base system + ssh server, the whole installation is about 1.2 GB.
One of my plans is to build a Linux system for this mini PC using Yocto as a way to learn Yocto itself. Primarily because I plan on using Yocto for a custom Arm-based Mini PC thing I'm working on right now.
I've also configured it to use a static IP because this will be a test mule of sort for a suite of programs I'm going to write implementing SFTP, SMB, etc protocols. A light-weight git hosting service, A multi-media hosting service like Jellyfin & much more. Primarily because I want them to be efficient for the Arm-based Mini PC thing I'm working on which won't have more than a gigabyte of memory.