[beagleboard] Re: Serial Debug output to ethernet

2015-09-03 Thread toni incog
booting console is serial only as far as I know. You can put serial on ethernet by using a serial server: http://www.atop.com.tw/atop/product/product_detail/data/atop_iapl/en/serial_device_servers_entry_level/se5001_series/ But we prefer to turn a (second) bbb into a serial server! Just attach

[beagleboard] Re: Serial Debug output to ethernet

2015-09-03 Thread Graham
Toni is correct. Via SSH, you can not sign in until booting is complete, so you can not watch the boot process this way. You can go look at the syslog at /var/log/syslog after signing in, and see (most of) what happened, assuming that it did complete booting. This may or may not help you. ---

[beagleboard] Re: Serial Debug output to ethernet

2015-09-02 Thread Graham
As long as your Remote PC is on the same Local Area Network... Put "Putty" on your remote PC. Sign onto your BBB using SSH. --- Graham == On Wednesday, September 2, 2015 at 7:06:15 PM UTC-5, josiasina...@gmail.com wrote: > > Is there any way to send the Serial Debug output to a remote PC using