Page 1 of 1

Add RPi UART support

Posted: Mon Feb 01, 2016 12:44 am
by mstrVLT
in gimx-launcher.cpp (433 line) pls add ttyAMA for RPi support

Code: Select all

if(file.StartsWith(wxT("ttyUSB")) || file.StartsWith(wxT("ttyACM")))

Re: Add RPi UART support

Posted: Mon Feb 01, 2016 7:52 am
by Matlo
Thanks. It will be fixed in GIMX 5.7.

Re: Add RPi UART support

Posted: Thu Dec 01, 2016 10:17 am
by fishe972
Is it possible to add ttyS for orangepipc serial support ? I am trying to use gimx on armbian but can't find serial port.i tried to compile gimx on the opipc board without success.then on rpib+ compiled and install ok. but i don't know how to and/or what file to export to my opipc.
The opipc is a board running allwinner h3 arm processor and with armbian i think it could be a good alternative to rpi.

Re: Add RPi UART support

Posted: Sat Dec 10, 2016 5:45 pm
by Matlo
Exporting /usr/bin/gimx-launcher should work.
I opened issue 420.
It requires some work to filter the devices that are really usable.