What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Getting Custom Kernels Running on the Droid X

Alright, guys, I have my pitch all lined up. If you want to go the Android.net hosting and subforum route just let me know and I'll go talk to a couple of Admins over there to see about getting the ball rolling. Just let me know. :)
 
The same one you use to compile the kmod.

I managed now to cross-compile the kexec-tools with the debian arm toolchain and are able to run kexec on my defy. But I can not load a kernel:


Code:
# /tmp/kexec -l /sdcard/kexec/vmlinux-defy
Cannot open /proc/atags: No such file or directory
kexec_load failed: Function not implemented


btw the kernel mod is loaded

Code:
# lsmod
kexec_load 23196 0 [permanent], Live 0xbf0fe000
 
Good news! Cereal Killer wants whoever is in charge of the project to PM him here to talk about setting things up.

So, um, someone should probably do that. :)
 
The same one you use to compile the kmod.

I managed now to cross-compile the kexec-tools with the debian arm toolchain and are able to run kexec on my defy. But I can not load a kernel:


Code:
# /tmp/kexec -l /sdcard/kexec/vmlinux-defy
Cannot open /proc/atags: No such file or directory
kexec_load failed: Function not implemented


btw the kernel mod is loaded

Code:
# lsmod
kexec_load 23196 0 [permanent], Live 0xbf0fe000

Can you run a dmesg | tail after loading kexec then one after trying to execute it.
 
It's great to be officially on board :). I never really thought it would get as much support as it's getting.
 
The same one you use to compile the kmod.

I managed now to cross-compile the kexec-tools with the debian arm toolchain and are able to run kexec on my defy. But I can not load a kernel:


Code:
# /tmp/kexec -l /sdcard/kexec/vmlinux-defy
Cannot open /proc/atags: No such file or directory
kexec_load failed: Function not implemented


btw the kernel mod is loaded

Code:
# lsmod
kexec_load 23196 0 [permanent], Live 0xbf0fe000

The kernel module wasn't compiled with kexec atags support I imagine.
 
Back
Top