Thread: Go 7 bootloop
View Single Post
Old Yesterday, 08:36 PM   #4
dcarvil
Connoisseur
dcarvil is on a distinguished road
 
Posts: 85
Karma: 66
Join Date: Jan 2024
Device: Boox Note Air 3
Quote:
Originally Posted by gleboss View Post
Got custom recovery from Renate and tried the following:

Code:
.\adb.exe reboot fastboot

.\fastboot.exe flash recovery_a ..\go7-rec.img
Sending 'recovery_a' (57972 KB)                    OKAY [  1.450s]
Writing 'recovery_a'                               FAILED (remote: 'Unrecognized command flash')

.\fastboot.exe reboot-edl
fastboot: usage: unknown command reboot-edl

.\fastboot.exe oem edl
FAILED (remote: 'Command not supported in default implementation')

.\adb.exe reboot edl
error: closed
So I can't even enter EDL, any ideas?

Don't know if this is useful, but boox has removed the flash command from fastboot in recent releases. That is the reason for the "Unrecognized command flash" error.

I think "\fastboot.exe reboot-edl" should be "\fastboot.exe reboot edl" (no dash).

If you are in fastboot mode, ".\adb.exe reboot edl" would not be expected to work.
dcarvil is offline   Reply With Quote