Some time ago, I’ve got a new single board computer running Debian which will eventually be the “heart” of a project at school.
Right now, I’m accessing the on-board distro using wired network and ssh. This is fine as long as the thing lies on my desktop, but not when it is built into the robot to where it is targeted. I managed to establish a bluetooth connection using a cheap USB-BT adapter, but now I’m stuck with an rfcomm device and no clue on how to proceed.
What I would like most would be to have the virtual serial port provided by the bluetooth connection to behave just like the real serial port. So that I can log in using minicom (or something similar) and get full access to everything on the board.
When searching the web, all I could find were guides about how to set up dial-up networking with mobiles and similar topics, but nothing about a bluetooth console. Maybe I’ve just tried the wrong keywords.
I’d really much appreciate any hint on how to do this.
Thanks,
Philipp
I suppose I’ve found a feasible solution. The missing keyword was “getty” and some glue logic in a shell script:
I’m not very confident about it, since it does not seem to be very stable (Sometimes it is not possible to connect after boot…), but it works fast and is relatively easy. So I’m happy with it 🙂
Regards,
Philipp