View Single Post
Posts: 13 | Thanked: 1 time | Joined on Feb 2012
#1147
Originally Posted by coderus View Post
@sudista you can reflash with reseting partition layout (you will lose everything)
Code:
flasher -F main_firmware_file.bin -F emmc_firmware_file.bin --erase-user-data=secure --no-preserve -f -R
or you can load to moslo again, telnet to it and use partition script
Code:
/usr/bin/autopartition.sh delete
it will delete extra partition contents and restore your partitions layout to default. then just reflash kernel to original or any openmode one.
thx code!!!!