Hi,
I have a ROCK 5B board that used to work fine (it booted Radxa’s official image from microSD with the same power supply).
Now it does not boot anymore and seems completely unresponsive.
Symptoms
-
Power LED is solid green as soon as I plug the power adapter, and it never starts blinking.
-
No HDMI output on any port, with a known‐good cable and monitor.
-
No Ethernet link LED.
-
The board does not appear as a Rockchip device over USB‑C when trying to use
rkdeveloptool/RKDevTool (even when following the MaskROM procedure).
Power and boot media
-
Same power supply as when the board was working before.
-
Official ROCK 5B image re‑downloaded and re‑flashed on a microSD card (using Etcher).
-
Booting with only the microSD inserted (no NVMe, no USB devices) still results in solid green LED and no other activity.radxa+1
UART debug
I followed Radxa’s UART debug documentation (pins 8/10 on the 40‑pin header are TX/RX for the debug UART at 1500000 8N1).radxa+1
-
I connected GND + pin 8 (TX) + pin 10 (RX) to an ESP32 NodeMCU‑32S board acting as a USB‑UART bridge (GPIO16 = RX2, GPIO17 = TX2).
-
On the ESP32 I flashed a simple serial bridge sketch (Serial ↔ Serial2) and I can see the ESP32 boot log and a “Bridge ready” message on my PC serial terminal, so the bridge is working.
-
I tested both 1500000 baud and 115200 baud on ESP32 and on the PC side.
-
When I power on the ROCK 5B, nothing at all appears on the UART console: no BootROM, no U‑Boot, no kernel messages, at any baud rate.radxa+1
MaskROM / USB
I also tried to enter MaskROM mode following the Radxa documentation (hold MaskROM button while powering, connect USB‑C to PC, check with lsusb / RKDevTool). The board never shows up as a Rockchip device (no 0x2207:XXXX), so rkdeveloptool cannot see it.collabora+1
Question
Given that:
-
The board previously worked with this power supply and microSD.
-
There is now no HDMI, no Ethernet link, no UART output at all, even at 115200.
-
The board is not detected in MaskROM over USB‑C.
Is it reasonable to conclude that the board is hardware‑dead (SoC/PMIC/etc.) and should be replaced?
Is there any other low‑level test you recommend before I contact my seller for RMA?
Thanks in advance for your help.