I am also having issues with fastboot
. I’ve tried both the Nexus Tools version and the version in the Ubuntu repos installed with apt. Host machine is Ubuntu x86_64.
Using the steps in the Wiki results in the same errors as the original issue:
alex@deku:~/projects/radxa-zero$ sudo -E PATH=$PATH boot-g12.py factory-loader.img
Firmware Version :
ROM: 3.2 Stage: 0.0
Need Password: 0 Password OK: 1
Writing factory-loader.img at 0xfffa0000...
[DONE]
Running at 0xfffa0000...
[DONE]
AMLC dataSize=16384, offset=65536, seq=0...
[DONE]
AMLC dataSize=49152, offset=393216, seq=1...
[DONE]
AMLC dataSize=16384, offset=229376, seq=2...
[DONE]
AMLC dataSize=49152, offset=81920, seq=3...
[DONE]
AMLC dataSize=16384, offset=65536, seq=4...
[DONE]
AMLC dataSize=49152, offset=393216, seq=5...
[DONE]
AMLC dataSize=16384, offset=229376, seq=6...
[DONE]
AMLC dataSize=49152, offset=180224, seq=7...
[DONE]
AMLC dataSize=16384, offset=65536, seq=8...
[DONE]
AMLC dataSize=49152, offset=393216, seq=9...
[DONE]
AMLC dataSize=16384, offset=229376, seq=10...
[DONE]
AMLC dataSize=49152, offset=245760, seq=11...
[DONE]
AMLC dataSize=49152, offset=294912, seq=12...
[DONE]
AMLC dataSize=16384, offset=65536, seq=13...
[DONE]
AMLC dataSize=1207664, offset=81920, seq=14...
[DONE]
[BL2 END]
alex@deku:~/projects/radxa-zero$ sudo fastboot flashing unlock_critical
...
OKAY [ 0.562s]
finished. total time: 0.562s
alex@deku:~/projects/radxa-zero$ sudo fastboot flashing unlock
...
OKAY [ 0.037s]
finished. total time: 0.037s
alex@deku:~/projects/radxa-zero$ sudo fastboot erase bootloader
erasing 'bootloader'...
FAILED (remote: locked device)
finished. total time: 0.030s
alex@deku:~/projects/radxa-zero$ sudo fastboot erase bootloader-boot0
erasing 'bootloader-boot0'...
FAILED (remote: locked device)
finished. total time: 0.030s
alex@deku:~/projects/radxa-zero$ sudo fastboot erase bootloader-boot1
erasing 'bootloader-boot1'...
FAILED (remote: locked device)
finished. total time: 0.030s
I then tried mrkprdo’s second solution using the other .bin, and it looks like the bootloader has been overwritten since Android no longer boots up:
alex@deku:~/projects/radxa-zero$ sudo -E PATH=$PATH boot-g12.py rz-fastboot-loader.bin
Firmware Version :
ROM: 3.2 Stage: 0.0
Need Password: 0 Password OK: 1
Writing rz-fastboot-loader.bin at 0xfffa0000...
[DONE]
Running at 0xfffa0000...
[DONE]
AMLC dataSize=16384, offset=65536, seq=0...
[DONE]
AMLC dataSize=49152, offset=393216, seq=1...
[DONE]
AMLC dataSize=16384, offset=229376, seq=2...
[DONE]
AMLC dataSize=49152, offset=245760, seq=3...
[DONE]
AMLC dataSize=49152, offset=294912, seq=4...
[DONE]
AMLC dataSize=16384, offset=65536, seq=5...
[DONE]
AMLC dataSize=1406320, offset=81920, seq=6...
[DONE]
[BL2 END]
alex@deku:~/projects/radxa-zero$ sudo fastboot erase bootloader
erasing 'bootloader'...
OKAY [ 2.270s]
finished. total time: 2.270s
alex@deku:~/projects/radxa-zero$ sudo fastboot erase 0
erasing '0'...
OKAY [ 1.876s]
finished. total time: 1.876s
alex@deku:~/projects/radxa-zero$ sudo fastboot erase 1
erasing '1'...
FAILED (remote: too large for partition)
finished. total time: 0.003s
fastboot
still couldn’t erase partition 1
, but that might be ok, not sure. However, both Twister and Ubuntu still will not boot via uSD.
Anything else I should try?