Patched Loaded But Not Working

Hey,
Been fiddling with this now awhile and have finally managed to create a bin file from the patches and transfered them to the OWL. The problem is that the patches themselves are not working when selected. The pedal itself is working fine and I can update the latest firmware and have those working no problem. Im very eager to dig into a bit of my own patch programming so really need to get to them work after I update the firmware.

My current setup and method:
I have the Owlware folder on my desktop: running Mavericks
Ive added the GCC-Arm , the number was different than the nmakefile so I changed the folder name to correspond with the makefile
I downloaded dfu-util- some difficulty here but happy to confirm that it should indeed be working, it is version 0.7 I think, the main site is down at the mo so had to look into getting it from a mirror. But basically I have a folder called dfu-util with the dfu-util file in it.
Ive got the patches and placed the folder in Libraries folder, at the moment Ive reduced the folder, register and includes to just the gainpatch while keeping the licence and the patches.cpp
in the owlware folder in the terminal im entering “make”- this comes back with Successfully built OWL firmware Build/OwlWare.bin
Make bin- brings back nothing to be done
make clean all- Successfully built OWL firmware Build/OwlWare.bin
Im then holding the button down while plugging in the usb to enter dfu mode
in the terminal I then enter - make dfu : this comes back as successful but with one error- Error during download get_status
This then gives me my patch on the pedal but without it actually working, the same happens when I do it through OWLNest,

Cheers for any time you may give to help me out, much appreciated in advance and I really do think that there is something quite special here.

Sounds like you’re doing everything right. What patch in particular isn’t working, and in what way?

If you’ve grabbed the latest master branch of OwlWare from github there might be some unreliable code in there.
Could you pls try git checkout Rev04.005 in the OwlWare directory then make clean all (no need to change the patches) - this should build a firmware with your patches.cpp using the latest stable code.

Wow, awesome work man, up an running now, cheers for that.