paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] Lisa m firmware upload problem help


From: Chris
Subject: Re: [Paparazzi-devel] Lisa m firmware upload problem help
Date: Thu, 04 Oct 2012 20:23:20 +0300
User-agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120912 Thunderbird/15.0.1

Hi Sergey
Yes it works just fine with sudo ./paparazzi
I googled this and it seems that i am not alone a lot of people have problems uploading firmwares
in 12.04.
BTW i also changed the files in order to move the PPM input but instead of removing TIM2 interupt
in ppm_arch.c i wrapped both TIM1 and TIM2 interupts like this:

#ifdef USE_TIM1_IRQ
#pragma message "UART1 RX pin is used for PPM input"
.
. code for TIM1
.
#elif defined(USE_TIM2_IRQ)
#pragma message "SERVO 6 signal pin is used for PPM input"
.
. code for TIM2
.
#endif

I haven't tested this and i already searching of a way to set this from the airframe file.....
It should work...
Chris




On 10/04/2012 07:00 PM, address@hidden wrote:
Have you tried to start paparazzi with sudo?

sudo ./paparazzi

Regards,

Sergey.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]