Automated voice pack building

More
08 Mar 2019 06:42 #73266 by vlad_vy
Replied by vlad_vy on topic Automated voice pack building

Please Log in or Create an account to join the conversation.

More
08 Mar 2019 08:53 #73267 by yets
Replied by yets on topic Automated voice pack building
I'll give that a go. I tried Mingw64 environment and that failed to build also

I'll tried building from another computer and I encounter the same issues.

Please Log in or Create an account to join the conversation.

More
08 Mar 2019 15:34 #73270 by Moeder
Replied by Moeder on topic Automated voice pack building
encountered the same issue on osx...solution is simple: enter subdirectory libopencm3 and run

make

Seems we don't currently force this in Makefile....

Please Log in or Create an account to join the conversation.

More
08 Mar 2019 20:59 - 08 Mar 2019 22:34 #73272 by yets
Replied by yets on topic Automated voice pack building

Moeder wrote: encountered the same issue on osx...solution is simple: enter subdirectory libopencm3 and run

make

Seems we don't currently force this in Makefile....


I tried and it refuses to build, filled with errors

Cannot find the specified files

edit: Had to download gcc-arm-none-eabi and it makes. However, still has errors, at least it attempts to build
Last edit: 08 Mar 2019 22:34 by yets.

Please Log in or Create an account to join the conversation.

More
09 Mar 2019 13:10 - 09 Mar 2019 14:16 #73278 by yets
Replied by yets on topic Automated voice pack building
After make in libopencm3 this issue when building

Building zip_devo7e
Preparing for ARM build
make[1]: *** No rule to make target `clean'. Stop.
make: *** [distclean] Error 2
Fetch libopencm3 via 'git submodule update --init'
make[1]: *** [libopencm3/lib/libopencm3_stm32f1.a] Error 1
make: *** [zip_devo7e] Error 2

I really don't understand why it's an impossible task to create from a local git

ok I finally have it working; not if it was this but using it helped to build;

git submodule foreach --recursive git submodule update --init

Thanks for your help and patience Moeder. I'm not sure if the build process guide may need updating to reflect the need for "make" command for libopencm3 for Windows 10 users or if I'm just a one off case
Last edit: 09 Mar 2019 14:16 by yets.

Please Log in or Create an account to join the conversation.

More
11 Mar 2019 08:55 #73301 by Moeder
Replied by Moeder on topic Automated voice pack building
The submodule has recently been introduced, the documention has not been updated. When using built in gut from docker the command runs automatically, but not on local git repository. We'll find a solution. Glad you showed patience and finally got it working.

Please Log in or Create an account to join the conversation.

More
11 Mar 2019 13:37 - 11 Mar 2019 16:04 #73302 by yets
Replied by yets on topic Automated voice pack building

Moeder wrote: The submodule has recently been introduced, the documention has not been updated. When using built in gut from docker the command runs automatically, but not on local git repository. We'll find a solution. Glad you showed patience and finally got it working.


Thanks for your explanation. One last question, I have two 3 way switches and I have enabled it in Hardware.ini but I only have SW A0/SW A1 B0/B1 but no A2 and B2. Assigning in the mixer SW A2/B2 do not work, or with A0/B0 working from mid point of switch. Is there another setting in target or capabilities that I need to enable to have 3x2 switches show up correctly?

Is this a bug? Reverted to earler build, switches work correctly
Last edit: 11 Mar 2019 16:04 by yets.

Please Log in or Create an account to join the conversation.

More
19 Mar 2019 17:22 #73439 by yets
Replied by yets on topic Automated voice pack building
Has the issue with the extra switches not working been rectified?

Please Log in or Create an account to join the conversation.

More
19 Mar 2019 18:28 #73440 by Moeder
Replied by Moeder on topic Automated voice pack building
Can you please share your hardware.ini here? Also, can you reproduce the behavior in the emulator?

Please Log in or Create an account to join the conversation.

More
19 Mar 2019 22:16 #73442 by yets
Replied by yets on topic Automated voice pack building
Hi Moeder, hardware.ini file is the same as previous Voice alert build before the voice_diet2

;Only useful for transmitters with an after-market vibration motor
;enable-haptic=1
;
;switch_types: 3x2, 3x1, 2x2
extra-switches=3x2
;
;button_types: trim-all, trim-(left|right)-(up|down|both)
;May occur more than once if necessary.
;extra-buttons=
;
[modules]
; there is no need to enable the cyrf6936 module unless
; it is wired to an alternate port. It is Enabled automatically otherwise
enable-cyrf6936 = B12
has_pa-cyrf6936 = 0
enable-a7105 = A13
has_pa-a7105 = 1
enable-cc2500 = A14
has_pa-cc2500 = 1
enable-nrf24l01 = A15
has_pa-nrf24l01 = 1
; enable-multimod = A13

Works if I return to previous working build. EMU doesn't show the issue but the build you also made for me displays the same problem

Please Log in or Create an account to join the conversation.

More
20 Mar 2019 15:29 #73450 by Moeder
Replied by Moeder on topic Automated voice pack building
Have you checked with current nightly? It should probably have the same issue. You are right, I cannot reproduce it in the emulator.

Please Log in or Create an account to join the conversation.

More
20 Mar 2019 23:12 #73456 by yets
Replied by yets on topic Automated voice pack building
I will check the current nightly tomorrow and update you

Please Log in or Create an account to join the conversation.

More
22 Mar 2019 01:14 #73504 by yets
Replied by yets on topic Automated voice pack building
Moeder, I tested Nightly build from 21st March and issue persists.

Please Log in or Create an account to join the conversation.

More
23 Mar 2019 16:52 #73519 by Moeder
Replied by Moeder on topic Automated voice pack building
PB committed a patch (well, actually a major rework of switch and channel code) to master branch which should hopefully fix the issue. Please try building from current DeviationTX/master or wait for the upcoming nightly build and check if the issue persists.

Please Log in or Create an account to join the conversation.

More
25 Mar 2019 21:26 #73556 by yets
Replied by yets on topic Automated voice pack building
I have tried the latest nightly build and the problem hasn't changed. No movement in channel monitor.

Please Log in or Create an account to join the conversation.

More
27 Mar 2019 21:23 #73574 by yets
Replied by yets on topic Automated voice pack building
Nightly build 26-3-19, problem hasn't changed

Please Log in or Create an account to join the conversation.

More
28 Mar 2019 10:25 #73582 by Moeder
Replied by Moeder on topic Automated voice pack building
That is really odd, as the devo7e 3*2 setup supposedly works for PB. Do you mind sharing pictures from your setup?

Please Log in or Create an account to join the conversation.

More
28 Mar 2019 22:11 #73588 by yets
Replied by yets on topic Automated voice pack building
I followed the same setup as the ones described and explained on these forums. I can switch back to an earlier fw and switches work but anything more recent and I get the problematic behaviour.

Please Log in or Create an account to join the conversation.

More
30 Mar 2019 01:18 - 30 Mar 2019 02:50 #73606 by yets
Replied by yets on topic Automated voice pack building
Here's wiring for my Devo7E,I can't see anything that could cause the issue



edit: Throttle trim isn't working correctly too. All this on fresh install of nightly and fresh model file. Is there a way to completely erase the installation on the Devo 7E or do I need to return to Devention? When upgrading the nightly etc, it flashes really quickly, maybe theres an issue with my MCU?
Last edit: 30 Mar 2019 02:50 by yets.

Please Log in or Create an account to join the conversation.

More
30 Mar 2019 15:22 #73619 by daniel.snowsurf
Replied by daniel.snowsurf on topic Automated voice pack building
Same problems here with the switches and throttle trim too (used as a switch).
https://www.deviationtx.com/forum/6-general-discussions/8361-devo-7e-3x2-switches-not-working-anymore#73614
I think it's confirmed, so it's time to dig into the code.

Please Log in or Create an account to join the conversation.

Time to create page: 0.066 seconds
Powered by Kunena Forum