Replies: 2 comments 2 replies
-
|
Tried qc_boot (https://github.com/platform-system-interface/qc_boot). Held power + reset to get into EDL, then: Running this tool again hangs briefly after the first line, then panics: Then the device needs power cycling.
|
Beta Was this translation helpful? Give feedback.
-
|
I've disassembled the device and am able to connect to UART. littlekernel UART
Rotated like in the picture, let's label the contacts:
But in the end only reading logs worked anyway, and the console was non-responsive to any input. Reading logs you can do without getting resistors anyway, just don't connect TX. So technically I can't be sure that the resistor stuff ever really worked properly. Here are the logs: moxee-boot-uart.txt -- note that after linux has booted, there are no logs at all anymore no matter how much I interact with the device. So maybe there's a second UART somewhere: Where is the goddamn linux console?
On the other side of the PCB, opposite this UART pad cluster, there is a soldered-on heatshield that doesn't come off. I tried to heat up the shield using a soldering iron, and pry it off, but heating up just the edges melts the PCB. Anyway, even if I'm able to get under that heatshield it doesn't seem like a viable path for an unbrick procedure. I'd have tolerated a path that "only" required disassembling the device and holding some wires onto the UART above. But soldering off a heatshield is too much. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've taken a look at a bricked Moxee sent to me (#865).
First, the state of the Moxee I tested: RNDIS works, no working DHCP server,
when I use static IPs I can ping
192.168.1.1but all TCP ports are closed(connection refused), no adb.
It seems that Moxee exposes EDL when one:
dmesg -wwhen plugged into a PC:With edl.py the Sahara handshake works, but then I get stuck. This is the output of
edl printgpt:Then the command just hangs, and in dmesg I see that the device is kind of gone (
lsusbstill shows it):I've taken apart an Orbic device and haven't found anything that resembles an
UART point, so I would assume there's nothing on Moxee as well. I'm not very
familiar with this level of abstraction, so somebody actually experienced in
hardware hacking may try.
Beta Was this translation helpful? Give feedback.
All reactions