Page 1 of 2

OpenTX 2.2.0 RC1

Posted: Thu Sep 01, 2016 8:19 am
by Kilrah
We are happy to release the first release candidate of OpenTX 2.2.0, with support for the production version of the FrSky Horus radio!

Please read the following page for important info and downloads!
http://www.open-tx.org/2016/09/01/opentx-2.2.0RC1

Re: OpenTX 2.2.0 RC1

Posted: Thu Sep 01, 2016 8:58 am
by mizuta1951
Great !!!
That's the thing what I was waiting for !!!
By the way can Companion 2.2 backup the original Frsky firmware for just in case ?

Re: OpenTX 2.2.0 RC1

Posted: Thu Sep 01, 2016 9:38 am
by Kilrah
See the above link ;)

Re: OpenTX 2.2.0 RC1

Posted: Thu Sep 01, 2016 2:28 pm
by mizuta1951
Thank's,
Just installed OpenTx 2.2 to my HORUS.
It's so nice, maybe I'll never go back to the original Frsky OS.

Re: OpenTX 2.2.0 RC1

Posted: Thu Sep 01, 2016 5:27 pm
by rcdiy
Great work by the team:)
Will this version give us the option to easily to a range check by using special functions and switches?
I like how quick and easy it is to do a range check on my Dx5e.

Re: OpenTX 2.2.0 RC1

Posted: Thu Oct 06, 2016 2:30 pm
by rcbebo82
How can i compile the next branch? There is no makefile in the github repository.

Re: OpenTX 2.2.0 RC1

Posted: Thu Oct 06, 2016 2:55 pm
by Kilrah

Re: OpenTX 2.2.0 RC1

Posted: Fri Oct 07, 2016 1:07 pm
by rcbebo82
Thx kilrah. I just didn see the link omg.

Now im able to compile it for my self.

Just one thing pico2wave seems not to be available for Fedora 24. The Sound files are created under Ubuntu? Thats the only Distribution which has packets for pico2wav.

B.R.
Benjamin Boy

Re: OpenTX 2.2.0 RC1

Posted: Fri Oct 07, 2016 1:12 pm
by kalle123
@Benjamin Boy.
The 64bit deb package OpenTX 2.2.0 RC6 (N358) is available here http://www.open-tx.org/2016/09/21/opentx-2.2.0RC6
Converted that deb package to rpm using alien. Installed under PCLinuxOS. No sweat ;)

br KH

Re: OpenTX 2.2.0 RC1

Posted: Fri Oct 07, 2016 1:44 pm
by rcbebo82
Hi Kalle,
i can compile companion my self that is not my problem.
Im currently working at the german sound system. There is a bash script which creates the files for the sdcard. In this bash script python is used to create the csv sound file and the Sound files itself with pico2wav.
But under fedora i cannot find a package or the source code which gives me the command pico2wav.

br
Bebo

Re: OpenTX 2.2.0 RC1

Posted: Fri Oct 07, 2016 2:38 pm
by jhsa
If you have a windows machine it is worth it to have a look at this tool ;) :)

https://github.com/CaffeineAU/TTSAutomate

João

Re: OpenTX 2.2.0 RC1

Posted: Fri Oct 07, 2016 2:46 pm
by rcbebo82
Hi João,
i know this tool and i also use it under Windows. But i want to test the automatic creation process from the OpenTX Server. I need to check if the process which they use generates correct spoken files. Because of this i need the same tool 8-).

BR
Bebo

Re: OpenTX 2.2.0 RC1

Posted: Fri Oct 07, 2016 3:12 pm
by jhsa
;) :)

Re: OpenTX 2.2.0 RC1

Posted: Sun Oct 09, 2016 7:46 am
by rcbebo82
Just another question. How does the rotary knob works on the windows simu for the horus. Im not able to change the values. On click enter is executed.

Re: OpenTX 2.2.0 RC1

Posted: Sun Oct 09, 2016 7:49 am
by Kilrah
Mouse wheel

Re: OpenTX 2.2.0 RC1

Posted: Sun Oct 09, 2016 8:19 am
by rcbebo82
Omg, thx a lot!

Re: OpenTX 2.2.0 RC1

Posted: Mon Oct 10, 2016 3:35 pm
by rcbebo82
Im currently trying to build OpenTX 2.2 under Windows 10. I have installed Visual Studio 2015 Community Edition and followed this guidelines (https://github.com/opentx/opentx/wiki/O ... structions) to install the other needed software.
If i checkout next and use this command like described here (https://github.com/opentx/opentx/wiki/O ... structions):
cmake -G "Visual Studio 10" ../ -DCMAKE_PREFIX_PATH=C:\Qt\Qt5.7.0\5.7\msvc2015
i get:

Code: Select all

-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:1 (project):
  No CMAKE_C_COMPILER could be found.
CMake Error at CMakeLists.txt:1 (project):
  No CMAKE_CXX_COMPILER could be found.
-- Configuring incomplete, errors occurred!
See also "C:/Programs/opentx/companion/CMakeFiles/CMakeOutput.log".
See also "C:/Programs/opentx/companion/CMakeFiles/CMakeError.log".
I then used this command:
cmake -G "Visual Studio 14" ../ -DCMAKE_PREFIX_PATH=C:\Qt\Qt5.7.0\5.7\msvc2015
What should i do with these errors? "Could not find FOX", "Looking for pthread.h - not found"

Code: Select all

-- The C compiler identification is MSVC 19.0.24215.1
-- The CXX compiler identification is MSVC 19.0.24215.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- OpenTX 2.2.0
-- Looking for SDL
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
SDL Include Path: C:/Programs/SDL/include
-- Looking for FOX
-- Could NOT find FOX (missing:  FOX_INCLUDE_DIR FOX_LIBRARY)
-- The ASM compiler identification is MSVC
-- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
-- Warning: Did not find file Compiler/MSVC-ASM
-- Looking for QT lupdate
-- C:/Programs/Qt/Qt5.7.0/5.7/msvc2015/bin/lupdate.exe
QT lupdate: C:/Programs/Qt/Qt5.7.0/5.7/msvc2015/bin/lupdate.exe
-- C:/Programs/opentx/companion-buildC:/Program Files (x86)/OpenTX/bin
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Programs/opentx/companion-build
So far i can open it in Visual Studio and compile it but that gives me tons of errors with:

Code: Select all

8>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cstdint(18): error C2039: 'int8_t': is not a member of '`global namespace''
8>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cstdint(18): error C2873: 'int8_t': symbol cannot be used in a using-declaration
8>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cstdint(18): error C2039: 'int16_t': is not a member of '`global namespace''
8>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cstdint(18): error C2873: 'int16_t': symbol cannot be used in a using-declaration
8>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cstdint(19): error C2039: 'int32_t': is not a member of '`global namespace''
8>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cstdint(19): error C2873: 'int32_t': symbol cannot be used in a using-declaration
8>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cstdint(19): error C2039: 'int64_t': is not a member of '`global namespace''
8>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cstdint(19): error C2873: 'int64_t': symbol cannot be used in a using-declaration
Seems files under C:\Programs\msinttypes are not included especially "stdint.h". Firmware can be created without any problems!
Any help would be very nice.

Re: OpenTX 2.2.0 RC1

Posted: Wed Oct 12, 2016 12:31 am
by axljackass
Will this support Multiprotocol Module for DIY Mega?thanks

Re: OpenTX 2.2.0 RC1

Posted: Thu Oct 13, 2016 9:54 am
by Tadango
To build 2.2 on windows 10 you need Visual Studio 2010 with C++ installed. I got the CMake running but building in Visual Studio still fails. I think the Wiki is wrong. For the firmware it is working perfect.

Re: OpenTX 2.2.0 RC1

Posted: Thu Oct 13, 2016 9:55 am
by Kilrah
2.2 needs Visual Studio 15, VS10 is for previous versions. Forgot to separate the cases in the build instructions.

Re: OpenTX 2.2.0 RC1

Posted: Fri Oct 21, 2016 8:29 pm
by Tobi
Hello,

at first - many thanks for supporting FrSky Horus! :D
I tried to run OpenTX 2.2 Companion (Win10 64 bit). On starting there is a message "Unable to check for updates".
This message apperars , too, if I try to download Horus firmware.
I run comanion as administraor rights but no change. Do anyone know how to fix this?

Thanks an best regards

Tobi

octavios

Posted: Fri Oct 21, 2016 8:38 pm
by OctavioS
In preferences / application settings, you have to check the option to use nightly builds. Opentx 2.2 it is still experimental.

Re: OpenTX 2.2.0 RC1

Posted: Sat Oct 22, 2016 6:49 am
by Tobi
Hello OctavioS,

thats it! Thanks al lot. :)

Best regards

Tobi

Re: OpenTX 2.2.0 RC1

Posted: Sat Oct 22, 2016 12:01 pm
by Tobi
So, I did my first tests - and again: thanks Guys - this is a great work again.
The verry best radio with the verry best software ever :D .

Thanks!

Tobi

Re: OpenTX 2.2.0 RC1

Posted: Sat Oct 22, 2016 4:49 pm
by Tobi
Hello,

maybe I found a little bug - or there is a problem within my Horus.
If I set the telemetry to "FrSky D(cable)" and reboot again, OpenTX stops with the message "emergency stop" (or something like this). Than it reboots and shows the same again and reboots and so on.
If there is a throttle- or switch-warning, this appears first without any problem, but when I fix it, it runs again in "emergency stop" - I beleve after fixing the warnings the serial port goes to be activated. Than I have to delete the model on SD card to make it boot again.

Maybe someone could test this in order to see if it is a problem of my Horus mainboard or a little bug on OpenTX. In case of a bug - nerver mind. I do not expect that it will be fixed as soon as possible, take your time. But otherwhise I have to send my Horus back...

Tobi

Re: OpenTX 2.2.0 RC1

Posted: Sun Oct 23, 2016 9:03 am
by Kilrah
This option doesn't apply to Horus, shouldn't be selectable.

Re: OpenTX 2.2.0 RC1

Posted: Sun Oct 23, 2016 11:01 am
by Tobi
Realy? It is selectabele. Be shure, maybe a erest of the code from Taranis version?
Is it planed to implement it?

Tobi

Re: OpenTX 2.2.0 RC1

Posted: Sun Oct 23, 2016 11:19 am
by Kilrah
It is a leftover, will be removed. This choice relates to connecting telemetry to the Futaba trainer port of the 9XR-Pro, this can only be done on this radio.

Re: OpenTX 2.2.0 RC1

Posted: Sun Oct 23, 2016 11:47 am
by Tobi
But the option exists in Taranis, too. How should I connect my Mlink-telemetry?! Is there any way to implement it?

Re: OpenTX 2.2.0 RC1

Posted: Sun Oct 23, 2016 12:25 pm
by Tobi
Oh, I beleve my english is not as good as it should. Please explain a bit more detailed.