-
1Obtain BIOS upgrade files
Download the following software package from Fujitsu:
-
2Get a SystemRescueCD ready
Obtain it here:
https://www.system-rescue.org/Download/
use unetbootin , Balena Etcher, dd, emacs, vi or an electron microscope to put it on some kind of media to boot your S900 from
Unpack the files obtained in Step 1 to your boot medium
-
3Fire up flashrom
flashrom -p internalthis should tell you if compatible programming hardware was detected and what kind of FLASH ROM was found.
![]()
Note which detected part numbers match the FLASH ROM on your motherboard best for the next step.
-
4Save FLASH ROM contents as a backup for (perceived) safety
Save FLASH ROM contents as a backup for safety (or is it perceived safety? When the device is bricked, it will not run flashrom anyway. Ah, whatever... Thou shalt make backups.)
flashrom -p internal -c "MX25L3206E/MX25L3208E" -r /path/to/yourfile.bin -V![]()
-
5Programming, finally
flashrom -p internal -c "MX25L3206E/MX25L3208E" -w /path/to/D3003-S1.UPD -V![]()
This screen will give you some hacker cred, show it to your friends on every occasion:
![]()
-
6Reboot




Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.