Re: Problem with booting linux | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
Sai Saravana <sai.sy@xxxxxxxxxxx> wrote:
> While the linux is booting on the arm board, the boot process stops by
> givign the following error..
>
> VFS: Cannot open root device
> "mtdblock0=mtdparts=armflash0:19232k@2C0000(cramfs)
^
That's wrong. The problem is in setting the command line in U-Boot.
> I am following the exact syntax as you have told. Please let me know
> How to proceed further. Is the cramfs file system not matching by
> any chance???
In U-Boot:
setenv bootargs root=/dev/mtdblock0 mtdparts=armflash0:19232k@2C0000(cramfs)
and printenv will show the proper command line (without the '='
between mtdblock0 and mtdparts).
Also change 'armflash0' with 'armflash.0' if you use a 2.6.12 kernel.
--
Catalin
-------------------------------------------------------------------
List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php
Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php
[Site Home] [IETF Annouce] [Security] [Bugtraq] [Linux] [Linux ARM Kernel] [Linux MIPS] [ECOS] [Tools] [DDR & Rambus] [Monitors]