* Ramdisk of ELDK 3.1.1 not run
@ 2006-11-06 14:26 tran vanle
2006-11-06 23:43 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: tran vanle @ 2006-11-06 14:26 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 4136 bytes --]
Hi every one
I had used kernel of ELDK 3.1.1 and Ramdisk of ELDK 4.0 on board MPC8xxL .It run ok but I see it will meet trouble :D
When I use kernel and Ramdisk of ELDK 3.1.1 for MPC8xxL (I only rebuild Kernel use oldconfig and use uRamdisk in source (not rebuild )) but I receive error
////////////////////////////////////////////////////////////////////////////
Bootm 40040000 40400000 ## Booting image at 40040000 ...
Image Name: Linux-2.4.25
Created: 2006-11-06 12:51:51 UTC
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 712087 Bytes = 695.4 kB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
## Loading RAMDisk Image at 40400000 ...
Image Name: Simple Embedded Linux Framework
Created: 2005-06-07 12:59:15 UTC
Image Type: PowerPC Linux RAMDisk Image (gzip compressed)
Data Size: 1625993 Bytes = 1.6 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Loading Ramdisk to 00e1f000, end 00fabf89 ... OK
Linux version 2.4.25 (root@main) (gcc version 3.3.3 (DENX ELDK 3.1.1 3.3.3-10)) #1 Mon Nov 6 19:50:02 ICT 2006
On node 0 totalpages: 4096
zone(0): 4096 pages.
zone(1): 0 pages.
zone(2): 0 pages.
Kernel command line:
Decrementer Frequency = 300000000/60
Calibrating delay loop... 79.66 BogoMIPS
Memory: 12912k available (1212k kernel code, 408k data, 56k init, 0k highmem)
Dentry cache hash table entries: 2048 (order: 2, 16384 bytes)
Inode cache hash table entries: 1024 (order: 1, 8192 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 1024 (order: 0, 4096 bytes)
Page-cache hash table entries: 4096 (order: 2, 16384 bytes)
POSIX conformance testing by UNIFIX
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
JFFS2 version 2.2. (C) 2001-2003 Red Hat, Inc.
CPM UART driver version 0.04
ttyS0 at 0x0280 is on SMC1 using BRG1
ttyS1 at 0x0380 is on SMC2 using BRG2
pty: 256 Unix98 ptys configured
Status LED driver $Revision: 1.0 $ initialized
eth0: CPM ENET Version 0.2 on SCC1, 00:d0:93:0e:7b:d2
eth1: FEC ENET Version 0.3, FEC irq 9, with MDIO, MII irq 12, addr 00:d0:93:0e:7b:d3
eth1: no PHY found - interface inoperative
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx
PCMCIA slot B: phys mem e0000000...ec000000 (size 0c000000)
No card in slot B: PIPR=ff00ff00
TQM8xxL0: Found 2 x16 devices at 0x0 in 32-bit mode
TQM8xxL0: Found 2 x16 devices at 0x400000 in 32-bit mode
Amd/Fujitsu Extended Query Table at 0x0040
number of CFI chips: 2
cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
TQM flash bank 0: Using static image partition definition
Creating 7 MTD partitions on "TQM8xxL0":
0x00000000-0x00040000 : "u-boot"
0x00040000-0x00100000 : "kernel"
0x00100000-0x00200000 : "user"
0x00200000-0x00400000 : "initrd"
0x00400000-0x00600000 : "cramfs"
0x00600000-0x00800000 : "jffs"
0x00400000-0x00800000 : "big_fs"
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 1024 bind 2048)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 1587k freed
VFS: Mounted root (ext2 filesystem).
VFS: Cannot open root device "" or 00:00
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 00:00
<0>Rebooting in 180 seconds..
///////////////////////////////////////////////////////////////////////////
What I miss?May i correct it
I also build kernel Linux 2.6.11.7 use tosati patch and config ,but when I want this kernel support virtual terminal it hang.May I correct it?
Please help me
Thanks
LeVan
Send instant messages to your online friends http://au.messenger.yahoo.com
[-- Attachment #2: Type: text/html, Size: 4914 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Ramdisk of ELDK 3.1.1 not run
2006-11-06 14:26 Ramdisk of ELDK 3.1.1 not run tran vanle
@ 2006-11-06 23:43 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2006-11-06 23:43 UTC (permalink / raw)
To: tran vanle; +Cc: linuxppc-embedded
In message <20061106142604.14632.qmail@web33012.mail.mud.yahoo.com> you wrote:
>
> I had used kernel of ELDK 3.1.1 and Ramdisk of ELDK 4.0 on board MPC8xxL .It run ok but I see it will meet trouble :D
Yes, this is to be expected. The ELDK 4.0 ramdisk built with a 2.6
kernel in mind.
> When I use kernel and Ramdisk of ELDK 3.1.1 for MPC8xxL (I only rebuild Kernel use oldconfig and use uRamdisk in source (not rebuild )) but I receive error
...
> Kernel command line:
You don't pass any boot arguments here.
> What I miss?May i correct it
You obviously missed to read the documentation. Please see
http://www.denx.de/wiki/view/DULG/LinuxKernelArgs
> I also build kernel Linux 2.6.11.7 use tosati patch and config ,but when I want this kernel support virtual terminal it hang.May I correct it?
You probably missed to define correct boot arguments, especially a
correct console device; note that 2.6 uses ttyCPM0 instead of ttyS0,
etc.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
I don't know if it's what you want, but it's what you get. :-)
- Larry Wall in <10502@jpl-devvax.JPL.NASA.GOV>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-06 23:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-06 14:26 Ramdisk of ELDK 3.1.1 not run tran vanle
2006-11-06 23:43 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox