you could try to load the standalone kernel with enabling netconsole output mening you will get output in the u-boot console window after starting kernel.
To this do not use the option load standalone kernel but use the options "start tft server" and then "u-boot console"
When you can talk to u-boot set the environment variables, you should have a prompt like this Marvell>>
(copy the commands exactly as shown here, do not make any change):
- Code: Select all
Marvell>> setenv ipaddr ${ipaddr}
(response will be an echo of this command)
- Code: Select all
Marvell>> setenv serverip ${serverip}
- Code: Select all
Marvell>> setenv bootargs console=ttyS0,115200 netconsole=6666@${ipaddr}/,6666@${serverip}/
- Code: Select all
Marvell>> tftpboot 0x800000 UIMAGE-395-NWSP2CL-179-standalone
It should give some output that it uploads the kernel, after that
boot the kernel
- Code: Select all
Marvell>> bootm
now you should get also starting kernel but hopefeully also output of the netconsole to see what happens while loading.
When the kernel has loaded completely open the telnet client (action in fvdw-sl console) and choose connect with the ip 192.168.1.252