惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
F
Fortinet All Blogs
Martin Fowler
Martin Fowler
M
MIT News - Artificial intelligence
G
Google Developers Blog
P
Proofpoint News Feed
Recent Announcements
Recent Announcements
MyScale Blog
MyScale Blog
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
月光博客
月光博客
爱范儿
爱范儿
罗磊的独立博客
腾讯CDC
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog
C
Check Point Blog
美团技术团队
宝玉的分享
宝玉的分享
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

Blog on KittenLabs

Marantz UD5007 power supply replacement GPD Pocket 4 Speaker DSP Extreme Pi Boot Optimization WiFi auth with OsmoHLR/SIM cards Windows 11 tweaks & usability improvements Using custom domains as a Fediverse redirect 25GBit/s on macOS & iOS Manage RDP certificates on Windows using SSH Dead TROTEC PAC2000S air conditioner PlutoSDR standalone ADS-B FR24 feeder Micro8088 build log OpenWRT als WireGuard-Appliance GPS locked Raspberry Pi Es'hail-2 transceiver setup ThinkPad PowerSeries 820 PlutoSDR clock input WiFi over satellite TV coax
Reviving a dead Gigabyte MJ11-EC1 mainboard
By Manawyrm and tSYS | Thursday, November 16, 2023 · 2023-11-16 · via Blog on KittenLabs

Diagnosis and Fix of a dead AMD EPYC Embedded server mainboard

Used Gigabyte MJ11-EC1 mainboards are available for low prices on ebay and at other hardware vendors.
After buying a couple of MJ11-EC1 boards for a homelab cluster project, I ended up with a dead board.
The server would turn on, BMC was reachable and could be used, but the server itself would never POST.
There were no POST codes, no beeps and no signs of life whatsoever.

Memory was tested (and OK), still swapped for a different DIMM, no change. CPU Vcore was present and stable.
Reflashing the BIOS image with the BMC didn’t change the behaviour either.

After logging onto the BMC via SSH and manually imaging the BIOS flash chip (via the /dev/mtd7 mapping), I noticed the checksum didn’t match the image that was just written onto the flash. After re-flashing and imaging the flash a couple of times, I noticed some bits were always 0 in the BIOS image. This pointed to a defective flash IC.

The original BIOS flash chip was then desoldered from the mainboard:
Close-up of a server mainboard, with MX25L12873F IC

and plugged into a MiniPro TL866 EEPROM programmer, erased completely and read back:

Screenshot of MiniPro v6.85, doing a Chip Blank test, reporting Not Empty!, address 0x06 as containing 0xBF

Oooops! As you can clearly see, this freshly erased chip has a stuck bit at address 6 (and others).
This explains why the server didn’t POST anymore – the BIOS image was always getting corrupted.

The chip was replaced with a new 128 MBit SPI flash ROM (taken from an ESP32 dev board) and lo and behold: Server mainboard with replaced SOIC-8 IC, XMC25QH128 Monitor, showing Please wait for BMC initialize... message

The server was back to life. This was the first time I ever saw a dead/stuck bit NOR flash chip in my career, so these things are pretty rare. Still something to be aware of.