Hi Auroro
the commands are almost ok, I use these
- Code: Select all
Marvell>> tftpboot 0x800000 UIMAGE-395-NWSP2CL-179-standalone
and then
- Code: Select all
Marvell>> bootm
when the standalone kernel is loaded and you have access via telnet you can use tftp to upload the firmware installer script as present in the fvw-sl console package (fvdw-sl-installer.sh)
I assume you have it the tftp directory used by the pc running the tftp server
In the telnet client on the nas running the standalone kernel use this command to upload the fvdw-sl-installer script
- Code: Select all
tftp -r fvdw-sl-installer.sh -l fvdw-sl-installer -g ip-pc
(replace ip-pc by actual ip address of the the pc running the tftp server)
make it executable
- Code: Select all
chmod 755 fvdw-sl-installer
start the installer
- Code: Select all
/fvdw-sl-installer ip-pc
(replace ip-pc by actual ip address of the the pc running the tftp server)
Answer the questions in the dialog boxes, do not make a back up of lacie firmware, pretend that you have a nwsp2
Of course the firmware must be present in your tftp folder on the pc running the tftp server in a subfolder with name nwsp2/ (just like in fvdw-sl console)
When the firmware installer is finished with issues you can reboot your cloudbox and the firmware should come up. After that use the web interface of the fvdw-sl firmware to install latest firmware upgrade package for cloudbox.