View Single Post
Posts: 13 | Thanked: 6 times | Joined on Mar 2012
#108
Originally Posted by Fuzzillogic View Post
You can combine clearing the device, flashing the main and emmc in one go:
Code:
flasher -f -F main.bin -F emmc.bin --erase-user-data
@Nosph3ratu
You can combine commands in flasher.
In your case you can forget about flash-only parameter in combined command, so it should be like:

flasher -f -F main.bin -F emmc.bin

Correct me if I'm wrong...