View Single Post
Posts: 194 | Thanked: 1,019 times | Joined on May 2010 @ Moscow, Russia
#1287
Originally Posted by kingoddball View Post
Quickie: Does the current kernel have kexec support (to use kexec-tools)?

I remember there being something about it, I just don't remember what it was. I'm asking as I'd like to boot up Meego this weekend (just because I can).
Yes, kexec is enabled in config, patches (kexec.diff) are applied.
I tried kexec-utils without success, unfortunately.

Btw, if someone experienced with kexec can review... what I tried was something like:
Code:
/usr/sbin/kexec -u
/usr/sbin/kexec -l /mnt/new_root/system/lib/modules/zImage --append="root=b302 console=ttyMTD,log console=tty0 snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6"
sync && sync && sync
/usr/sbin/kexec -e
WE REALLY STUCK ON KEXEC PROBLEM FOR NOW.
It's most important problem. Solution of the problem opens doors for futher faster development && merging updates from upstream.