- Posts: 3333
Deviation v5.0.0 build with latest protocols
- vlad_vy
- Topic Author
- Offline
*Support using .pbm files on 320x240 screen. Invert PBM images.
Support for .pbm files have sense for AT9 (not supported at v5.0.0) and Devo F12E.
(26.01.2017) Firmware DFU file only, you can get other components from official v5.0.0 release. For Devo 12e you can use Devo 10 filesystem.
www.deviationtx.com/downloads-new/category/398-deviation-5-0-0
Files deleted, see below...
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
export p=`pwd`; cd filesystem/$(FILESYSTEM) && zip -x media/\* -ur $$p/deviation-$(HGVERSION).zip *
it doesn't work, ended with error:
zip error: Invalid command arguments (use -x or -i after name of zipfile)
make: *** [devo12.zip] Error 16
But with changed line:
export p=`pwd`; cd filesystem/$(FILESYSTEM) && zip -ur $$p/deviation-$(HGVERSION).zip * -x media/\*
it work fine and I can get output *.zip file for devo12.
Can anybody with Linux build environment test if changed line will also work fine?
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
$ zip
Copyright (c) 1990-2006 Info-ZIP - Type 'zip "-L"' for software license.
Zip 2.32 (June 19th 2006). Usage:
zip [-options] [-b path] [-t mmddyyyy] [-n suffixes] [zipfile list] [-xi list]
The default action is to add or replace zipfile entries from list, which
can include the special name - to compress standard input.
If zipfile and list are omitted, zip compresses stdin to stdout.
-f freshen: only changed files -u update: only changed or new files
-d delete entries in zipfile -m move into zipfile (delete files)
-r recurse into directories -j junk (don't record) directory names
-0 store only -l convert LF to CR LF (-ll CR LF to LF)
-1 compress faster -9 compress better
-q quiet operation -v verbose operation/print version info
-c add one-line comments -z add zipfile comment
-@ read names from stdin -o make zipfile as old as latest entry
-x exclude the following names -i include only the following names
-F fix zipfile (-FF try harder) -D do not add directory entries
-A adjust self-extracting exe -J junk zipfile prefix (unzipsfx)
-T test zipfile integrity -X eXclude eXtra file attributes
-! use privileges (if granted) to obtain all aspects of WinNT security
-R PKZIP recursion (see manual)
-$ include volume label -S include system and hidden files
-e encrypt -n don't compress these suffixes
zip -x option has to be last in command line
Please Log in or Create an account to join the conversation.
- Moeder
- Offline
- Posts: 796
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
Zip 3.0 (July 5th 2008). Usage:
zip [-options] [-b path] [-t mmddyyyy] [-n suffixes] [zipfile list] [-xi list]
The default action is to add or replace zipfile entries from list, which
can include the special name - to compress standard input.
If zipfile and list are omitted, zip compresses stdin to stdout.
-f freshen: only changed files -u update: only changed or new files
-d delete entries in zipfile -m move into zipfile (delete OS files)
-r recurse into directories -j junk (don't record) directory names
-0 store only -l convert LF to CR LF (-ll CR LF to LF)
-1 compress faster -9 compress better
-q quiet operation -v verbose operation/print version info
-c add one-line comments -z add zipfile comment
-@ read names from stdin -o make zipfile as old as latest entry
-x exclude the following names -i include only the following names
-F fix zipfile (-FF try harder) -D do not add directory entries
-A adjust self-extracting exe -J junk zipfile prefix (unzipsfx)
-T test zipfile integrity -X eXclude eXtra file attributes
-y store symbolic links as the link instead of the referenced file
-e encrypt -n don't compress these suffixes
-h2 show more help
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- FDR
- Offline
Vlad, would you be more specific about what you don't like in the new GUI?vlad_vy wrote: I don't like GUI changes at nightly builds, so I created the custom build v5.0.0 with all latest protocols integrated (for Devo6, Devo8 and Devo12).
Is it the menu system itself, or the way it works, or how does it look like?
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- petsmith
- Offline
- Posts: 63
SeByDocKy wrote: I tested all recent NB. The last working is the 12-18, the first faulty for multimodule is from 12-20....
EDIT for the Devo10
SeByDocKy, do you know if your reported multi-module problem has been fixed in the latest nightly yet?
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
(30.01.2017) Firmware DFU file only, you can get other components from official v5.0.0 release. For Devo 12e you can use Devo 10 filesystem.
www.deviationtx.com/downloads-new/category/398-deviation-5-0-0
Files deleted, see below...
Please Log in or Create an account to join the conversation.
- aMax
- Offline
- Posts: 776
Why is this so special? On D8 this was normal.vlad_vy wrote: Update fine frequency setting immediately when it is changed, from hexfet (FrskyX)
Why has this not been adapted in the beginning.?
Devo7e, TaranisQ X7, R9M , 4in1 MM, Futaba FC18plusV3.2 & DFT/FLD-02
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
This change adds a FrskyX protocol option for EU firmware compatibility. Select Format protocol option to EU to work with EU receiver firmware. Set option to FCC for standard firmware.
Thanks to midelic and Mike for the implementation from the DIY multiprotocol project.
*Increase maximum number of model files from 100 to 255, from hexfet
(05.02.2017) Firmware DFU file only, you can get other components from official v5.0.0 release. For Devo 12e you can use Devo 10 filesystem.
www.deviationtx.com/downloads-new/category/398-deviation-5-0-0
Files deleted, see below...
Please Log in or Create an account to join the conversation.
- proteus
- Offline
- Posts: 41
vlad_vy wrote: It looks like "buttons driven" screens, not "touch" screen, with many excess touch to reach the destination screen. I think other users like old "standard" interface also.
I totally agree with that. The new interface version loses all the advantages of a touch screen and complicates unnecessarily the configuration. The version "classic" already used the buttons for those who really wanted to.
It is usable but not practical and frankly annoying to have to leave the model for parameters that depend on the model.
Please Log in or Create an account to join the conversation.
- Sero
- Offline
- RC-addicted
- Posts: 106
A day without flying can't be called a day.
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- Sero
- Offline
- RC-addicted
- Posts: 106
A day without flying can't be called a day.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
I still don't get what do you mean on "button driven" vs "touch screen".proteus wrote:
vlad_vy wrote: It looks like "buttons driven" screens, not "touch" screen, with many excess touch to reach the destination screen. I think other users like old "standard" interface also.
I totally agree with that. The new interface version loses all the advantages of a touch screen and complicates unnecessarily the configuration. The version "classic" already used the buttons for those who really wanted to.
It is usable but not practical and frankly annoying to have to leave the model for parameters that depend on the model.
While you need more touches to get to the mixer page, you need less to access the others, since you don't have to page through them in a sequence, but select the one you need directly on the model menu.
If I'm not mistaken, you use the model icon to get to the model setup, rather then through the main menu, i.e. the wrench button in the upper left corner.
What if we make the model icon to get into the model menu instead of the mixer page. That way any model page could be reached with two touches...
Please Log in or Create an account to join the conversation.
- FDR
- Offline
Let me know if it is better...
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Builds
- Deviation v5.0.0 build with latest protocols