From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <001101c88f79$17da5ae0$7738f496@JoseLuisAM> From: =?iso-8859-1?Q?Jos=E9_Luis_A=F1amuro_Machicao?= To: Subject: Cannot open root device "xsysace/disco0/part3" or 00:00 Date: Wed, 26 Mar 2008 20:39:17 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01C88F81.7660FD00" Cc: jose_luis@fun-humanismo-ciencia.es List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C88F81.7660FD00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi I am installing the linux kernel 2.4.26 in the FPGA Virtex II Pro = following the instruction of=20 http://www.cs.washington.edu/research/lis/empart/xup_ppc_linux.shtml I compiled the linux kernel successfully, after that I build the root = file system using the BusyBox 1.1.0 infrastructure. I configured the = busybox and the kernel with the cross compiler, finally I execute the = mkrootfs.sh script and obtain the all files of fyle system, these files = I copied to ext3 partition of CompacFlash when I probe operati=F3n by = the hyperTerminal (38400 bps) appears a error that say: Serial driver version 5.05c (2001-07-08) with no serial options enabled ttyS00 at 0xfdfff003 (irq =3D 30) is a 16550A RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize VFS: Cannot open root device "xsysace/disco0/part3" or 00:00 Please append a correct "root=3D" boot option Kernel panic: VFS: Unable to mount root fs on 00:00 <0>Rebooting in 180 seconds. I configured the linux kernel with: Code maturity level options --->=20 [*] Prompt for development and/or incomplete code/drivers=20 File systems --->=20 [*] /dev file system support (EXPERIMENTAL)=20 [*] Automatically mount at boot=20 [*] Virtual memory file system support (former shm fs)=20 [*] /proc file system support=20 General Setup --->=20 [*] Networking support=20 [*] Sysctl support=20 [*] System V IPC=20 and edit the /etc/fstab=20 tmpfs /dev/shm tmpfs nodev,nosuid,noexec 0 0=20 proc /proc proc defaults 0 0 /dev/root / auto defaults,errors=3Dremount-ro 0 0=20 -------------------------------------------------------------------------= ------------ __ _ __ __ Jos=E9 Luis A=F1amuro - PhD Student \/ V /\ |\_\ /\_\ Dept. Ingenier=EDa Inform=E1tica | | | / \ | | \/ | | Universidad Aut=F3noma de Madrid | | | / /\\ | | | | | Lab B-209 Tel. +34 615887260 | | |/ __ \| | \ / | http://www.ii.uam.es/ `-_-/_/ \_\|_|\/|__|=20 ------=_NextPart_000_000E_01C88F81.7660FD00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi
I am installing the linux kernel 2.4.26 = in the FPGA=20 Virtex II Pro following the instruction of
http://www.cs.washington.edu/research/lis/empart/xup_ppc_linux.shtml=
 
I compiled the linux kernel = successfully, after=20 that I build the root file system using the BusyBox 1.1.0 = infrastructure. I=20 configured the busybox and the kernel with the cross compiler, = finally I=20 execute the mkrootfs.sh script and obtain the all files of=20 fyle system, these files I copied to ext3 partition of CompacFlash = when I=20 probe operati=F3n by the hyperTerminal (38400 bps) appears a = error that=20 say:
 
Serial driver version 5.05c = (2001-07-08) with no=20 serial options enabled
ttyS00 at 0xfdfff003 (irq =3D 30) is a = 16550A
RAMDISK=20 driver initialized: 16 RAM disks of 4096K size 1024 blocksize
VFS: = Cannot=20 open root device "xsysace/disco0/part3" or 00:00
Please append a = correct=20 "root=3D" boot option
Kernel panic: VFS: Unable to mount root fs on=20 00:00
 <0>Rebooting in 180 seconds.
 
 
I configured the linux kernel = with:
 

Code maturity level options --->

            = [*]=20 Prompt for development and/or incomplete code/drivers

File systems --->

    [*] /dev file system support = (EXPERIMENTAL)=20

     [*] Automatically mount at = boot=20

    [*] Virtual memory file system = support (former=20 shm fs)

    [*] /proc file system support =

General Setup --->

    [*] Networking support

    [*] Sysctl support

    [*] System V IPC

 

and edit the /etc/fstab =

tmpfs /dev/shm tmpfs nodev,nosuid,noexec 0 0

proc /proc proc defaults 0 0

/dev/root / auto defaults,errors=3Dremount-ro 0 0=20

 

----------------------------------------------------------------= ---------------------
__   =20 _        __ =20 __      Jos=E9 Luis A=F1amuro - PhD=20 Student
\/    V  /\  |\_\=20 /\_\      Dept. Ingenier=EDa Inform=E1tica
| = |     |  /  \  | |  \/ =20 |   |    Universidad Aut=F3noma de Madrid
|=20 |     | / /\\ | |   |   = |  =20 |    Lab B-209   Tel. +34 615887260
|=20 |     |/ __ \| | \  /   =20 |    http://www.ii.uam.es/
`-_-/_/ =   =20 \_\|_|\/|__|
------=_NextPart_000_000E_01C88F81.7660FD00--