setenv ipaddr ${ipaddr}
setenv serverip ${serverip}
tftpboot 0x800000 UIMAGE-26394-5BIG1-11
setenv bootargs console=ttyS0,115200 netconsole=6666@${ipaddr}/,6666@${serverip}/ root=/dev/sda7
bootm
fvdw wrote:yes, ok it hangs so to se
but do you still have you serial console operational ? what output does that give when loading this kernel ?
In the meantime I will prepare a kernel with taking out in the setup file the modifications made and only leave those in place in the disk driver.
The setup file uses a disk map routine maybe it confuses the kernel
fvdw wrote::twak that is because you use spaces on several places where you shouldn't
it must be like this (no space between $ and { in the first two lines)
- Code: Select all
setenv ipaddr ${ipaddr}
setenv serverip ${serverip}
tftpboot 0x800000 UIMAGE-26394-5BIG1-11
setenv bootargs console=ttyS0,115200 netconsole=6666@${ipaddr}/,6666@${serverip}/ root=/dev/sda7
bootm
but if you use your console can not use the serial port with putty
fvdw wrote:but if you use your console can not use the serial port with putty
why not ?
Return to Lacie 5Big Network vs1
Users browsing this forum: No registered users and 7 guests