- Posts: 4402
Need testers for USBcode
- PhracturedBlue
- Topic Author
- Offline
www.deviationtx.com/forum/7-development/...bcode?start=20#31428
EDIT: I also uploaded 0.1a which works on my win7 x64 machine. Please test both versions is possible and provide feedback
I am starting to work on a dfuse replacement tool for installing the firmware into the radio.
As one of the primary goals is to be able to be cross-platform compatible, I am trying to find a reasonable solution that allows easy portability, easy install, but provides USB access.
Even though it isn't my favorite language, Java is the obvious 1st choice for building an application that will run on all platforms without my needing to compile on each one.
However, I am having difficulty getting USB to work on all platforms.
I have provided a jar file below, and would like reports on testing on:
Linux-64bit (as a normal user and as root)
Linux-32bit (as a normal user and as root)
Windows-64bit (with and without admin privledges)
Windows-32-bit (with and without admin privledges)
Mac OSX
Run from a cmdline as:
java -jar <path to jar file>
The code simply scans all usb devices connected. Ideally you'd run it with at least one USB device plugged in, but it isn't strictly necessary.
You can find the code that generated the jar here:
bitbucket.org/PhracturedBlue/deviation-upload
I have tested on 64bit Linux (works only as root on one box, and without root on another)
And on Win-7-64 (crashes...fixed in 0.1a)
I need to ensure it works on all platforms before I put any effort into writing the actual code.
Please Log in or Create an account to join the conversation.
- sbstnp
- Offline
- Posts: 649
Windows 7 Home Edition 64bit, both crashes, regardless of admin or non-admin user. Logs attached.
user@deviation-build-station-32 ~/deviation-upload> java -version
java version "1.7.0_17"
OpenJDK Runtime Environment (IcedTea7 2.3.8) (ArchLinux build 7.u17_2.3.8-1-i686)
OpenJDK Client VM (build 23.7-b01, mixed mode)
user@deviation-build-station-32 ~/deviation-upload> java -jar DeviationUpload-0.1-jar-with-dependencies.jar
user@deviation-build-station-32 ~/deviation-upload> java -jar DeviationUpload-0.1a-jar-with-dependencies.jar
0483:df11 -> 00/00 fe/01
0483:df11 -> 00/01 fe/01
0483:df11 -> 00/02 fe/01
80ee:0021 -> 00/00 03/00
Devo 10 + 4in1
FrSky Taranis + TBS Crossfire
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Topic Author
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- sbstnp
- Offline
- Posts: 649
Edit:
Windows 64 Home Edition, 64bit JRE, no crashes:
0.1 - no output
0.1a - works
Devo 10 + 4in1
FrSky Taranis + TBS Crossfire
Please Log in or Create an account to join the conversation.
- Pixel166
- Offline
- Posts: 19
user, without USB device plugged
MacBook-Pro:Deviation pixel$ java -jar DeviationUpload-0.1a-jar-with-dependencies.jar
05ac:0253 -> 00/00 03/01
05ac:0253 -> 01/00 03/00
05ac:0253 -> 02/00 03/01
MacBook-Pro:Deviation pixel$ java -jar DeviationUpload-0.1a-jar-with-dependencies.jar
0483:5720 -> 00/00 08/06
05ac:0253 -> 00/00 03/01
05ac:0253 -> 01/00 03/00
05ac:0253 -> 02/00 03/01
MacBook-Pro:Deviation pixel$ sudo java -jar DeviationUpload-0.1a-jar-with-dependencies.jar
05ac:0253 -> 00/00 03/01
05ac:0253 -> 01/00 03/00
05ac:0253 -> 02/00 03/01
MacBook-Pro:Deviation pixel$ sudo java -jar DeviationUpload-0.1a-jar-with-dependencies.jar
0483:5720 -> 00/00 08/06
05ac:0253 -> 00/00 03/01
05ac:0253 -> 01/00 03/00
05ac:0253 -> 02/00 03/01
MacBook-Pro:Deviation pixel$ java -version
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06-451-11M4406)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01-451, mixed mode)
Please Log in or Create an account to join the conversation.
- BitOne
- Offline
- Posts: 40
Test with a standard user:
$ java -version
java version "1.7.0_03"
OpenJDK Runtime Environment (IcedTea7 2.1.7) (7u3-2.1.7-1)
OpenJDK 64-Bit Server VM (build 22.0-b10, mixed mode)
Nothing external plugged in on USB port.
lsusb output
$ lsusb
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 003: ID 04f2:b2e6 Chicony Electronics Co., Ltd
Bus 003 Device 004: ID 8087:07da Intel Corp.
0.1 JAR
$ java -jar DeviationUpload-0.1-jar-with-dependencies.jar
0.1a JAR
$ java -jar DeviationUpload-0.1a-jar-with-dependencies.jar
8087:07da -> 00/00 e0/01
8087:07da -> 01/00 e0/01
8087:07da -> 01/01 e0/01
8087:07da -> 01/02 e0/01
8087:07da -> 01/03 e0/01
8087:07da -> 01/04 e0/01
8087:07da -> 01/05 e0/01
04f2:b2e6 -> 00/00 0e/01
04f2:b2e6 -> 01/00 0e/02
04f2:b2e6 -> 01/01 0e/02
04f2:b2e6 -> 01/02 0e/02
04f2:b2e6 -> 01/03 0e/02
04f2:b2e6 -> 01/04 0e/02
04f2:b2e6 -> 01/05 0e/02
04f2:b2e6 -> 01/06 0e/02
04f2:b2e6 -> 01/07 0e/02
04f2:b2e6 -> 01/08 0e/02
04f2:b2e6 -> 01/09 0e/02
04f2:b2e6 -> 01/0a 0e/02
04f2:b2e6 -> 01/0b 0e/02
Plugging a USB key (mass storage) (sorry, no Deviation TX at hand right now)
$ lsusb
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 007: ID 05e3:0727 Genesys Logic, Inc. microSD Reader/Writer
Bus 003 Device 003: ID 04f2:b2e6 Chicony Electronics Co., Ltd
Bus 003 Device 004: ID 8087:07da Intel Corp.
0.1 JAR
$ java -jar DeviationUpload-0.1-jar-with-dependencies.jar
0.1a JAR
8087:07da -> 00/00 e0/01
8087:07da -> 01/00 e0/01
8087:07da -> 01/01 e0/01
8087:07da -> 01/02 e0/01
8087:07da -> 01/03 e0/01
8087:07da -> 01/04 e0/01
8087:07da -> 01/05 e0/01
05e3:0727 -> 00/00 08/06
04f2:b2e6 -> 00/00 0e/01
04f2:b2e6 -> 01/00 0e/02
04f2:b2e6 -> 01/01 0e/02
04f2:b2e6 -> 01/02 0e/02
04f2:b2e6 -> 01/03 0e/02
04f2:b2e6 -> 01/04 0e/02
04f2:b2e6 -> 01/05 0e/02
04f2:b2e6 -> 01/06 0e/02
04f2:b2e6 -> 01/07 0e/02
04f2:b2e6 -> 01/08 0e/02
04f2:b2e6 -> 01/09 0e/02
04f2:b2e6 -> 01/0a 0e/02
04f2:b2e6 -> 01/0b 0e/02
Test with the root user
Nothing external plugged in on USB port.
lsusb output
# lsusb
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 003: ID 04f2:b2e6 Chicony Electronics Co., Ltd
Bus 003 Device 004: ID 8087:07da Intel Corp.
0.1 JAR
# java -jar DeviationUpload-0.1-jar-with-dependencies.jar
04f2:b2e6 -> 00/00 0e/01
04f2:b2e6 -> 01/00 0e/02
04f2:b2e6 -> 01/01 0e/02
04f2:b2e6 -> 01/02 0e/02
04f2:b2e6 -> 01/03 0e/02
04f2:b2e6 -> 01/04 0e/02
04f2:b2e6 -> 01/05 0e/02
04f2:b2e6 -> 01/06 0e/02
04f2:b2e6 -> 01/07 0e/02
04f2:b2e6 -> 01/08 0e/02
04f2:b2e6 -> 01/09 0e/02
04f2:b2e6 -> 01/0a 0e/02
04f2:b2e6 -> 01/0b 0e/02
8087:07da -> 00/00 e0/01
8087:07da -> 01/00 e0/01
8087:07da -> 01/01 e0/01
8087:07da -> 01/02 e0/01
8087:07da -> 01/03 e0/01
8087:07da -> 01/04 e0/01
8087:07da -> 01/05 e0/01
0.1a JAR
# java -jar DeviationUpload-0.1a-jar-with-dependencies.jar
8087:07da -> 00/00 e0/01
8087:07da -> 01/00 e0/01
8087:07da -> 01/01 e0/01
8087:07da -> 01/02 e0/01
8087:07da -> 01/03 e0/01
8087:07da -> 01/04 e0/01
8087:07da -> 01/05 e0/01
04f2:b2e6 -> 00/00 0e/01
04f2:b2e6 -> 01/00 0e/02
04f2:b2e6 -> 01/01 0e/02
04f2:b2e6 -> 01/02 0e/02
04f2:b2e6 -> 01/03 0e/02
04f2:b2e6 -> 01/04 0e/02
04f2:b2e6 -> 01/05 0e/02
04f2:b2e6 -> 01/06 0e/02
04f2:b2e6 -> 01/07 0e/02
04f2:b2e6 -> 01/08 0e/02
04f2:b2e6 -> 01/09 0e/02
04f2:b2e6 -> 01/0a 0e/02
04f2:b2e6 -> 01/0b 0e/02
Plugging a USB key (mass storage)
lsusb
# lsusb
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 008: ID 05e3:0727 Genesys Logic, Inc. microSD Reader/Writer
Bus 003 Device 003: ID 04f2:b2e6 Chicony Electronics Co., Ltd
Bus 003 Device 004: ID 8087:07da Intel Corp.
0.1 JAR
# java -jar DeviationUpload-0.1-jar-with-dependencies.jar
05e3:0727 -> 00/00 08/06
04f2:b2e6 -> 00/00 0e/01
04f2:b2e6 -> 01/00 0e/02
04f2:b2e6 -> 01/01 0e/02
04f2:b2e6 -> 01/02 0e/02
04f2:b2e6 -> 01/03 0e/02
04f2:b2e6 -> 01/04 0e/02
04f2:b2e6 -> 01/05 0e/02
04f2:b2e6 -> 01/06 0e/02
04f2:b2e6 -> 01/07 0e/02
04f2:b2e6 -> 01/08 0e/02
04f2:b2e6 -> 01/09 0e/02
04f2:b2e6 -> 01/0a 0e/02
04f2:b2e6 -> 01/0b 0e/02
8087:07da -> 00/00 e0/01
8087:07da -> 01/00 e0/01
8087:07da -> 01/01 e0/01
8087:07da -> 01/02 e0/01
8087:07da -> 01/03 e0/01
8087:07da -> 01/04 e0/01
8087:07da -> 01/05 e0/01
0.1a JAR
# java -jar DeviationUpload-0.1a-jar-with-dependencies.jar
05e3:0727 -> 00/00 08/06
8087:07da -> 00/00 e0/01
8087:07da -> 01/00 e0/01
8087:07da -> 01/01 e0/01
8087:07da -> 01/02 e0/01
8087:07da -> 01/03 e0/01
8087:07da -> 01/04 e0/01
8087:07da -> 01/05 e0/01
04f2:b2e6 -> 00/00 0e/01
04f2:b2e6 -> 01/00 0e/02
04f2:b2e6 -> 01/01 0e/02
04f2:b2e6 -> 01/02 0e/02
04f2:b2e6 -> 01/03 0e/02
04f2:b2e6 -> 01/04 0e/02
04f2:b2e6 -> 01/05 0e/02
04f2:b2e6 -> 01/06 0e/02
04f2:b2e6 -> 01/07 0e/02
04f2:b2e6 -> 01/08 0e/02
04f2:b2e6 -> 01/09 0e/02
04f2:b2e6 -> 01/0a 0e/02
04f2:b2e6 -> 01/0b 0e/02
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Topic Author
- Offline
- Posts: 4402
Summary from above (for 0.1a):
Linux: 32bit and 64bit both tested and working without root
Win64: tested and working without admin
Mac-OSX-64bit: tested and working without root
Win32: untested
Thanks everyone.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Topic Author
- Offline
- Posts: 4402
You should ensure your Devo transmitter is plugged in and in programming mode.
Running successfully will produce something like:
Found: DFU [00483:df11] cfg=1, intf=0, alt=0, name='@Internal Flash '
Found: DFU [00483:df11] cfg=1, intf=0, alt=1, name='@SPI Flash: Config'
Found: DFU [00483:df11] cfg=1, intf=0, alt=2, name='@SPI Flash: Library'
Determining device status: statue=dfuERROR status=10
dfuERROR, clearing status
Determining device status: statue=dfuIDLE status=0
dfuIDLE, continuing
Setting address pointer to 0x8000400
Poll timeout 104 ms
bytes_per_hash=1024
Starting upload
Walkera DEVO-08 Radio Controller : 4716ff35 39324632 43218023
I already know this version will not work with Windows. On windows you'll get something like:
Found: DFU [00483:df11] cfg=1, intf=0, alt=0, name='Unknown'
Found: DFU [00483:df11] cfg=1, intf=0, alt=1, name='Unknown'
Found: DFU [00483:df11] cfg=1, intf=0, alt=2, name='Unknown'
Error: Unable to open device
I tested and it DOES work when run from a Linux VM ma chine inside windows though (as root).
It turns out that we can't access the Devo Tx on Windows because the DFuSe driver intercepts the data and prevents us from communicating. This can be resolved by replacing the DFuSe driver with the lib-usb one, but while it isn't hard to go back and forth, I don't think it is worth the risk at this point for most people. I'm mostly interested in Mac and Linux responses at this point.
This version of the code tests the tx->PC transfer, but does not test the PC->tx transfer (i.e 'upgrade') Ihave that code written, and am working on testing it now. The output (when successful) is your unique transmitter id. No other transmitter will have the same value. It is used to encode the dfu file during installation.
Please Log in or Create an account to join the conversation.
- sbstnp
- Offline
- Posts: 649
java version "1.7.0_17"
OpenJDK Runtime Environment (IcedTea7 2.3.8) (ArchLinux build 7.u17_2.3.8-1-i686)
OpenJDK Client VM (build 23.7-b01, mixed mode)
Non-privileged
user@deviation-build-station-32 ~/host> java -jar DeviationUpload-0.2-jar-with-dependencies.jar
Found: DFU [00483:df11] cfg=1, intf=0, alt=0, name='Unknown'
Found: DFU [00483:df11] cfg=1, intf=0, alt=1, name='Unknown'
Found: DFU [00483:df11] cfg=1, intf=0, alt=2, name='Unknown'
Error: Unable to open device
Root
user@deviation-build-station-32 ~/host> sudo java -jar DeviationUpload-0.2-jar-with-dependencies.jar
Found: DFU [00483:df11] cfg=1, intf=0, alt=0, name='@Internal Flash '
Found: DFU [00483:df11] cfg=1, intf=0, alt=1, name='@SPI Flash: Config'
Found: DFU [00483:df11] cfg=1, intf=0, alt=2, name='@SPI Flash: Library'
Determining device status: statue=dfuERROR status=10
dfuERROR, clearing status
Determining device status: statue=dfuIDLE status=0
dfuIDLE, continuing
Setting address pointer to 0x8000400
Poll timeout 104 ms
bytes_per_hash=1024
Starting upload
Walkera DEVO-10 Radio Controller : 8e2ff34 32304833 43237708
Devo 10 + 4in1
FrSky Taranis + TBS Crossfire
Please Log in or Create an account to join the conversation.
- sbstnp
- Offline
- Posts: 649
Found: DFU [00483:df11] cfg=1, intf=0, alt=0, name='@Internal Flash '
Found: DFU [00483:df11] cfg=1, intf=0, alt=1, name='@SPI Flash: Config'
Found: DFU [00483:df11] cfg=1, intf=0, alt=2, name='@SPI Flash: Library'
Determining device status: statue=dfuERROR status=10
dfuERROR, clearing status
Determining device status: statue=dfuIDLE status=0
dfuIDLE, continuing
Setting address pointer to 0x8000400
Poll timeout 104 ms
bytes_per_hash=1024
Starting upload
Walkera DEVO-10 Radio Controller : 8e2ff34 32304833 43237708
Devo 10 + 4in1
FrSky Taranis + TBS Crossfire
Please Log in or Create an account to join the conversation.
- domcars0
- Offline
- Posts: 390
On my Ubuntu 12.04.
% java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Client VM (build 20.1-b02, mixed mode, sharing)
As user :
% java -jar DeviationUpload-0.2-jar-with-dependencies.jar
Found: DFU [00483:df11] cfg=1, intf=0, alt=0, name='Unknown'
Found: DFU [00483:df11] cfg=1, intf=0, alt=1, name='Unknown'
Found: DFU [00483:df11] cfg=1, intf=0, alt=2, name='Unknown'
Error: Unable to open device
As root:
# java -jar DeviationUpload-0.2-jar-with-dependencies.jar
Found: DFU [00483:df11] cfg=1, intf=0, alt=0, name='@Internal Flash '
Found: DFU [00483:df11] cfg=1, intf=0, alt=1, name='@SPI Flash: Config'
Found: DFU [00483:df11] cfg=1, intf=0, alt=2, name='@SPI Flash: Library'
Determining device status: statue=dfuERROR status=10
dfuERROR, clearing status
Determining device status: statue=dfuIDLE status=0
dfuIDLE, continuing
Setting address pointer to 0x8000400
Poll timeout 104 ms
bytes_per_hash=1024
Starting upload
Walkera DEVO-10 Radio Controller : 4bf1ff39 37364733 43086435
Devo 10 (+7e) owner. It's mine, please don't touch it with your big fingers
Please Log in or Create an account to join the conversation.
- Pixel166
- Offline
- Posts: 19
Java version:
MacBook-Pro:Deviation pixel$ java -version
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06-451-11M4406)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01-451, mixed mode)
MacBook-Pro:Deviation pixel$ java -jar DeviationUpload-0.2-jar-with-dependencies.jar
Found: DFU [00483:df11] cfg=1, intf=0, alt=0, name='@Internal Flash '
Found: DFU [00483:df11] cfg=1, intf=0, alt=1, name='@SPI Flash: Config'
Found: DFU [00483:df11] cfg=1, intf=0, alt=2, name='@SPI Flash: Library'
Determining device status: statue=dfuERROR status=10
dfuERROR, clearing status
Determining device status: statue=dfuIDLE status=0
dfuIDLE, continuing
Setting address pointer to 0x8000400
Poll timeout 104 ms
bytes_per_hash=1024
Starting upload
Walkera DEVO-06 Radio Controller : 3126ff38 39335532 43091362
MacBook-Pro:Deviation pixel$ sudo java -jar DeviationUpload-0.2-jar-with-dependencies.jar
Found: DFU [00483:df11] cfg=1, intf=0, alt=0, name='@Internal Flash '
Found: DFU [00483:df11] cfg=1, intf=0, alt=1, name='@SPI Flash: Config'
Found: DFU [00483:df11] cfg=1, intf=0, alt=2, name='@SPI Flash: Library'
Determining device status: statue=dfuUPLOAD-IDLE status=0
aborting previous incomplete transfer
Determining device status: statue=dfuIDLE status=0
dfuIDLE, continuing
Setting address pointer to 0x8000400
Poll timeout 104 ms
bytes_per_hash=1024
Starting upload
Walkera DEVO-06 Radio Controller : 3126ff38 39335532 43091362
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Topic Author
- Offline
- Posts: 4402
So everything works as expected so far.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Topic Author
- Offline
- Posts: 4402
Version 0.5 of the DeviationUpload code.
Current capabilities:
* It can upload a dfu to the radio (either Deviation or Walkera's firmware) for the lib, or FW.
* It can download the off-chip ROM to the PC (but not the firmware)
* It will automatically install the dfu properly regardless of type (fw to FLASH, lib to external ROM)
* It will not allow you to install a FW for the wrong radio (i.e. you'll get an error if you try to install a devo10 FW onto a devo8)
** NOTE: It does NOT yet detect whether the library is appropriate for your radio!
* It is very hard to get the 'send to tx' mixed up with the 'receive from tx'
Usage:
Show help:
java -jar DeviationUpload-0.5-jar-with-dependencies.jar -h
List info about plugged in tx:
java -jar DeviationUpload-0.5-jar-with-dependencies.jar -list
Send a dfu to the radio:
java -jar DeviationUpload-0.5-jar-with-dependencies.jar -send -dfu <file.dfu>
It works fine when run from a linux VM on Win7-64
I still don't recommend running it directly on Windows becasue it won't work without replacing the Walkera USB driver (which means DFuse will stop working)
I have tested it on my Devo 7e, 8, 10, and 12 successfully.
It should not be possible for it to damage your radio (though if there's a bug you may need to go back the DFuse to reinstall the firmware)
There is no GUI yet, so at the moment you need to use the cmdline. I will implement a GUI eventually, but I'm probably going to take a break from this for a while to work more on Deviation itself, as I really dislike Java programming.
Please Log in or Create an account to join the conversation.
- domcars0
- Offline
- Posts: 390
And you know what ? It works!!!
Devo 10 (+7e) owner. It's mine, please don't touch it with your big fingers
Please Log in or Create an account to join the conversation.
- sbstnp
- Offline
- Posts: 649
make TARGET=devo10 flash
Devo 10 + 4in1
FrSky Taranis + TBS Crossfire
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Topic Author
- Offline
- Posts: 4402
The capabilities will include:
* Ability to instal from zip files
* Auto detect transmitter, filesystem and firmware and disallow installation of the models don't match
* Auto-detect whether firmware/filesystem is Walkera or Deviation and enable/disable options as needed
* Disallow Walkera firmware install with Deviation Filesystem and vice-versa
* Ability to install a new filesystems without updating the tx.ini or models
* Ability to format the Tx if needed
* Automatically install protocol modules on devo7e
* Automatically deal with the split root/media filesystem on the devo12
You will, of course, also have the ability to just install a dfu with only the model-match checks if you want. We have contniued to have difficulty with users not following all of the steps to install Deviation properly, and I'm hopeful this will make it easier for everyone.
I have a lot of the code working except for the formatting and filesystem management stuff which I am working on.
Please Log in or Create an account to join the conversation.
- Raimili
- Offline
- DEVO 12S "Slope-Gliders" wellcome
- Posts: 27
do you still looking for testers? (win64bit, admin)
greetz
Raimund
...(hoping that anyone creates a simple Mixer GUI (Sailplane) for noopes like me)
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Topic Author
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- jb57
- Offline
- Posts: 4
Very frustrated, I have both a Devo 7E and 10 that have firmware updates pending.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Need testers for USBcode