You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing the same issue. One chip successfully flashed, but the other is giving this problem. I modified the scripts to add verbosity to sunxi-fel, and saw that this is the command that fails:
sudo sunxi-fel --verbose spl .new/firmware/images/sunxi-spl.bin
Enabling the L2 cache
Stack pointers: sp_irq=0x00002000, sp=0x00005DF8
Reading the MMU translation table from 0x00008000
Disabling I-cache, MMU and branch prediction... done.
=> Executing the SPL... done.
usb_bulk_send() ERROR -7: Operation timed out
I've tried attaching the chip to a powered USB hub, but still have the same issue.
sudo ./sunxi-fel --verbose spl bin/uart0-helloworld-sdboot.sunxi
found DT name in SPL header:
Enabling the L2 cache
Stack pointers: sp_irq=0x00002000, sp=0x00005DF8
Reading the MMU translation table from 0x00008000
Disabling I-cache, MMU and branch prediction... done.
=> Executing the SPL... done.
Setting write-combine mapping for DRAM.
Setting cached mapping for BROM.
Writing back the MMU translation table.
Enabling I-cache, MMU and branch prediction... done.
Originally posted by @sridharrajagopal in #17
The text was updated successfully, but these errors were encountered: