- Posts: 1
Devo F7 - How to copy protocol files?
- wbynum
- Topic Author
- Offline
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
I use the Python version on my Mac to maintain my Devo F4. I believe the same tools work as well for the F7.
Try this link from PB's DropBox to see if you can still download the exe version:
dl.dropboxusercontent.com/u/52854517/buildfs.exe
The routine is that you extract the contents of the devo.fs file to a folder on your computer. What you get are the standard Deviation file system folders and files, such as protocols, etc. Then, you can edit these contents to your liking, adding and removing parts like models, templates, protocols, etc. Then, from that revised folder, create a new devo.fs file that you can copy to your F7 via USB. (Alternatively, you can write the devo.fs file directly to your Devo by entering the appropriate path for the build output. Doing it this way also gets around any "Out of Space" errors you may encounter when copying).
_________________________
buildfs.exe
You can use this to see the contents of the devo.fs file and to create a new one if changes are needed:
To extract:
buildfs.exe --fs <path to devo.fs> --dir <directory to write to> -x
To create a new devo.fs:
buildfs.exe --fs <path to new devo.fs> --dir <directory where devo.fs was previously extracted> -c
_________________________
Python version (these are the specific commands I use on my Mac to work with my Devo F4).
To extract:
python buildfs.py --fs /Volumes/DEVOFS/devo.fs --dir DevoF4FS -x
To build:
python buildfs.py --fs /Volumes/DEVOFS/devo.fs --dir DevoF4FS -c
Note: "DEVOFS" is the default name of my radio. "DevoF4FS" is the name of a folder I created on my Mac.
_________________________
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- Dustalot
- Offline
- Posts: 9
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
The .exe file is used in the Windows command line tool. I don't have Windows, so maybe I'm not much help with that.Dustalot wrote: How do I view the contents of the devo.fs file with buildfs.exe?
The output from the command is sent to a folder that you create - maybe in the same folder as the devo.fs file is located, so the path is not complicated. After you run the command, that folder will contain all of the material that is held in the devo.fs file - folders and files which you can edit in preparation for creating a new devo.fs file that has your choices.
Maybe a genuine Windows user can help you with syntax. Note the "--" double dashes in the command. The command line is not very forgivingI can't seem to extract anything.
<Edit> Also notice the last two characters in the command: -x to extract and -c to create. They're easy to overlook.
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- Dustalot
- Offline
- Posts: 9
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
The buildfs command needs four bits of information that you will have to come up with.Dustalot wrote: ... not sure what to do ...
For the extract function - The path to the devo.fs file you want to extract from and the path to the destination folder (which you have created) for the output of the extracted data (the folders and files contained in devo.fs).
For the create function - The path to the folder containing the folders and files that you want to put on your Devo and the path to the Devo or the output directory on you computer. - Depends on which method of output you choose.
Hope you can work that out.
For the rest of your post, I don't know anything about the x350 pro or mission planner. Anyway, that part is off-topic for this thread. Maybe you could copy it and post it in one of the other two threads you started about your issue. Might get more traction there.
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- Dustalot
- Offline
- Posts: 9
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
I suggest that you do an internet search for "How to use the Windows command prompt".
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- Dustalot
- Offline
- Posts: 9
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
Some people have folded when they get to this point.
Never give up.
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- Dustalot
- Offline
- Posts: 9
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
Yes, but I'm not aware that there is an "original" model config file for the X350 pro, though there is at least one user-created .ini file in the Model Configs section of this website. Here's a link:Dustalot wrote: ,,, Do I just need the original model config file for the X350 pro to put in the models folder? ...
www.deviationtx.com/forum/model-configs/6045-walkera-qr-x350pro
That is one I found with a quick browse (there are probably more) in the Model Configs area. You can get there by starting from the Index link at the top of this page, then scroll down. You can download the .ini file from this site or you can create you own, either on the radio or on your computer using a text editor. I believe the text editor must be Unix compliant. Just be aware that if you use a downloaded .ini file, you may have to edit it to account for the switches your Devo has compared to the one that the .ini file was written for. Different Devos have different switches in most cases.
I don't know what that .bin file would be if it is not the DATALOG.bin file that deviation normally produces on the radio. And I've never used the DFuSe tool since it is a Windows app and I'm a Mac user. So, sorry, but I don't know what's going on with what you're saying about that.I got a hold of an original .bin file ...
Yes, replace the first available model file with the .ini file. Do not rename the file. You can put the name of the aircraft in the .ini file and it will show up that way on the radio, but don't change the name of the file itself.... Do I just need that one x350 pro config file to replace one of the model slots? ...
Do this replacement in the folder on your computer that contains the model folder and files that you want to have on your radio. When your run the -c variant of the buildfs command, you create your new devo.fs file with the new parts. That goes on the radio and you have what you want. You can't just copy the .ini file onto the radio and expect that it will work. All of the "F" series Devos use this devo.fs scheme in deviation because of the limited resources they have (at least with respect to deviation's file system) - a lack of memory and storage space.
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- FDR
- Offline
They are for the stoc fw.
Search a deviation model.ini file in the forum for the X350, and put that into your folder structure inside the devo.fs.
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
I was focused on deviation & not thinking outside the box.
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- Dustalot
- Offline
- Posts: 9
Please Log in or Create an account to join the conversation.
- Fyter889
- Offline
- Posts: 1
Please Log in or Create an account to join the conversation.
- RubenRC
- Offline
- Posts: 62
That's what I've done. Although my dsmx for my beebrain does bind the controls are all wrong. I've corrected them in my mixer but I still can't fly my beebrain. I'm not really sure what else to do at this point.
Honestly I think development for the Devo F7 has been stagnant. And my Tiny 7 and Arfun 95 work good. My Tiny 7 I can't get video to work but I think the frequency is the issue so I can just change it on the drone and it should be good.
Good luck
Mavic Pro | ARFun 95 | KingKon Tiny7 | Beeductrix | Inductrix FPV | Nano QX2
DEVO F12E | Devo F7
Please Log in or Create an account to join the conversation.
- idaho54
- Offline
- Posts: 2
I would like to buy a devo f7 to install deviation on it, but i am not sure it will work... Is the 5.8g video streaming still works after upgrading the firmware? Thank you.
Please Log in or Create an account to join the conversation.
- Schugy
- Offline
- Posts: 37
Please Log in or Create an account to join the conversation.
- idaho54
- Offline
- Posts: 2
Please Log in or Create an account to join the conversation.
- Home
- Forum
- General
- General Discussions
- Devo F7 - How to copy protocol files?