fvdw-sl-console for ms windows install without removing HDD

Re: fvdw-sl-console for ms windows install without removing

Postby favroom » Sat May 18, 2013 11:29 pm

favroom wrote:
fvdw wrote:first lets check the environment setting
give command: printenv bootargs
andpost the output


The output of that command:
provided by fvdw
waiting for u-boot..
starting u-boot net console click on window and press enter
no lump receive; continuing
Marvell>> printenv bootargs
printenv bootargs
bootargs=console=ttyS0,115200 root=/dev/sda7 ro reset=0 productType=ASTON_KW
Marvell>>


It seems that the kernel stalls or something.

After submitting the commands above and waiting some minutes, I am not able to get any respons on the Marvell prompt.
I have to shut off the NWSP2 and turn it back on.
(I have to pull the cable...)
favroom
 
Posts: 71
Joined: Thu Dec 13, 2012 7:09 am
Location: Netherlands

Re: fvdw-sl-console for ms windows install without removing

Postby fvdw » Sat May 18, 2013 11:29 pm

that looks good as well
now do following

on pc running windows with fbvdw-sl console copy the file with name UIMAGE-26394-NWSP2CL-57 from the \path-to\tftp\nwps2 folder to the \path-to\tftp folder (so one level up)
Now at Marvel prompt give commands (do not change anything on these commands)
Code: Select all
setenv ipaddr ${ipaddr}
setenv serverip ${serverip}
tftpboot 0x800000 UIMAGE-26394-NWSP2CL-57

This should load the kernel via tftp
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: fvdw-sl-console for ms windows install without removing

Postby fvdw » Sat May 18, 2013 11:31 pm

t seems that the kernel stalls or something.

After submitting the commands above and waiting some minutes, I am not able to get any respons on the Marvell prompt.
I have to shut off the NWSP2 and turn it back on.
(I have to pull the cable...)

There is no kernel yet running on the nwsp2, only u-boot....
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: fvdw-sl-console for ms windows install without removing

Postby favroom » Sat May 18, 2013 11:36 pm

fvdw wrote:that looks good as well
now do following

on pc running windows with fbvdw-sl console copy the file with name UIMAGE-26394-NWSP2CL-57 from the \path-to\tftp\nwps2 folder to the \path-to\tftp folder (so one level up)
Now at Marvel prompt give commands (do not change anything on these commands)
Code: Select all
setenv ipaddr ${ipaddr}
setenv serverip ${serverip}
tftpboot 0x800000 UIMAGE-26394-NWSP2CL-57

This should load the kernel via tftp


Something went wrong...

provided by fvdw
waiting for u-boot..
starting u-boot net console click on window and press enter
no lump receive; continuing
Marvell>> setenv ipaddr ${ipaddr}
setenv ipaddr ${ipaddr}
Marvell>> setenv serverip ${serverip}
setenv serverip ${serverip}
Marvell>> tftpboot 0x800000 UIMAGE-26394-NWSP2CL-57
tftpboot 0x800000 UIMAGE-26394-NWSP2CL-57
Using egiga0 device
TFTP from server 192.168.2.15; our IP address is 192.168.2.2
Filename 'UIMAGE-26394-NWSP2CL-57'.
Load address: 0x800000
Loading: T T T T T T T T T T
Retry count exceeded; starting again
Marvell>>
favroom
 
Posts: 71
Joined: Thu Dec 13, 2012 7:09 am
Location: Netherlands

Re: fvdw-sl-console for ms windows install without removing

Postby fvdw » Sat May 18, 2013 11:37 pm

start the tftp server in the fvdw-sl console (forgot to mention that)
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: fvdw-sl-console for ms windows install without removing

Postby fvdw » Sat May 18, 2013 11:42 pm

and any result yet ? ;)
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: fvdw-sl-console for ms windows install without removing

Postby favroom » Sat May 18, 2013 11:42 pm

fvdw wrote:start the tftp server in the fvdw-sl console (forgot to mention that)


Ah! Yes, that works!..

provided by fvdw
waiting for u-boot..
starting u-boot net console click on window and press enter
no lump receive; continuing
Marvell>> setenv ipaddr ${ipaddr}
setenv ipaddr ${ipaddr}
Marvell>> setenv serverip ${serverip}
setenv serverip ${serverip}
Marvell>> tftpboot 0x800000 UIMAGE-26394-NWSP2CL-57
tftpboot 0x800000 UIMAGE-26394-NWSP2CL-57
Using egiga0 device
TFTP from server 192.168.2.15; our IP address is 192.168.2.2
Filename 'UIMAGE-26394-NWSP2CL-57'.
Load address: 0x800000
Loading: ########T #########################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
##########################
done
Bytes transferred = 3123524 (2fa944 hex)
Marvell>>
favroom
 
Posts: 71
Joined: Thu Dec 13, 2012 7:09 am
Location: Netherlands

Re: fvdw-sl-console for ms windows install without removing

Postby fvdw » Sat May 18, 2013 11:44 pm

give command
Code: Select all
bootm


this will start the kernel which will try to load the firmware from sda7
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: fvdw-sl-console for ms windows install without removing

Postby fvdw » Sat May 18, 2013 11:45 pm

do you use a wireless connection between PC and router ?
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: fvdw-sl-console for ms windows install without removing

Postby favroom » Sat May 18, 2013 11:47 pm

fvdw wrote:give command
Code: Select all
bootm


this will start the kernel which will try to load the firmware from sda7


Kernel started...
What's next:)
favroom
 
Posts: 71
Joined: Thu Dec 13, 2012 7:09 am
Location: Netherlands

PreviousNext

Return to Lacie Network Space vs2 and max version

Who is online

Users browsing this forum: Bing Bot and 3 guests