Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Headless Operation (ie: On BBB) #17

Open
tkuester opened this issue Nov 1, 2016 · 1 comment
Open

Headless Operation (ie: On BBB) #17

tkuester opened this issue Nov 1, 2016 · 1 comment

Comments

@tkuester
Copy link

tkuester commented Nov 1, 2016

I would love to be able to use a serial cable to access the BBB.

Since I'm an embedded developer, most of my "administrative" work is done over SSH and serial cables. It would be nice to be able to edit a text file somewhere, and assign a hardware serial port to the console!

@evangreen
Copy link
Collaborator

I agree, and we've had a couple of requests for this now. We do have code to support these UARTs since we currently use this port for the kernel debugger. The work needed is basically to write the interrupt-driven driver version of the UART, which can then light it up for terminal access.

This might be a good starter project for a budding community volunteer if anyone out there wants to tackle it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants