paparazzi-devel
[Top][All Lists]
Advanced

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

Re: [Paparazzi-devel] error while buiding code for quad lisa/m


From: evan igor
Subject: Re: [Paparazzi-devel] error while buiding code for quad lisa/m
Date: Sun, 8 Sep 2013 22:47:46 +0300

i closed the program and rerun again and everything going good now.
thanks for your great help Felix


On Sun, Sep 8, 2013 at 10:45 PM, evan igor <address@hidden> wrote:
i set the board already as lisa/m 

 <firmware name="rotorcraft">
    <target name="ap" board="lisa_m_2.0">
      <subsystem name="radio_control" type="spektrum">
        <define name="RADIO_MODE" value="RADIO_AUX1"/>
        <configure name="USE_SECONDARY_SPEKTRUM_RECEIVER" value="1"/>
      </subsystem>


so what is the error.

thanks


On Sun, Sep 8, 2013 at 10:43 PM, Felix Ruess <address@hidden> wrote:
You are trying to upload a firmware for the LPC218 processor to the Lisa/M which has a STM32F1 mcu.
Set the correct board...


On Sun, Sep 8, 2013 at 9:37 PM, evan igor <address@hidden> wrote:
sorry Felix for bothering you but i deleted the paparazzi folder and re install again new one v5 also and everything finished ok but when i'm trying to upload aiframe to liza/m the following error message.


make[1]: Leaving directory `/home/mavel/paparazzi/sw/airborne'
cd sw/airborne; make TARGET=ap upload
make[1]: Entering directory `/home/mavel/paparazzi/sw/airborne'
/home/mavel/paparazzi/sw/ground_segment/lpc21iap/lpc21iap  /home/mavel/paparazzi/var/EasyStar_ETS/ap/ap.elf
lpc21iap v1.4
....................................................................................................
no USB device
make[1]: *** [upload] Error 1
make[1]: Leaving directory `/home/mavel/paparazzi/sw/airborne'
make: *** [ap.upload] Error 2
make: Leaving directory `/home/mavel/paparazzi'

FAILED 'make -C /home/mavel/paparazzi -f Makefile.ac AIRCRAFT=EasyStar_ETS ap.upload' with code 2



On Sun, Sep 8, 2013 at 10:20 PM, Felix Ruess <address@hidden> wrote:
There is no need to install libopencm3 separately...

Go to your paparazzi directory and run:
$ cat .git/config | grep -A 1 submodule

You should see the following as output:
[submodule "sw/ext/libopencm3"]
url = "">
--
[submodule "sw/ext/luftboot"]
url = "" href="https://github.com/paparazzi/luftboot.git" target="_blank">https://github.com/paparazzi/luftboot.git

If the url for libopencm3 is different (the old sourceforge url), then run
$ git submodule sync
and afterwards
$ make clean && make


On Sun, Sep 8, 2013 at 8:31 PM, evan igor <address@hidden> wrote:
but when i'm trying to install it independently by the following steps
$ git clone git://github.com/libopencm3/libopencm3.git
$ cd libopencm3
$ make
the following error happened 
make[1]: arm-none-eabi-gcc: Command not found
make[1]: *** [flash.o] Error 127
make: *** [lib/stm32/f0] Error 2


_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel



_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel



_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel



_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel




reply via email to

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