[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Paparazzi-devel] Can't program the LISA/M2 via usb after my OS X up
From: |
Yannick Jestin |
Subject: |
Re: [Paparazzi-devel] Can't program the LISA/M2 via usb after my OS X upgraded to sierra |
Date: |
Sat, 08 Apr 2017 17:57:16 +0200 |
> On 8 Apr 2017, at 13:15, Tom H <address@hidden> wrote:
>
> Hi,all!
> I found that I can't program my LISA/M2 via usb after that I upgraded my
> OS X from Yosemite (10.10.5) to sierra (10.12.3).However my apogee is ok. How
> could I fix it ?Thank you!
>
> Here is the message comes from the paparazzi center:
>
> cd sw/airborne; /Applications/Xcode.app/Contents/Developer/usr/bin/make
> TARGET=ap upload
> Using "arch/stm32/lisa-m.ld" as ldscript for target "ap".
> /Users/tom/paparazzi/sw/tools/stm32loader/stm32loader.py -p /dev/ttyUSB0 -b
> 115200 -e -w -v /Users/tom/paparazzi/var/aircrafts/MY_Z84/ap/ap.bin
> Traceback (most recent call last):
> File "/Users/tom/paparazzi/sw/tools/stm32loader/stm32loader.py", line 26,
> in <module>
> import serial
> ImportError: No module named serial
> make[1]: *** [upload] Error 1
> make: *** [ap.upload] Error 2
Looks like your install of python is missing pyserial
Try to sudo pip install pyserial
—
Y.