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

推荐订阅源

腾讯CDC
博客园 - Franky
MyScale Blog
MyScale Blog
L
LangChain Blog
Martin Fowler
Martin Fowler
Recent Announcements
Recent Announcements
Stack Overflow Blog
Stack Overflow Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 司徒正美
量子位
A
About on SuperTechFans
C
Check Point Blog
大猫的无限游戏
大猫的无限游戏
Last Week in AI
Last Week in AI
小众软件
小众软件
Apple Machine Learning Research
Apple Machine Learning Research
I
InfoQ
V
Visual Studio Blog
Vercel News
Vercel News
B
Blog
爱范儿
爱范儿
aimingoo的专栏
aimingoo的专栏
U
Unit 42

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.