I was using Angstrom tool chain to cross compile the kernel to get
uImage. Then I used this uImage to overwrite the original uImage of
Angstrom on beagle board. When I booted the system, I got a message
"Kernel panic - not syncing: Attempted to kill init!".
I compiled a new kernel for my beagle board where I have Angstrom7
running. The new kernel is from Kevin's linux-omap-pm git tree (git://
git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git).
Linux version 2.6.30-rc1-omap1-05619-g1232332
Why are you using a 2.6.30 based pm tree when the stock 2.6.32 from angstrom has a more up to date pm tree merged?
I was using Angstrom tool chain to cross compile the kernel to get
uImage. Then I used this uImage to overwrite the original uImage of
(root@localhost.localdomain) (gcc version 4.3.2 (Sourcery G++ Lite
2008q3-72) ) #5 Tue Jan 11 18:43:41 EST 2011
And right there you are lying, angstrom doesn't use CSL as toolchain. We can't help you if you can't be bothered to tell the truth about what you are doing.
> I compiled a new kernel for my beagle board where I have Angstrom7
> running. The new kernel is from Kevin's linux-omap-pm git tree (git://
> git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git).
> Linux version 2.6.30-rc1-omap1-05619-g1232332
Why are you using a 2.6.30 based pm tree when the stock 2.6.32 from angstrom has a more up to date pm tree merged?
I need to let the kernel support sleep. But using Angstrom7, the board
always freezes when I want it to sleep. I am not quite sure if
Angstrom7 supports this feature. So I resort to Kevin's linux-omap-
pm.
> I was using Angstrom tool chain to cross compile the kernel to get
> uImage. Then I used this uImage to overwrite the original uImage of
> (r...@localhost.localdomain) (gcc version 4.3.2 (Sourcery G++ Lite
> 2008q3-72) ) #5 Tue Jan 11 18:43:41 EST 2011
And right there you are lying, angstrom doesn't use CSL as toolchain. We can't help you if you can't be bothered to tell the truth about what you are doing.
I downloaded the Angstrom tool chain from http://www.angstrom-distribution.org/toolchains/.
Then I cross compiled the kernel to generate uImage with the command
like "make ARCH=arm CROSS_COMPILE=arm-angstrom-linux-gnueabi- uImage".
Is there anything improper with this?