Difference between revisions of "Downloads"
Jump to navigation
Jump to search
(update repo info to github) |
(move source up to the top since boot cd and binary packages are outdated) |
||
Line 1: | Line 1: | ||
== Paparazzi Source Code == | == Paparazzi Source Code == | ||
* Browse the current code tree here: | * Browse the current code tree here: | ||
Line 27: | Line 15: | ||
*: http://svn.savannah.nongnu.org/viewvc/paparazzi-hardware/trunk/?root=paparazzi | *: http://svn.savannah.nongnu.org/viewvc/paparazzi-hardware/trunk/?root=paparazzi | ||
* Be sure to download both *.brd and *.sch files and use Cadsoft Eagle to view them. [http://www.cadsoft.de/freeware.htm Eagle (free version)] | * Be sure to download both *.brd and *.sch files and use Cadsoft Eagle to view them. [http://www.cadsoft.de/freeware.htm Eagle (free version)] | ||
== Paparazzi Boot CD == | |||
* Burn this to a CD and boot from it to try Paparazzi without any software changes to your PC! Includes Debian, Paparazzi, and all required libraries. | |||
*: [http://www.recherche.enac.fr/paparazzi/paparazzix/ Download Page] | |||
* Boot the CD, sit back, relax and enjoy the scenery. | |||
*: [[Using the Boot CD]] step by step - howto | |||
(Note: The image file [http://www.recherche.enac.fr/paparazzi/paparazzix/paparazziX_Mas2008.iso paparazziX_Mas2008.iso] is the latest and greatest version of the boot-CD) | |||
== Paparazzi Binary Package == | |||
* Install this package to your Debian system | |||
*: [http://www.recherche.enac.fr/paparazzi/debian/ Http Download Page]. | |||
== User Submitted Files == | == User Submitted Files == |
Revision as of 04:09, 28 November 2010
Paparazzi Source Code
- Browse the current code tree here:
- If you want to update your exiting paparazzi code, follow these instructions. It is advised to first backup your personal modifications. Either by renaming the files (e.g. easystar_myname.xml) or by saving in another directory. You might need the backup if something gets overwritten by the current source.
- Download the current source tree from github by running this command from your home directory
git clone git://github.com/paparazzi/paparazzi.git
or through http
git clone https://github.com/paparazzi/paparazzi.git
You should only need to do this once. For updates follow these instructions.
For more options and info see the git page.
Paparazzi Hardware Plans
- Download Eagle files for all current and past autopilot, sensor, and miscellaneous hardware.
- Be sure to download both *.brd and *.sch files and use Cadsoft Eagle to view them. Eagle (free version)
Paparazzi Boot CD
- Burn this to a CD and boot from it to try Paparazzi without any software changes to your PC! Includes Debian, Paparazzi, and all required libraries.
- Boot the CD, sit back, relax and enjoy the scenery.
- Using the Boot CD step by step - howto
(Note: The image file paparazziX_Mas2008.iso is the latest and greatest version of the boot-CD)
Paparazzi Binary Package
- Install this package to your Debian system
User Submitted Files
- Upload your patches, scripts, etc. here. Please sign your entry!