Difference between revisions of "Lisa"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
=== STM32 toolchain === | === STM32 toolchain === | ||
You can use the [http://github.com/esden/summon-arm-toolchain summon-arm-toolchain] script to build the required toolchain | You can use the [http://github.com/esden/summon-arm-toolchain summon-arm-toolchain] script to build the required toolchain. | ||
If you want the default values of the Paparazzi Makefile to work, you should set | If you want the default values of the Paparazzi Makefile to work, you should set | ||
< | |||
<code> | |||
PREFIX=/opt/stm32/toolchain/arm-elf | |||
</code> | |||
=== Open Embedded === | === Open Embedded === | ||
You can follow the [http://www.gumstix.net/Setup-and-Programming/view/Overo-Setup-and-Programming/Setting-up-a-build-environment/111.html instructions] on gumstix's website to build a complete cross development environment. Paparazzi's Makefile will default to look for it in /overo-oe |
Revision as of 06:20, 9 October 2009
Lisa is a STM32/Overo board designed to run Paparazzi
Hardware
The hardware is not finished yet. The current CAD files are maintained in savannah svn in the paparazzi4/trunk/hw/lisa directory Software development is done on a Overo/Summit + Olimex STM32-H103 dev board
Software
STM32 toolchain
You can use the summon-arm-toolchain script to build the required toolchain. If you want the default values of the Paparazzi Makefile to work, you should set
PREFIX=/opt/stm32/toolchain/arm-elf
Open Embedded
You can follow the instructions on gumstix's website to build a complete cross development environment. Paparazzi's Makefile will default to look for it in /overo-oe