Enabling Camera Stabilization AC2.0.25

I have downloaded the latest release and flown it with no problems in flight attitude.  However, camera stabilization did not work.  I attempted to reload the firmware manually through Arduino to insure stabilization was enabled, as I have done before, but this time I keep getting the same message after upload is completed;

avrdude: verification error, first mismatch at byte 0x1e000

             0x36 !=ff

avrdud: verification error; content mismatch

 

The APM fails to initialize when I try to power it up in fly mode.  I am using UAV controller V1.0, and I am supplying an additional 5 volts at 1 amp through a DC power supply while uploading.  I tried doing the same with the newer controller board V1.4 Atmega 2560 and had no problem.  My V1.0 controller board just doesn't seem to want to flash AC2.0.25 manually through Arduino after flashing through the Planner.  I am a bit dumbfounded.  Any suggestions?

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • Michaael the bootloader starts aat 0x1F000, there is a batch of APM boards with wrong fuses settings, I had the same problem. The fuses are set for 4kb bootloader instead 2kb.

    Christopher you can fix it burning the right fuses as I did, take a look:

    http://diydrones.ning.com/forum/topics/apm-1280-upload-problem

  • Developer
    the firmware is to large to fit on a 1280, you will need to disable options. 0x1e00 is the start of the bootloader.
  • Using 0022. I can do this on my three 2560 boards, but not my 1580 board. What board are you using?
  • Hi - Make sue you are using Auduino 0022
This reply was deleted.

Activity