• Home
  • Help
  • Search
  • Login
  • Register
  Show Posts
Pages: 1 ... 20 21 [22]
316  General Category / General Discussion / Re: Sheevaplug installer - version 1.0 on: November 25, 2009, 03:31:09 PM
Mike,

Your environment variable "mainlineLinux" is wrong and "arcNumber" is not even set. in order to run non stock kernel you need to have both set.

your "mainlineLinux need to chage to "yes" and arcNumber to "2097".

since your said you use "ext2ls mmc 0:2" to see your rootfs then your bootargs need to change to console=ttyS0,115200 root=/dev/mmcblk0p2 rootdelay=5, so basically

Code:
Marvell>> setenv mainlineLinux yes
Marvell>> setenv arcNumber 2097
Marvell>> setenv bootargs_root root=/dev/mmcblk0p2 rootdelay=5
Marvell>> saveenv
Marvell>> reset

Good luck Wink
317  General Category / General Discussion / Re: Sheevaplug installer - version 1.0 on: November 24, 2009, 06:37:09 PM
Hi Mike,

What is your uboot environment variable "bootargs"? in your case it should had value "console=ttyS0,115200 root=/dev/mmcblkp02".

From the message you post, it looks like you miss the "/dev" portion.

318  Hardware and U-Boot firmware / U-Boot stuff / Re: U-boot 3.4.23 - mmcinit has odd output on: November 09, 2009, 02:06:15 PM
Your bootargs looks wrong,
Quote
ipaddr=192.168.76.42
bootargs_root=root=/dev/mmcblk0p1 rw
bootargs=console=ttyS0,115200 $(bootargs_root)
bootcmd=mmcinit; nand read.e 0x00800000 0x00100000 0x00400000; bootm 0x00800000
stdin=serial
stdout=serial

I think it should be bootargs=console=ttyS0,115200 root=/dev/mmcblk0p1 rw

good luck Smiley
Pages: 1 ... 20 21 [22]