Deviation for Devo F4?
- SirDomsen
- Offline
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
Everything checks out normal.
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
Looks like we're not happy with the Mac. Maybe if I dig out my Raspberry Pi...
<Edit> I wonder if I could use a virtual machine? I think the Docker thing uses one of those.
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
Actually, this afternoon's thread here between me and SirDomsen started with a video I posted earlier, (Post 47890) showing the strange results I got after installing Deviation using the ZIP file, rather than unpacking it and loading up the dfu file. We've just been trying different approaches to install for better results. So far, no luck.
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
And, using the Uploader to install the .zip file worked as far as giving me a Frankenstein version of Deviation. He just couldn't get off the operating table
>
Ok, I tried this:
cp devo.fs DEVOFS
and got the response, "No space on device".
Not looking good.
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
With help from my next door neighbor. (Good, old fashioned Sneaker Net)
Here's proof.
www.dropbox.com/sc/t0d83kuspkzbsm9/AAA_u2gB7HadIAye_yxFxjjQa
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
basically you would use 'mount' to find where the devofs is mounted, and then:
dd if=devo.fs of=<mount-point of DEVOFS>
If you aren't familiar with 'dd' you would want to ask before executing anything...as I said, at least on Linux/Unix it can corrupt your hard drive if used improperly.
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
dd if=devo.fs of=MT
where MT is an empty microSD card that I had mounted on the Mac. I expected to see the devo.fs file show up on the card, but it didn't. No sign of it. The card had been formatted as Fat32. So I tried again, writing to an external hard drive, thinking maybe it would work with a Mac format. That didn't work either. The Terminal reported 128+0 records in, 128+0 records out, 65536 bytes transferred, in 0.000561 secs (116820190 bytes/sec). So,it looks like something happened, just not what I expected.
>
The source devo.fs file was located in my home directory and when I looked there, I see a new file has appeared named DEVOFS, but the contents of that file look like text output from the terminal showing Bash could not execute binary file and then logout. I don't understand
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
It is important to realize that the way deviation uses usb on the F4/F7/F12e it looks like a FAT filesystem, but it is not actually one. The only file that can be copied to the tx is devo.fs (attempting to copy anything else will not work properly), and it does not obey all FAT commands (rename and delete will also not work). It is a hack that works well on Windows and Linux, and can probably be made to work on Mac too, I just haven't tried it. This is unlike the other Walker transmitters supported by Deviation which have full (more or less) FAT support.
Anyhow, there is no reason to reflash your tx for now. Not until you want to upgrade your firmware again at least
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
PhracturedBlue wrote: ... there is no reason to refresh your tx for now. Not until you want to upgrade your firmware again at least
You are right. I was hoping to find a way to do this last step so I can avoid using my neighbor's PC box. If I had the Windows OS, I could put one on a virtual machine... but I don't have that.
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
I'll look into Linux, thanks.
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- Almeida
- Offline
- Posts: 16
best regards.
Almeida
Edit: Is this the module to get? www.ebay.com/itm/291747048686?_trksid=p2...e=STRK%3AMEBIDX%3AIT
Please Log in or Create an account to join the conversation.
- SirDomsen
- Offline
For installing a module, read through and understand the Wiki . It is similar on every devo TX. If you want to mod a Devo F4 it is similar to the devo8. Please note that Deviation for F4 is in a very early state and has some dangerous bugs. But flying FPV is possible though
Please Log in or Create an account to join the conversation.
- Almeida
- Offline
- Posts: 16
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
PhracturedBlue wrote: you could probably use a linux image on a virtual machine...
I installed a Debian distro VM. Can I get a Linux version of the BuildFS tool? I didn't find a link to that in the thread anywhere, only the .exe version.
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
raw.githubusercontent.com/DeviationTX/de...vo/devofs/buildfs.py
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Deviation for Devo F4?