* LINUX BOOT UP PROBLEM-PPC405 ML403
@ 2009-02-13 17:10 Li Jun (Aaron)
2009-02-13 18:08 ` Grant Likely
0 siblings, 1 reply; 3+ messages in thread
From: Li Jun (Aaron) @ 2009-02-13 17:10 UTC (permalink / raw)
To: linuxppc-dev
[-- Attachment #1.1: Type: text/plain, Size: 1197 bytes --]
Hi,
When I try to boot the linux on the Xilinx virtex4 fx ml403 board.
The information below shows up:
----------------------------------------------------------------------------
-
Welcome to ML403 Linux 2.6
Starting system...
mounting /proc: done.
Mounting '/' read-write: done.
brining up loopback interface: done.
Mounting /tmp: done.
Starting syslogd: done.
Starting klogd: done.
Starting inetd: done.
System started.
starting pid 158, tty '': '/sbin/getty'
process '/sbin/getty -L ttyUL0 9600 vt100' (pid 158) exited. Scheduling it
for r
estart.
starting pid 163, tty '': '/sbin/getty'
process '/sbin/getty -L ttyUL0 9600 vt100' (pid 163) exited. Scheduling it
for r
estart.
starting pid 168, tty '': '/sbin/getty'
----------------------------------------------------------------------------
----------------------
I am using the uart lite 9600, and the inittab of my root file system is as
below:
::sysinit:/etc/init.d/rcS
#::askfirst:-/bin/sh
::ctrlaltdel:/sbin/reboot
::shutdown:/sbin/swapoff -a
::shutdown:/bin/umount -a -r
::restart:/sbin/init
::respawn:/sbin/getty -L ttyUL0 9600 vt100
Anybody can help?
Thanks!
Best regards,
Li Jun
[-- Attachment #1.2: Type: text/html, Size: 6676 bytes --]
[-- Attachment #2: mylinuxboot_2.txt --]
[-- Type: text/plain, Size: 4277 bytes --]
Welcome to the Xilinx Virtex-4 ML403 Evaluation Platform Bootloader Menu!
Please choose a demo by typing in the number of the demo you want to use
Or select a demo using the directional buttons and LCD or VGA display
(Then press the center button to start the selected demo)
1. Virtex-4 Slide Show
2. Web Server Demo
3. Linux Demo
4. QNX Demo
5. USB Demo
6. My own ACE file
7. Load/Restore Flash Images
loaded at: 00400000 004F819C
board data at: 004F6120 004F619C
relocated to: 00404060 004040DC
zimage at: 00404E49 004F5B98
avail ram: 004F9000 04000000
Linux/PPC load: console=ttyUL0,9600 ip=on root=/dev/xsa2 rw
Uncompressing Linux...done.
Now booting the kernel
[ 0.000000] Linux version 2.6.23-rc2 (liju0010@rplinx1) (gcc version 4.1.0) #
19 Thu Feb 12 17:02:45 SGT 2009
[ 0.000000] Xilinx ML403 Reference System (Virtex-4 FX)
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 16384
[ 0.000000] Normal 16384 -> 16384
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0 -> 16384
[ 0.000000] Built 1 zonelists in Zone order. Total pages: 16256
[ 0.000000] Kernel command line: console=ttyUL0,9600 ip=on root=/dev/xsa2 rw
[ 0.000000] Xilinx INTC #0 at 0x81800000 mapped to 0xFDFFF000
[ 0.000000] PID hash table entries: 256 (order: 8, 1024 bytes)
[ 0.000341] Console: colour dummy device 80x25
[ 0.001046] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.002459] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.027896] Memory: 62780k available (1524k kernel code, 500k data, 96k init,
0k highmem)
[ 0.113286] Mount-cache hash table entries: 512
[ 0.121929] NET: Registered protocol family 16
[ 0.163221] NET: Registered protocol family 2
[ 0.196707] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.197982] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.198606] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.198995] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.199071] TCP reno registered
[ 0.220331] io scheduler noop registered
[ 0.220426] io scheduler anticipatory registered (default)
[ 0.220499] io scheduler deadline registered
[ 0.220823] io scheduler cfq registered
[ 0.309153] uartlite.0: ttyUL0 at MMIO 0x84000000 (irq = 1) is a uartlite
[ 0.310642] console [ttyUL0] enabled
[ 2.270738] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 bloc
ksize
[ 2.363600] xsysace xsysace.0: Xilinx SystemACE revision 1.0.12
[ 2.435897] xsysace xsysace.0: capacity: 1019088 sectors
[ 2.500435] xsa: xsa1 xsa2
[ 2.544344] tun: Universal TUN/TAP device driver, 1.6
[ 2.605239] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 2.682049] mice: PS/2 mouse device common for all mice
[ 2.745383] TCP cubic registered
[ 2.784516] NET: Registered protocol family 1
[ 2.837079] NET: Registered protocol family 17
[ 3.393776] IP-Config: No network devices available.
[ 3.922144] kjournald starting. Commit interval 5 seconds
[ 3.988474] EXT3-fs warning: mounting unchecked fs, running e2fsck is recomme
nded
[ 4.117526] EXT3 FS on xsa2, internal journal
[ 4.170014] EXT3-fs: recovery complete.
[ 4.254147] EXT3-fs: mounted filesystem with ordered data mode.
[ 4.325712] VFS: Mounted root (ext3 filesystem).
[ 4.382081] Freeing unused kernel memory: 96k init
init started: BusyBox v1.7.2 (2007-12-21 20:42:03 SGT)
starting pid 142, tty '': '/etc/init.d/rcS'
Welcome to ML403 Linux 2.6
Starting system...
mounting /proc: done.
Mounting '/' read-write: done.
brining up loopback interface: done.
Mounting /tmp: done.
Starting syslogd: done.
Starting klogd: done.
Starting inetd: done.
System started.
starting pid 158, tty '': '/sbin/getty'
process '/sbin/getty -L ttyUL0 9600 vt100' (pid 158) exited. Scheduling it for r
estart.
starting pid 163, tty '': '/sbin/getty'
process '/sbin/getty -L ttyUL0 9600 vt100' (pid 163) exited. Scheduling it for r
estart.
starting pid 168, tty '': '/sbin/getty'
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: LINUX BOOT UP PROBLEM-PPC405 ML403
2009-02-13 17:10 LINUX BOOT UP PROBLEM-PPC405 ML403 Li Jun (Aaron)
@ 2009-02-13 18:08 ` Grant Likely
2009-02-13 18:56 ` Li Jun (Aaron)
0 siblings, 1 reply; 3+ messages in thread
From: Grant Likely @ 2009-02-13 18:08 UTC (permalink / raw)
To: Li Jun (Aaron); +Cc: linuxppc-dev
Is there a /dev/ttyUL0 in your root filesystem?
On Fri, Feb 13, 2009 at 10:10 AM, Li Jun (Aaron) <aaronleefly@gmail.com> wrote:
> Hi,
>
> When I try to boot the linux on the Xilinx virtex4 fx ml403 board.
>
>
>
> The information below shows up:
>
> -----------------------------------------------------------------------------
>
> Welcome to ML403 Linux 2.6
>
>
>
> Starting system...
>
> mounting /proc: done.
>
> Mounting '/' read-write: done.
>
> brining up loopback interface: done.
>
> Mounting /tmp: done.
>
> Starting syslogd: done.
>
> Starting klogd: done.
>
> Starting inetd: done.
>
> System started.
>
> starting pid 158, tty '': '/sbin/getty'
>
> process '/sbin/getty -L ttyUL0 9600 vt100' (pid 158) exited. Scheduling it
> for r
>
> estart.
>
> starting pid 163, tty '': '/sbin/getty'
>
> process '/sbin/getty -L ttyUL0 9600 vt100' (pid 163) exited. Scheduling it
> for r
>
> estart.
>
> starting pid 168, tty '': '/sbin/getty'
>
> --------------------------------------------------------------------------------------------------
>
> I am using the uart lite 9600, and the inittab of my root file system is as
> below:
>
> ::sysinit:/etc/init.d/rcS
>
> #::askfirst:-/bin/sh
>
> ::ctrlaltdel:/sbin/reboot
>
> ::shutdown:/sbin/swapoff -a
>
> ::shutdown:/bin/umount -a -r
>
> ::restart:/sbin/init
>
> ::respawn:/sbin/getty -L ttyUL0 9600 vt100
>
>
>
> Anybody can help?
>
>
>
> Thanks!
>
>
>
> Best regards,
>
> Li Jun
>
>
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
>
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: LINUX BOOT UP PROBLEM-PPC405 ML403
2009-02-13 18:08 ` Grant Likely
@ 2009-02-13 18:56 ` Li Jun (Aaron)
0 siblings, 0 replies; 3+ messages in thread
From: Li Jun (Aaron) @ 2009-02-13 18:56 UTC (permalink / raw)
To: 'Grant Likely'; +Cc: linuxppc-dev
Hi Grant,
I can not find the /dev/ttyUL0 in my root filesystem.
Is that the problem? What should I do? Just make a node, like : mknod
/dev/ttyUL0?
I am not familiar with the root filesystem.
Thanks!
Best regards,
Li Jun
-----Original Message-----
From: Grant Likely [mailto:grant.likely@secretlab.ca]=20
Sent: 2009=C4=EA2=D4=C214=C8=D5 2:08
To: Li Jun (Aaron)
Cc: linuxppc-dev@ozlabs.org
Subject: Re: LINUX BOOT UP PROBLEM-PPC405 ML403
Is there a /dev/ttyUL0 in your root filesystem?
On Fri, Feb 13, 2009 at 10:10 AM, Li Jun (Aaron) <aaronleefly@gmail.com>
wrote:
> Hi,
>
> When I try to boot the linux on the Xilinx virtex4 fx ml403 board.
>
>
>
> The information below shows up:
>
>
-------------------------------------------------------------------------=
---
-
>
> Welcome to ML403 Linux 2.6
>
>
>
> Starting system...
>
> mounting /proc: done.
>
> Mounting '/' read-write: done.
>
> brining up loopback interface: done.
>
> Mounting /tmp: done.
>
> Starting syslogd: done.
>
> Starting klogd: done.
>
> Starting inetd: done.
>
> System started.
>
> starting pid 158, tty '': '/sbin/getty'
>
> process '/sbin/getty -L ttyUL0 9600 vt100' (pid 158) exited. =
Scheduling it
> for r
>
> estart.
>
> starting pid 163, tty '': '/sbin/getty'
>
> process '/sbin/getty -L ttyUL0 9600 vt100' (pid 163) exited. =
Scheduling it
> for r
>
> estart.
>
> starting pid 168, tty '': '/sbin/getty'
>
>
-------------------------------------------------------------------------=
---
----------------------
>
> I am using the uart lite 9600, and the inittab of my root file system =
is
as
> below:
>
> ::sysinit:/etc/init.d/rcS
>
> #::askfirst:-/bin/sh
>
> ::ctrlaltdel:/sbin/reboot
>
> ::shutdown:/sbin/swapoff -a
>
> ::shutdown:/bin/umount -a -r
>
> ::restart:/sbin/init
>
> ::respawn:/sbin/getty -L ttyUL0 9600 vt100
>
>
>
> Anybody can help?
>
>
>
> Thanks!
>
>
>
> Best regards,
>
> Li Jun
>
>
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
>
--=20
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-13 18:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-13 17:10 LINUX BOOT UP PROBLEM-PPC405 ML403 Li Jun (Aaron)
2009-02-13 18:08 ` Grant Likely
2009-02-13 18:56 ` Li Jun (Aaron)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).