Re: some question about linux kernel in embed system
From: Florian A. Voegel <hidden>
Date: 2007-08-17 13:50:44
Hi, what kind of hardware are you using? Try passing the console device name you want to use on the kernel command line, ie console=<consoledev> Greets, Florian On Fri, 17 Aug 2007 10:58:01 +0800 "李明" [off-list ref] wrote:
hello everyone
I am doing some embed system works.
Now I want to replant the linux-2.4.32 to my own system.
But there are some questions.First let me introduce my heardware:
I use powerpc+flash+sdram to buildup a mini system,use u-boot 1.1.4 as bootloader then I need to replant the kernel on it .
The linux-2.4.32 kernel which was made a uImage, is running in this mini system, the question is appear:
Image Name: Linux-2.4.32
Created: 2007-08-16 21:31:03 UTC
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 685809 Bytes = 669.7 kB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
then the kernel is dead, I do not know what is problem,please give me some clew,thanks!