Flashing only the kernel from a FIASCO image (expert topic!) http://wiki.maemo.org/Updating_the_t...rt_topic.21.29 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.