Open again a telnet window (or umount sda7 if it is still open)
mount sda5
- Code: Select all
mkdir /sda5
mount /dev/sda5
upload the firmware image
- Code: Select all
busybox tftp -r firmware/xfvdw-sl-16-0-nwsp2-11apr2015.img -l /sda5/tmp/fw.img -g ippc
check integrity of the image file
- Code: Select all
busybox md5sum /sda5/tmp/fw.img
if it is ok copy it again on da7, sda1, sda2
- Code: Select all
dd if=/sda5/tmp/fw.img of=/dev/sda7
dd if=/sda5/tmp/fw.img of=/dev/sda1
dd if=/sda5/tmp/fw.img of=/dev/sda2
Mount again sda7 and check if sbin is not empty