View Single Post
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#91
So I'm not the only one
Code:
Sending and flashing rootfs image (149376 kB)...
  0% (1024 of 149376 kB, 3968 kB/s)
Write failed after 1048576 bytes
usb_bulk_write: Resource temporarily unavailable
Try again, keep trying, eventually it will work, same happened to me.
You could also wipe the flash clean then try to flash it again with flasher, if you have serial access/ssh access at bootup then:
Note that this command will write random zeros to /dev/mtd5, so all data on the rootfs will be destroyed!
Code:
dd if=/dev/zero of=/dev/mtd5
 

The Following User Says Thank You to MohammadAG For This Useful Post: