Hello all
I have made attempts to flash u-boot.bin.sd.bin with no success:
sudo boot-g12.py u-boot.bin.sd.bin
Firmware Version :
ROM: 3.2 Stage: 0.0
Need Password: 0 Password OK: 1
Writing u-boot.bin.sd.bin at 0xfffa0000…
[DONE]
Running at 0xfffa0000…
[DONE]
Traceback (most recent call last):
File “/usr/local/bin/boot-g12.py”, line 47, in
(length, offset) = dev.getBootAMLC()
^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/dist-packages/pyamlboot/pyamlboot.py”, line 356, in getBootAMLC
self.dev.ctrl_transfer(bmRequestType = 0x40,
File “/usr/local/lib/python3.11/dist-packages/usb/core.py”, line 1093, in ctrl_transfer
ret = self._ctx.backend.ctrl_transfer(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/dist-packages/usb/backend/libusb1.py”, line 897, in ctrl_transfer
ret = _check(self.lib.libusb_control_transfer(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/dist-packages/usb/backend/libusb1.py”, line 602, in _check
raise USBTimeoutError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBTimeoutError: [Errno 110] Operation timed out
All other bins flash w/o any issues from site: https://docs.radxa.com/en/zero/zero2pro/getting-started/download
My strong guess is the u-boot.bin.sd.bin file is corrupted which offered on site mentioned earlier.