View Single Post
Posts: 1,067 | Thanked: 2,383 times | Joined on Jan 2012 @ Finland
#239
Originally Posted by nieldk View Post
I have build the zImage from the previous config file.
I did a short test Now its bedtime before tomorrow), it failed to boot, but I have an idea that we might need to erase userdata before flashing.
(flasher --erase-user-data)

Please try this
http://www.4shared.com/archive/Jm6GJ...0115101ta.html
I hope that you are aware, that as you changed some kernel build options from m to y, then you also need to clean current modules from your device:

rm /lib/modules/current

You cannot reuse any of the old modules in the filesystem, and you need to copy/install every module that you built into a new /lib/modules/current-directory, and this needs to be done _BEFORE_ you try to flash/boot to your new zImage, if you forgot that step, your kernel will _NEVER_ boot up. /lib/modules/current's modules need to match your kernel.

You can only reuse current /lib/modules/current if you only add new modules, but as your config file makes other changes, then old modules will conflict and stop booting.
 

The Following 2 Users Say Thank You to rainisto For This Useful Post: