View Single Post
Posts: 8 | Thanked: 0 times | Joined on Jan 2013
#444
Originally Posted by thedead1440 View Post
robthebold,

Have you tried cold-flashing the device? I think its with a -c flag; put both the rootfs and emmc in one command too and try...
I have the same problem as robthebold.

For cold flashing, I have to write

Code:
flasher -c -F main.bin -F emmc.bin --erase-user-data
instead of

Code:
flasher -f -F main.bin -F emmc.bin --erase-user-data
am I right?