Not at all, I'm very thankful for your help!
The usual way to get into fastboot is to hold pagedown while powering on the device, which I tried to accomplish here with variations of flashing the boot.img, holding pagedown, replugging, holding the power button, but the behavior is the same.
I also tried flashing to the emmc with `uuu -b emmc boot.img` but the result was the same, uuu hangs at 100% with "Sccess 0 Failure 0" and the device goes to xhci_hcd in dmesg. That the result is the same makes me feel like something is going wrong in the transfer? I also noticed that the behavior is inconsistent, sometimes it hangs with the progress bar at 0%, sometimes at 100%. Whether the image is padded or not doesn't seem to make a difference.
The wiki does provide an alternate way to get into fastboot by running `fastboot 0` in the serial console, but if I understand right that also depends on a working fastboot, which I don't seem to have at the moment anyway.
|