Add RPi UART support

Talk about anything concerning the source code.
Post Reply
mstrVLT
Posts: 8
Joined: Thu Jan 28, 2016 11:30 pm

Add RPi UART support

Post 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")))
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Add RPi UART support

Post by Matlo »

Thanks. It will be fixed in GIMX 5.7.
GIMX creator
fishe972
Posts: 8
Joined: Wed Aug 10, 2016 2:30 pm

Re: Add RPi UART support

Post 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.
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Add RPi UART support

Post 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.
GIMX creator
Post Reply