[android-kernel] Re: booting another linux kernel from a running android system

2011-01-09 Thread Earlence
but there has to be a version of kexec for android-modified kernels or atleast ARM-linux kernels. On Jan 5, 7:58 am, "Arun K. Singh" wrote: >   > > On Wed, Jan 5, 2011 at 10:01 AM, Chris Stratton wrote: > > On Jan 4, 9:06 pm, Srikant wrote: > > > I agree with you, if

Re: [android-kernel] Re: booting another linux kernel from a running android system

2011-01-04 Thread Arun K. Singh
On Wed, Jan 5, 2011 at 10:01 AM, Chris Stratton wrote: > On Jan 4, 9:06 pm, Srikant wrote: > > I agree with you, if the requirement is porting to a new h/w platform. > > > > But the requirement here is to just porting to a new Linux Kernel > > version, hence it

[android-kernel] Re: booting another linux kernel from a running android system

2011-01-04 Thread Chris Stratton
On Jan 4, 9:06 pm, Srikant wrote: > I agree with you, if the requirement is porting to a new h/w platform. > > But the requirement here is to just porting to a new Linux Kernel > version, hence it may not be required to do assembly level debugging. I'm not sure that it isn't quite comparable to p

[android-kernel] Re: booting another linux kernel from a running android system

2011-01-04 Thread Srikant
I agree with you, if the requirement is porting to a new h/w platform. But the requirement here is to just porting to a new Linux Kernel version, hence it may not be required to do assembly level debugging. On Jan 4, 3:55 pm, Chris Stratton wrote: > > Instead of this, you can enable Kernel Low L

[android-kernel] Re: booting another linux kernel from a running android system

2011-01-03 Thread Chris Stratton
> Instead of this, you can enable Kernel Low Level Debugging options in > Kernel Configuration for the new Kernel, so that you can get initial > kernel messages until UART driver is initialized. If you survive far enough into the boot that any generic parts of the kernel are running. I was thinkin

[android-kernel] Re: booting another linux kernel from a running android system

2011-01-03 Thread Srikant
> If you don't see anything, hardcode a character or two of output from > the very start of the kernel startup routine, that sets all necessary > registers explicitly. You could for example set it up to count '0' > '1' '2' '3' etc with each digit added after another block of the > startup code, up

[android-kernel] Re: booting another linux kernel from a running android system

2011-01-03 Thread Chris Stratton
On Jan 3, 5:53 am, Earlence wrote: > a starting point? As I said, I would first work on getting hardware and low level drivers so you have a serial (not USB) messages output from very early in the kernel boot process. Then install a kernel with kexec enabled. Then try booting another kernel fro

[android-kernel] Re: booting another linux kernel from a running android system

2011-01-03 Thread Earlence
a starting point? On Dec 31 2010, 9:03 am, Earlence wrote: > thanks. if you can share more of your work done, it will be helpful > (and save time also) > > On Dec 31, 8:04 am, Chris Stratton wrote: > > > I should be possible to set up, but I didn't get it to work in the > > brief time I spent tr

[android-kernel] Re: booting another linux kernel from a running android system

2010-12-31 Thread Earlence
thanks. if you can share more of your work done, it will be helpful (and save time also) On Dec 31, 8:04 am, Chris Stratton wrote: > I should be possible to set up, but I didn't get it to work in the > brief time I spent trying.  And it's likely going to require running a > patched kernel to star

[android-kernel] Re: booting another linux kernel from a running android system

2010-12-30 Thread Chris Stratton
I should be possible to set up, but I didn't get it to work in the brief time I spent trying. And it's likely going to require running a patched kernel to start. If you want to work on it, I'd highly recommend first getting a working serial output for kernel messages, both hardware wise on your d