|
Re: Use netconsole to troubleshoot uBoot without a serial cable November 20, 2010 02:27AM |
Registered: 2 years ago Posts: 292 |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable November 20, 2010 02:25PM |
Registered: 2 years ago Posts: 292 |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable November 20, 2010 03:11PM |
Registered: 2 years ago Posts: 183 |
|
SvOlli
Re: Use netconsole to troubleshoot uBoot without a serial cable November 21, 2010 11:34AM |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable November 23, 2010 05:25PM |
Registered: 2 years ago Posts: 292 |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable November 24, 2010 12:19AM |
Registered: 2 years ago Posts: 183 |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable November 24, 2010 08:34AM |
Registered: 2 years ago Posts: 11 |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable November 24, 2010 02:48PM |
Registered: 2 years ago Posts: 183 |
|
Harmen
Re: Use netconsole to troubleshoot uBoot without a serial cable December 01, 2010 06:51AM |
|
Re: Use netconsole to interact with uBoot without needing a USB cable December 08, 2010 07:52PM |
Registered: 2 years ago Posts: 55 |
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 09:04PM |
Registered: 2 years ago Posts: 55 |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable December 22, 2010 08:01PM |
Registered: 2 years ago Posts: 1 |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable February 01, 2011 01:40AM |
Registered: 2 years ago Posts: 4 |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable February 01, 2011 07:40AM |
Registered: 2 years ago Posts: 29 |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable February 01, 2011 10:27AM |
Registered: 2 years ago Posts: 4 |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable February 01, 2011 08:52PM |
Registered: 2 years ago Posts: 22 |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable February 01, 2011 09:55PM |
Registered: 2 years ago Posts: 4 |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable February 01, 2011 10:14PM |
Registered: 2 years ago Posts: 4 |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable August 24, 2011 02:02PM |
Registered: 1 year ago Posts: 7 |
nc -ul 6666
|
Re: Use netconsole to troubleshoot uBoot without a serial cable August 24, 2011 02:08PM |
Registered: 2 years ago Posts: 183 |
|
JC
Re: Use netconsole to troubleshoot uBoot without a serial cable January 02, 2012 05:20AM |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable January 02, 2012 03:55PM |
Registered: 2 years ago Posts: 183 |
|
JC
Re: Use netconsole to troubleshoot uBoot without a serial cable January 02, 2012 04:36PM |
|
iceman2k
Re: Use netconsole to troubleshoot uBoot without a serial cable January 05, 2012 09:45AM |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable March 30, 2012 10:41PM |
Registered: 2 years ago Posts: 57 |
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 05:52PM |
Registered: 1 year ago Posts: 4 |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable May 06, 2012 08:17PM |
Registered: 1 year ago Posts: 482 |
socat STDIO UDP-LISTEN:6666
|
rudici
Re: Use netconsole to troubleshoot uBoot without a serial cable May 15, 2012 11:45PM |
|
Re: Use netconsole to troubleshoot uBoot without a serial cable May 16, 2012 04:41AM |
Registered: 1 year ago Posts: 482 |
socat STDIO UDP-LISTEN:6666
|
rudici
Re: Use netconsole to troubleshoot uBoot without a serial cable May 16, 2012 10:41AM |