-
Notifications
You must be signed in to change notification settings - Fork 63
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
Issues with TTY with RPI 3 / Debian Jessie DV-Mega #85
Comments
Looks like things work when I disable all of bluetooth and use the ttyAMA0 as normal. Testing clean right now to make sure of this. |
That is correct ... bluetooth must be disabled to use the GPIO serial port. On Thu, Mar 24, 2016 at 9:17 AM, majorgearhead notifications@github.com
John D. Hays PO Box 1223, Edmonds, WA 98020-1223 |
Thanks for the confirmation. In case anyone else is interested, here is how I disabled it:
Then I added the following to /boot/config.txt
Then I removed the Everything works great. |
I have successfully compiled the DStarRepeater and ircDDBGateway code on my RPI 3 with fresh Raspbian (Debian Jessie) installed. I am running into a bit of a TTY issue. I understand that with the NEW HW ttyAMA0 is being utilized by the Bluetooth modules. Seems like GPIO is assigned ttyS0, which has a getty setup on it. Here is what I did to be able to communicate with my DV-Mega (Disable this getty unit):
sudo systemctl stop serial-getty@ttyS0.service
sudo systemctl disable serial-getty@ttyS0.service
sudo systemctl mask serial-getty@ttyS0.service
This was enough to get it communicating with the board. My issue is this. ircDDBGateway connects to DstarRepeater and also out to the various services. I can issue remote commands and it links, however it will not send RF. I know this is more a dev thread and not a support thread, but has anyone been able to compile this on an RPI Under Debian Jessie and have it work with the DV-MEGA?
The text was updated successfully, but these errors were encountered: