[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

R: R: Debian installer for SheevaPlug eSATA



I have use 1:1 in bootcmd_sata instead of 0:1 as you have suggested to me...

Now it works.
I can boot from my esata disk.

Those are my fully working  u-boot settings:

setenv bootargs_console console=ttyS0,115200
setenv bootcmd_sata 'ide reset; ext2load ide 1:1 0x01100000 /uInitrd; ext2load ide 1:1 0x00800000 /uImage'
setenv bootcmd 'setenv bootargs $(bootargs_console); run bootcmd_sata; bootm 0x00800000 0x01100000'

thankyou again


________________________________________
Da: Martin Michlmayr [tbm@cyrius.com]
Inviato: giovedì 15 luglio 2010 18.35
A: Samuele Bianchi
Cc: debian-arm@lists.debian.org
Oggetto: Re: R: Debian installer for SheevaPlug eSATA

* Samuele Bianchi <pizzulicchio@mail2web.com> [2010-07-12 07:58]:
> [0 1 0]: Enable DMA mode
>   Device 1 @ 0 1:
> Model: WDC WD1200BEVS-22RST0                    Firm: 04.01G04 Ser#:      WD-WXE808NWD688
>             Type: Hard Disk
>             Supports 48-bit addressing
>             Capacity: 114473.4 MB = 111.7 GB (234441648 x 512)

What's the output of:
    ide part
And also check:
    print bootcmd_sata

Here, I get:

Marvell>> ide part

Partition Map for IDE device 0  --   Partition Type: DOS

Partition     Start Sector     Num Sectors     Type
    1                 2048          497664      83
    2               499712        13672448      83
    3             14174206       474222594       5 Extd
    5             14174208         3014656      82
    6             17190912       471205888      83

So my IDE device is 0 and the boot partition is 1, leading to 0:1

Which I then put in the bootcmd_sata variable:

Marvell>> print bootcmd_sata
bootcmd_sata=ide reset; ext2load ide 0:1 0x1100000 /uInitrd; ext2load ide 0:1 0x0800000 /uImage
                                 ^^^^^^^                              ^^^^^^^
--
Martin Michlmayr
http://www.cyrius.com/

Reply to: