Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
Hp probook 6560B Upgrade to Ivy Bridge
Last Post: DeathBringer
Today 12:09 AM
» Replies: 1
» Views: 102
REQUEST Dell Latitude 6430U Bios extract
Last Post: Smarty
Yesterday 07:08 PM
» Replies: 1
» Views: 2613
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: xubix
Yesterday 03:22 PM
» Replies: 498
» Views: 261459
[REQUEST] HP ENVY - 17-r102nl (W6X06EA#A...
Last Post: SpaghettONE
11-25-2025 04:51 PM
» Replies: 0
» Views: 154
HP Elitebook 8540w Microcode for I7 920X...
Last Post: DeathBringer
11-25-2025 01:44 PM
» Replies: 9
» Views: 823
[REQUEST] HP Pavilion DM4-2101er BIOS F....
Last Post: Nylon
11-25-2025 01:43 AM
» Replies: 1
» Views: 302
ThinkPad W520 - Corrupted ME
Last Post: lovie_loveth
11-24-2025 10:07 PM
» Replies: 0
» Views: 124
[REQUEST] Lenovo IdeaPad S400 (6DCNxxWW)...
Last Post: MasterSil
11-24-2025 08:09 PM
» Replies: 336
» Views: 176354
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: acidmonkey
11-24-2025 03:14 PM
» Replies: 129
» Views: 131389
BIOS ESS Xerox C60
Last Post: JSteen
11-24-2025 02:37 PM
» Replies: 0
» Views: 124
[REQUEST] Acer Nitro 5 AN517-54 BIOS Unl...
Last Post: Carlos_Eduardo13087
11-24-2025 12:25 PM
» Replies: 30
» Views: 12287
[REQUEST] Acer Predator PHN16-72 BIOS Un...
Last Post: Dudu2002
11-24-2025 07:11 AM
» Replies: 3
» Views: 2682
[REQUEST] Lenovo T440(S) (GJETxxWW) Whit...
Last Post: Cevox
11-24-2025 06:36 AM
» Replies: 500
» Views: 272101
[REQUEST] Please help unlock em64t in bi...
Last Post: MonoTightt
11-24-2025 02:48 AM
» Replies: 3
» Views: 2956
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: Dudu2002
11-24-2025 12:55 AM
» Replies: 141
» Views: 103357
Need HP BIOS 080B0 (080B0.bin + .sig) fo...
Last Post: AldoRmz
11-23-2025 11:06 PM
» Replies: 0
» Views: 165
[REQUEST] HP dc7600 CMT BIOS Modding for...
Last Post: C2WRtm36y
11-23-2025 05:47 PM
» Replies: 7
» Views: 757
[Request] Dell Precision M6800 A16 BIOS ...
Last Post: bytehat248
11-23-2025 12:39 PM
» Replies: 1
» Views: 137
[REQUEST] Lanner FW-7573 (7571)
Last Post: romankul
11-23-2025 03:36 AM
» Replies: 0
» Views: 156
[REQUEST] Dell Precision T3600 Xeon E5 v...
Last Post: DeathBringer
11-23-2025 01:19 AM
» Replies: 1
» Views: 241

[Request] Adding 7th Gen CPU support to Fujitsu D3401-A1
#1
Hi, I have a Fujitsu Esprimo D756 with an D3401-A1 mainboard. Unfortunately it officially only supports 6th Gen Skylake CPUs. I have an Core i3-7100 laying around, which I would love to use in that system. At the moment there is an Intel Pentium G4400 CPU in there.

There is apparently another very similar mainboard with 7th Gen CPU Support. The Fujitsu D3401-B2. Here is the datasheet for it: https://cdn-reichelt.de/documents/datenb..._DB_EN.pdf
Unfortunately there seems to be no datasheet for my D3401-A(1) board.

Original BIOS files for both D3401-A(1) and D3401-B2 are available on https://ftp.kontron.com/main.html
Login: anonymous
Pw: 
Location: /Products/Motherboards/EoL_Motherboards/EoL_ClassicDesktop/D34xx/D3401_D3402-A_D3417-A/BIOS_D3401_D3402-A_D3417-A

I already made a BIOS dump of mine using a CH341A programmer.
Just renaming the BIOS file from D3401-B2 and using DOSflash unfortunately doesn't work.
CPU-Z Screenshots of currently installed Hardware are attached as well.

I hope there is some way to make 7th gen work in that machine Smile


Attached Files Thumbnail(s)
       
find
quote
#2
Just truncate D3401-B2.UPD to 16384 KB and flash by a hardware programmer.
find
quote
#3
Thanks for your quick answer :) Just how is the correct way to truncate the file?
If I use truncate under linux and then compare the file to the untouched file in a hex editor, there is still quite a bit data being cut off at the end of the file. The command I used was this one:
Code:
truncate D3401-B2.UPD -s 16777216
find
quote
#4
That's OK.
find
quote
#5
Thank you very much! It seems to work perfectly Smile Smile


Attached Files Thumbnail(s)
   
find
quote
#6
Hi xDJoelDx,

I want to do the same thing for a D3401 B12 motherboard.

Can you tell me how did you flashed the new bios? It is working the normal way using the USB stick with FreeDOS?

Thanks!
find
quote
#7
I want to change the bios of my Fujitsu Siemens Esprimo D756 E90 mobo model D3401-A11 with the bios of its sibling mobo D3401-B2. The latter supports 6th gen Skylake and 7th gen Kaby Lake CPUs. My latest mobo bios only supports 6th gen. I want to use Kaby Lake to make transcoding 4K HEVC possible.

I hope I correctly verified that it is possible by truncating the .uba file of the b2 mobo bios with something like [trunc.exe](https://www.softpedia.com/get/System/Sys...runc.shtml) as described here
https://www.bios-mods.com/forum/showthre...?tid=40459
and here
https://www.bios-mods.com/forum/showthre...?tid=40475

and then flash it to my mobo. I guess this is possible because both boards use the same Intel Q150 chipset.

The forum postings only describe flashing with a hardware programmer. So my questions are:

Is it safe to do this?

Is it possible to use the built in possibility to flash the modified bios with a USB drive and Free DOS?

My current bios file pack contains a .upc and a .uba file. So does this mean I have to replace the .uba file with the modified one? What about the .upc file?

I never done something like this so please feel free to treat me like a noob.

Thank you!
find
quote
#8
Use D3401-B2.UPD, not "a .uba file"
find
quote
#9
Hello,
thanks for your reply. I'm sorry I misspelled off course I meant UPD. So that means I can flash it with the Free DOS method?
find
quote
#10
(07-21-2024, 11:58 AM)happykakadu Wrote: I can flash it with the Free DOS method?
I don't think so.
find
quote


Forum Jump:


Users browsing this thread: 2 Guest(s)