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

推荐订阅源

D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
V
Visual Studio Blog
IT之家
IT之家
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
云风的 BLOG
云风的 BLOG
Vercel News
Vercel News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
H
Help Net Security
J
Java Code Geeks
aimingoo的专栏
aimingoo的专栏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog RSS Feed
Blog — PlanetScale
Blog — PlanetScale
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research

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.