Quote:
With a device that powers off you can dettach the USB, power off, test point activate, plug cable in.
|
Awesome! I did just that and it worked! I'm now in firehose mode.
But,
Code:
.\edl.exe /g
Found EDL 9008, configuring... ok
Requesting info on LUN 0...
<log value="ERROR: Failed to open the SDCC Device slot 0 partition 0" />
<log value="ERROR: Failed to open the device:1 slot:0 partition:0 error:0" />
<log value="ERROR: OPEN handle NULL and no error, weird 203949076" />
<log value="ERROR: Failed to open device, type:eMMC, slot:0, lun:0 error:3" />
Nope
Code:
.\edl.exe /v /i
Found EDL 9008, configuring...
<log value="INFO: Calling handler for configure" />
<log value="INFO: Storage type set to value eMMC" />
<response value="ACK" MemoryName="eMMC" MinVersionSupported="1" Version="1" MaxPayloadSizeToTargetInBytes="65536" MaxPayloadSizeToTargetInBytesSupported="1048576" MaxXMLSizeInBytes="4096" DateTime="Dec 18 2022 - 21:52:52" />
Ok
Requesting info on LUN 0...
<log value="INFO: Calling handler for getstorageinfo" />
<log value="ERROR: Failed to open the SDCC Device slot 0 partition 0" />
<log value="ERROR: Failed to open the device:1 slot:0 partition:0 error:0" />
<log value="ERROR: OPEN handle NULL and no error, weird 203949076" />
<log value="ERROR: Failed to open device, type:eMMC, slot:0, lun:0 error:3" />
<response value="NAK" rawmode="false" />
Nope
What do I do next?