I received zero the 4gb/16gb model.
I tryed flashing ParrotOS image to eMMC and after this action is maybe my Zero bricked.
dd action was correctly finished but i think, that zero don’t booting
Connected the zero by pressing the usb boot button.
lsusb
Bus 000 Device 001: ID 1b8e:c003 Amlogic, Inc. Composite Device
Bus 000 Device 000: ID 1b8e:c003 Amlogic, Inc. USB 3.1 Bus
I ran the command boot-g12.py ./rz-udisk-loader.bin and got this output:
Firmware Version :
ROM: 0.7 Stage: 0.16
Need Password: 0 Password OK: 0
Writing rz-udisk-loader.bin at 0xfffa0000…
[DONE]
Running at 0xfffa0000…
[DONE]
Traceback (most recent call last):
File “/opt/homebrew/bin/boot-g12.py”, line 47, in
(length, offset) = dev.getBootAMLC()
File “/opt/homebrew/lib/python3.9/site-packages/pyamlboot/pyamlboot.py”, line 356, in getBootAMLC
self.dev.ctrl_transfer(bmRequestType = 0x40,
File “/opt/homebrew/lib/python3.9/site-packages/usb/core.py”, line 1082, in ctrl_transfer
ret = self._ctx.backend.ctrl_transfer(
File “/opt/homebrew/lib/python3.9/site-packages/usb/backend/libusb1.py”, line 893, in ctrl_transfer
ret = _check(self.lib.libusb_control_transfer(
File “/opt/homebrew/lib/python3.9/site-packages/usb/backend/libusb1.py”, line 604, in _check
raise USBError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBError: [Errno 19] No such device (it may have been disconnected)
I tryed also insert SD card with Armbian, with hope, that zero will correctly booting from SD card, if if system on eMMC mayby not bootable, but the result is still same.