View Single Post
Posts: 212 | Thanked: 66 times | Joined on May 2010 @ India
#4
Flashing only the kernel from a FIASCO image (expert topic!)

If you only want to flash a kernel from a FIASCO image without overwriting your rootfs (e.g. because you tried out a different kernel and that didn't work) you can use the following flasher command instead of the one above:

sudo ./flasher-3.5 -F <firmware-image> --flash-only=kernel -f -R

This will flash the kernel from the FIASCO image and then reboot your device. The rootfs will not be touched by this. NB a kernel usually needs matching modules in rootfs, so odds are your kernel from FIASCO image won't work either, if you messed up the modules in rootfs - you need to flash whole COMBINED/FIASCO image then to recover.


I got this from wiki .I am no expert though.
 

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