- Posts: 33
How To apply "two switches" patch for Devo7e soft
- Krejzi
- Topic Author
- Offline
First of all sorry for my language.
I have devo7e with "Two switches" mod.
"How To" from this topic:
www.deviationtx.com/forum/how-to/1436-ad...tches-to-the-devo-7e
But If you want to have a newest soft with patch for this mod, you should learn how to do it.
What you Need:
- installed VirtualBox
- imported Virtual Machine
this thread:
www.deviationtx.com/forum/how-to/1200-vm...-compiling-deviation
- patch file:
I'm goona start in the point where you've got running virtual machine.
Put file "7e_buts.patch.txt" to the c:/deviation on your machine ( NOT VIRTUAL MACHINE)
Back to VirtualMachine and type:
cd /home/dev/deviation/
patch -p1 < /media/deviation/7e_buts.patch.txt
Now you should see somethink like:
patching file src/target/devo7e/capabilities.h
patching file src/target/devo7e/channels.c
patching file src/target/devo7e/tx_buttons.c
If you've got any error just stop and check if you wrote everythink properly if yes, just put quote of error in this thread.
If something goes wrong you can revert changes, just type:
hg revert -a
Now the final point:
Type:
deviation build devo7e
You should have two .rar files: filesystem and dfu file.
I'm gonna share all my build which i've patched ( without filesystem ):
Please correct my language and other mistakes.
Cheers.
Please Log in or Create an account to join the conversation.
- rbe2012
- Offline
- So much to do, so little time...
- Posts: 1433
Be aware that the files could have changed while developement goes on; I don't know if the patch-command will try it or throws errors.
Give it a try and if errors occur you can post them here so we will have a look.
Please Log in or Create an account to join the conversation.
- Krejzi
- Topic Author
- Offline
- Posts: 33
Please Log in or Create an account to join the conversation.
- rbe2012
- Offline
- So much to do, so little time...
- Posts: 1433
in the patch file.}
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Start by reverting the changes you have:
cd ~/deviation (I think this is where deviation is. if not, put the right path here)
hg revert -a
Now put the 7e_buts.patch.txt file in the current dir and rerun the patch (again you must be in the main deviation dir (with the README):
patch -p1 < 7e_buts.patch.txt
It should look like this:
patching file src/target/devo7e/capabilities.h
patching file src/target/devo7e/channels.c
patching file src/target/devo7e/tx_buttons.c
now you can:
cd src
make TARGET=devo7e
Please Log in or Create an account to join the conversation.
- Krejzi
- Topic Author
- Offline
- Posts: 33
But I use "deviation build devo7e" instead "make TARGET=devo7e".
And it looks that I have newest (almost ) soft with switch mod.
I'm gonna make the whole toutorial how to make this but for now i have to test this.
Thanks a lot guys
Please Log in or Create an account to join the conversation.
- cmpang
- Offline
- Posts: 296
Please Log in or Create an account to join the conversation.
- Krejzi
- Topic Author
- Offline
- Posts: 33
Please Log in or Create an account to join the conversation.
- Mullson
- Offline
- Posts: 114
Krejzi wrote: I'm gonna share all my build which i've patched ( without filesystem ):
Hi,
Are you still having voltage jumping (~1.0v) on throttle movement with this version?
Please Log in or Create an account to join the conversation.
- Krejzi
- Topic Author
- Offline
- Posts: 33
Please Log in or Create an account to join the conversation.
- Mullson
- Offline
- Posts: 114
Please Log in or Create an account to join the conversation.
- Krejzi
- Topic Author
- Offline
- Posts: 33
Please Log in or Create an account to join the conversation.
- Mullson
- Offline
- Posts: 114
Please Log in or Create an account to join the conversation.
- Krejzi
- Topic Author
- Offline
- Posts: 33
I don't know I had this issue before, I hadn't noticed that.
Please Log in or Create an account to join the conversation.
- Krejzi
- Topic Author
- Offline
- Posts: 33
Please Log in or Create an account to join the conversation.
- cmpang
- Offline
- Posts: 296
Krejzi wrote: New patched soft added in first post.
thanks for your patch soft.. will load it later today...
Please Log in or Create an account to join the conversation.
- cmpang
- Offline
- Posts: 296
Krejzi wrote: New patched soft added in first post.
new patch soft loaded and running ok.. thx
Please Log in or Create an account to join the conversation.
- Mullson
- Offline
- Posts: 114
cmpang wrote: new patch soft loaded and running ok.. thx
Is this version better then devo7e-v2.3.8.1? If so what's the changes?
Please Log in or Create an account to join the conversation.
- Krejzi
- Topic Author
- Offline
- Posts: 33
What I know is in newer soft's a lot of bugs was fixed.
And I'm not sure but in 2.3.8.1 you don't have a Standard GUI mode, but I don't know this for sure.
I'm using a Standard GUI mode in newest soft.
Please Log in or Create an account to join the conversation.
- Mullson
- Offline
- Posts: 114
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- How To apply "two switches" patch for Devo7e soft