Talk about anything concerning the source code.
-
mstrVLT
- Posts: 8
- Joined: Thu Jan 28, 2016 11:30 pm
Post
by mstrVLT » Mon Feb 01, 2016 12:44 am
in gimx-launcher.cpp (433 line) pls add ttyAMA for RPi support
Code: Select all
if(file.StartsWith(wxT("ttyUSB")) || file.StartsWith(wxT("ttyACM")))
-
Matlo
- Posts: 5172
- Joined: Wed Jul 06, 2011 7:01 am
- Location: France
-
Contact:
Post
by Matlo » Mon Feb 01, 2016 7:52 am
Thanks. It will be fixed in GIMX 5.7.
-
fishe972
- Posts: 8
- Joined: Wed Aug 10, 2016 2:30 pm
Post
by fishe972 » Thu Dec 01, 2016 10:17 am
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.
-
Matlo
- Posts: 5172
- Joined: Wed Jul 06, 2011 7:01 am
- Location: France
-
Contact:
Post
by Matlo » Sat Dec 10, 2016 5:45 pm
Exporting /usr/bin/gimx-launcher should work.
I opened
issue 420.
It requires some work to filter the devices that are really usable.