Re: Use netconsole to troubleshoot uBoot without a serial cable November 20, 2010 01:27AM |
Registered: 14 years ago Posts: 406 |
Re: Use netconsole to troubleshoot uBoot without a serial cable November 20, 2010 01:25PM |
Registered: 14 years ago Posts: 406 |
Re: Use netconsole to troubleshoot uBoot without a serial cable November 20, 2010 02:11PM |
Registered: 14 years ago Posts: 264 |
SvOlli
Re: Use netconsole to troubleshoot uBoot without a serial cable November 21, 2010 10:34AM |
Re: Use netconsole to troubleshoot uBoot without a serial cable November 23, 2010 04:25PM |
Registered: 14 years ago Posts: 406 |
Re: Use netconsole to troubleshoot uBoot without a serial cable November 23, 2010 11:19PM |
Registered: 14 years ago Posts: 264 |
Re: Use netconsole to troubleshoot uBoot without a serial cable November 24, 2010 07:34AM |
Registered: 14 years ago Posts: 11 |
Re: Use netconsole to troubleshoot uBoot without a serial cable November 24, 2010 01:48PM |
Registered: 14 years ago Posts: 264 |
Harmen
Re: Use netconsole to troubleshoot uBoot without a serial cable December 01, 2010 05:51AM |
Re: Use netconsole to interact with uBoot without needing a USB cable December 08, 2010 06:52PM |
Registered: 14 years ago Posts: 58 |
nc -l -u -p 6666and also
nc -l -u -p 6666& nc -u 192.168.0.44 6666and also
socat STDIO UDP-LISTEN:6666but I can not see any boot messages from Dockstar.
nc -u 192.168.0.9 6666 # or 192.168.0.77 respectively
Re: Use netconsole to interact with uBoot without needing a USB cable December 17, 2010 08:04PM |
Registered: 14 years ago Posts: 58 |
Re: Use netconsole to troubleshoot uBoot without a serial cable December 22, 2010 07:01PM |
Registered: 14 years ago Posts: 1 |
Re: Use netconsole to troubleshoot uBoot without a serial cable February 01, 2011 12:40AM |
Registered: 13 years ago Posts: 4 |
Re: Use netconsole to troubleshoot uBoot without a serial cable February 01, 2011 06:40AM |
Registered: 14 years ago Posts: 28 |
Re: Use netconsole to troubleshoot uBoot without a serial cable February 01, 2011 09:27AM |
Registered: 13 years ago Posts: 4 |
Re: Use netconsole to troubleshoot uBoot without a serial cable February 01, 2011 07:52PM |
Registered: 14 years ago Posts: 26 |
Re: Use netconsole to troubleshoot uBoot without a serial cable February 01, 2011 08:55PM |
Registered: 13 years ago Posts: 4 |
Re: Use netconsole to troubleshoot uBoot without a serial cable February 01, 2011 09:14PM |
Registered: 13 years ago Posts: 4 |
Re: Use netconsole to troubleshoot uBoot without a serial cable August 24, 2011 01:02PM |
Registered: 13 years ago Posts: 9 |
nc -ul 6666
Re: Use netconsole to troubleshoot uBoot without a serial cable August 24, 2011 01:08PM |
Registered: 14 years ago Posts: 264 |
JC
Re: Use netconsole to troubleshoot uBoot without a serial cable January 02, 2012 04:20AM |
Re: Use netconsole to troubleshoot uBoot without a serial cable January 02, 2012 02:55PM |
Registered: 14 years ago Posts: 264 |
JC
Re: Use netconsole to troubleshoot uBoot without a serial cable January 02, 2012 03:36PM |
iceman2k
Re: Use netconsole to troubleshoot uBoot without a serial cable January 05, 2012 08:45AM |
Re: Use netconsole to troubleshoot uBoot without a serial cable March 30, 2012 09:41PM |
Registered: 14 years ago Posts: 78 |
nc -lup 6666or
socat STDIO UDP-LISTEN:6666
nc.openbsd -klu 6666I was able to communicate with uboot without the exiting problems.
Re: Use netconsole to troubleshoot uBoot without a serial cable May 06, 2012 04:52PM |
Registered: 12 years ago Posts: 4 |
Re: Use netconsole to troubleshoot uBoot without a serial cable May 06, 2012 07:17PM |
Registered: 13 years ago Posts: 502 |
socat STDIO UDP-LISTEN:6666
rudici
Re: Use netconsole to troubleshoot uBoot without a serial cable May 15, 2012 10:45PM |
Re: Use netconsole to troubleshoot uBoot without a serial cable May 16, 2012 03:41AM |
Registered: 13 years ago Posts: 502 |
socat STDIO UDP-LISTEN:6666
rudici
Re: Use netconsole to troubleshoot uBoot without a serial cable May 16, 2012 09:41AM |