* Cannot open root device "xsysace/disco0/part3" or 00:00
@ 2008-03-26 19:54 José Luis Añamuro Machicao
0 siblings, 0 replies; 4+ messages in thread
From: José Luis Añamuro Machicao @ 2008-03-26 19:54 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 2028 bytes --]
Hi
I am installing the linux kernel 2.4.26 in the FPGA 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 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ón 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 = 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=" 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 --->
[*] Prompt for development and/or incomplete code/drivers
File systems --->
[*] /dev file system support (EXPERIMENTAL)
[*] Automatically mount at boot
[*] Virtual memory file system support (former 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=remount-ro 0 0
-------------------------------------------------------------------------------------
__ _ __ __ José Luis Añamuro - PhD Student
\/ V /\ |\_\ /\_\ Dept. Ingeniería Informática
| | | / \ | | \/ | | Universidad Autónoma de Madrid
| | | / /\\ | | | | | Lab B-209 Tel. +34 615887260
| | |/ __ \| | \ / | http://www.ii.uam.es/
`-_-/_/ \_\|_|\/|__|
[-- Attachment #2: Type: text/html, Size: 4178 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Cannot open root device "xsysace/disco0/part3" or 00:00
@ 2008-03-26 19:39 José Luis Añamuro Machicao
2008-03-26 20:32 ` Stephen Neuendorffer
2008-03-26 20:33 ` John Linn
0 siblings, 2 replies; 4+ messages in thread
From: José Luis Añamuro Machicao @ 2008-03-26 19:39 UTC (permalink / raw)
To: Linuxppc-embedded; +Cc: jose_luis
[-- Attachment #1: Type: text/plain, Size: 2026 bytes --]
Hi
I am installing the linux kernel 2.4.26 in the FPGA 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 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ón 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 = 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=" 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 --->
[*] Prompt for development and/or incomplete code/drivers
File systems --->
[*] /dev file system support (EXPERIMENTAL)
[*] Automatically mount at boot
[*] Virtual memory file system support (former 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=remount-ro 0 0
-------------------------------------------------------------------------------------
__ _ __ __ José Luis Añamuro - PhD Student
\/ V /\ |\_\ /\_\ Dept. Ingeniería Informática
| | | / \ | | \/ | | Universidad Autónoma de Madrid
| | | / /\\ | | | | | Lab B-209 Tel. +34 615887260
| | |/ __ \| | \ / | http://www.ii.uam.es/
`-_-/_/ \_\|_|\/|__|
[-- Attachment #2: Type: text/html, Size: 4152 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Cannot open root device "xsysace/disco0/part3" or 00:00
2008-03-26 19:39 José Luis Añamuro Machicao
@ 2008-03-26 20:32 ` Stephen Neuendorffer
2008-03-26 20:33 ` John Linn
1 sibling, 0 replies; 4+ messages in thread
From: Stephen Neuendorffer @ 2008-03-26 20:32 UTC (permalink / raw)
To: José Luis Añamuro Machicao, Linuxppc-embedded; +Cc: jose_luis
Maybe just a typo? I think it should be 'disc0' not 'disco0'
Steve
> -----Original Message-----
> From: linuxppc-embedded-bounces+stephen=3Dneuendorffer.name@ozlabs.org =
[mailto:linuxppc-embedded-
> bounces+stephen=3Dneuendorffer.name@ozlabs.org] On Behalf Of Jos=E9 =
Luis A=F1amuro Machicao
> Sent: Wednesday, March 26, 2008 12:39 PM
> To: Linuxppc-embedded@ozlabs.org
> Cc: jose_luis@fun-humanismo-ciencia.es
> Subject: Cannot open root device "xsysace/disco0/part3" or 00:00
>=20
> Hi
> I am installing the linux kernel 2.4.26 in the FPGA Virtex II Pro =
following the instruction of
> http://www.cs.washington.edu/research/lis/empart/xup_ppc_linux.shtml
>=20
> 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:
>=20
> 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.
>=20
>=20
> I configured the linux kernel with:
>=20
> 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
>=20
>=20
> and edit the /etc/fstab
>=20
> tmpfs /dev/shm tmpfs nodev,nosuid,noexec 0 0
>=20
> proc /proc proc defaults 0 0
>=20
> /dev/root / auto defaults,errors=3Dremount-ro 0 0
>=20
>=20
>=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/
> `-_-/_/ \_\|_|\/|__|
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Cannot open root device "xsysace/disco0/part3" or 00:00
2008-03-26 19:39 José Luis Añamuro Machicao
2008-03-26 20:32 ` Stephen Neuendorffer
@ 2008-03-26 20:33 ` John Linn
1 sibling, 0 replies; 4+ messages in thread
From: John Linn @ 2008-03-26 20:33 UTC (permalink / raw)
To: José Luis Añamuro Machicao, Linuxppc-embedded; +Cc: jose_luis
[-- Attachment #1: Type: text/plain, Size: 2636 bytes --]
Hi Jose,
I didn't see that you configured the kernel to put the Xilinx system ace driver in?
It's under device drivers, block devices.
Thanks,
John
________________________________
From: linuxppc-embedded-bounces+john.linn=xilinx.com@ozlabs.org [mailto:linuxppc-embedded-bounces+john.linn=xilinx.com@ozlabs.org] On Behalf Of José Luis Añamuro Machicao
Sent: Wednesday, March 26, 2008 1:39 PM
To: Linuxppc-embedded@ozlabs.org
Cc: jose_luis@fun-humanismo-ciencia.es
Subject: Cannot open root device "xsysace/disco0/part3" or 00:00
Hi
I am installing the linux kernel 2.4.26 in the FPGA 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 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ón 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 = 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=" 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 --->
[*] Prompt for development and/or incomplete code/drivers
File systems --->
[*] /dev file system support (EXPERIMENTAL)
[*] Automatically mount at boot
[*] Virtual memory file system support (former 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=remount-ro 0 0
-------------------------------------------------------------------------------------
__ _ __ __ José Luis Añamuro - PhD Student
\/ V /\ |\_\ /\_\ Dept. Ingeniería Informática
| | | / \ | | \/ | | Universidad Autónoma de Madrid
| | | / /\\ | | | | | Lab B-209 Tel. +34 615887260
| | |/ __ \| | \ / | http://www.ii.uam.es/
`-_-/_/ \_\|_|\/|__|
[-- Attachment #2: Type: text/html, Size: 16191 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-03-26 20:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-26 19:54 Cannot open root device "xsysace/disco0/part3" or 00:00 José Luis Añamuro Machicao
-- strict thread matches above, loose matches on Subject: below --
2008-03-26 19:39 José Luis Añamuro Machicao
2008-03-26 20:32 ` Stephen Neuendorffer
2008-03-26 20:33 ` John Linn
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).