The Fujitsu Futro S900 is a nice compact thin client, marketed until 2013. It is based on the AMD G-series of APUs (accelerated processing units), bean counter speak for a combination of CPUs and GPUs in a single package.

During the time of manufacture of the S900 there where three APU variants available:

I was able to test the hack I describe here on the T40N variant of the S900 as well as the T56N variant. Although the latter is much more powerful it has the disadvantage of requiring a fan.


The S900 thin clients are based on a similar motherboard design by Fujitsu which was targeted at the inustrial control and digital signage market.

Due to this it has a lot of connectivity. It sports 2 real 16550 COM ports. There is a PCI 33 MHz 2.3 slot inside, two PCIe lanes are available on a PCIe x1 connector with non-standard pinout. Thanks to ingenious design connecting regular PCIe x1 cards here shorts out the power supply. The pinout is available for your reference in the technical documentation (see "TechNotes_V3.1_Mini-ITX_D3003-S.pdf" in the Files section).

All these boards had the base name "D3003-XYY". In case of the T40N S900 it is the D3003-D12 variant. This board was never sold as a stand-alone product (at least to my knowledge), whereas the D3003-Sxx variants where available to OEMs.


The D3003-D12 board comes, in addition to a mSATA slot, with footprints for 3 SATA jacks, marked 0 - 2, where only jack 0 is populated. That got me thinking ...

It is obvious that the base hardware comes with the capability hardware-wise to connect more than one external SATA drive.

So I bought some SATA receptacles and soldered them in and added the series capacitors for the data lines. But unfortunately the BIOS was crippled, it was not able to recognise the second port. Frustrated I set the project aside.

Some time later I was surfing the Fujitsu web site and I found BIOS files for D3003-Sxx boards. That got me thinking again ...

I went down a rabbit hole by trying to use the supplied BIOS upgrade software which refused to work on the wrong hardware. First I identified the BIOS ROM chip by using a USB microscope:

Flash chip

It's a Macronix MX25L3206E 32 Mbit serial flash chip. I desoldered the BIOS chip and read it out with my TL866.

MX25L3206 in programmer

Now I had the contents of the flash chip. The BIOS upgrade package downloaded at Fujitsu contained a *.UPD file with a size of 4.096 MB. At first I thought that this file contains additional information regarding the target system, but actually it is a plain binary.

I used the utility "binwalk" to analyze the contents of the read-out flash chip and the *.UPD file from the upgrade package, and they had the same sections at similar addresses:

binwalk comparing two bios files

So I decided to burn the *.UPD file to the BIOS flash ROM. Using the TL866 did not work out, programming always ended with verification errors and there where no bytes actually written. The TL866 seems nice, and it is widely recommended on maker-related web sitest, but in my opinion the device support is flakey and can't be trusted upon as this happened more than once when I needed a generic memory device programmer.

I was looking for another option, when I remembered the "flashrom" utility. I downloaded a copy of "SystemRescueCD" which contains flashrom, made a bootable USB stick and powered up the S900 after soldering the flash ROM back in.

I was happy to see that flashrom was able to make the programming hardware work and detected the ROM.


 

First I made a backup...

Then - fingers crossed - I dared to flash the *.UPD-file:

It went well:

This was the moment of truth: what happens after power-cycling the S900???

It actually worked!! See yourself:

An additional SATA port 2 appeared. Mission accomplished!

Some quirks remain. The poor brain-transplanted S900 is a bit confused about the number of LAN interfaces it was born with:

The UUID is garbled as well. But - who cares? I've tested the LAN connectivity and installed OpenMediaVault on it, so far without any trouble.


I've bought two 2 TB SSD and put them in the enclosure.

After building a power cable with the cabling taken from some junked PC power supplies ...

... I was able to squeeze it all back into the small box. This needs some careful cable management.


Now it is ready to host my files.

The S900 is a nice, energy efficient x86 platform for all kinds of hobbyist uses, even retro PC gaming should be possible.