• Home
  • Help
  • Search
  • Login
  • Register
Pages: 1 [2]
Author Topic: Sheeva with Debian - replace temporarily USB with eSATA?  (Read 3554 times)
pizzulicchio
Newbie
*

Karma: 0
Posts: 4


View Profile
« Reply #15 on: July 14, 2010, 03:54:20 PM »

Am i alone to have this problem?
My white esata sheevaplug isn't be able to boot debian from esata.

I can boot from USB ( using an usb key Sandisk Cruzer 8 GB )  but I'd like to use the esata port.
What is the problem? uboot, set environment, installer or what?
« Last Edit: July 15, 2010, 06:29:38 AM by pizzulicchio » Logged

tbm
Full Member
***

Karma: 7
Posts: 121



View Profile WWW
« Reply #16 on: July 15, 2010, 09:35:25 AM »

I suggest you run
Code:
ide part

to see which device:partition id you have to use.
Logged

pizzulicchio
Newbie
*

Karma: 0
Posts: 4


View Profile
« Reply #17 on: July 15, 2010, 09:57:37 AM »

Here to you the output:

Marvell>> ide part

Warning: Please run 'ide reset' before running other ide commands

Marvell>> idereset
Unknown command 'idereset' - try 'help'
Marvell>> ide reset

Reset IDE:
Marvell Serial ATA Adapter
Integrated Sata device found
[0 1 0]: Enable DMA mode
  Device 1 @ 0 1:
Model: Hitachi HTS545050B9A302                  Firm: PB4OC64G Ser#: 091013PBC400Q7HAKNRG
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 476940.0 MB = 465.7 GB (976773168 x 512)

Marvell>> ide part


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

Partition     Start Sector     Num Sectors     Type
    1                 2048         1951744      83
    2              1953792       972851200      83
    3            974804992         1968128      82
Logged

tbm
Full Member
***

Karma: 7
Posts: 121



View Profile WWW
« Reply #18 on: July 15, 2010, 01:10:03 PM »

yeah, so use 1:1 in bootcmd_sata instead of 0:1 and it'll work.
Logged

pizzulicchio
Newbie
*

Karma: 0
Posts: 4


View Profile
« Reply #19 on: July 15, 2010, 11:21:13 PM »

GREAT GREAT GREAT!!!!
IT WORKS FINALY!

I think that you can update your guide at : http://www.cyrius.com/debian/kirkwood/sheevaplug/install.html


those are the correct u-boot settings to boot from e-sata:

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'
saveenv


Thank you very, very much!
Logged

Pages: 1 [2]
Print
Jump to: