pm send with kernel :tapfoot
this kernel should be able to follow the numbering from lacie in 5big2.
Unpack the zip file and put the kernel in the tftp directory
To test put the fvdw-sl disk in slot 1 and the lacie disk in slot 2
Boot the nas using fvw-sl console using u-boot command window and the following commands (to see net console output in case it doesn't work as expected).
- Code: Select all
setenv ipaddr ${ipaddr}
setenv serverip ${serverip}
setenv bootargs console=ttyS0,115200 netconsole=6666@${ipaddr}/,6666@${serverip}/ root=/dev/sda7
ide reset
disk 0x800000 3:6
bootm
If this works we can keep always the disk with firmware in slot 1
To get the kernel on the test disk itself so it will be used at normal boot we will need to write it to sda6
To do this put the kernel file in the share public after the nas has succesfully boot
Connect with putty and give command
- Code: Select all
dd if=/share/1000/public/UIMAGE-26394-NWSP2CL-106 of=/dev/sda6
Now it should also boot normal without using fvdw-sl console
we are working to update the firmware to be able to use multiple disk, Jocko did already a lot of work. It will be in 14-1