Difference between revisions of "Developer Guide"

From PaparazziUAV
Jump to navigation Jump to search
m (added dfu)
m
Line 22: Line 22:
*[[Lpc21BootloaderUpload|Upload Bootloader for LPC21xx]]<br><small>How to upload the Bootloader to a LPC2148 processor based AP board like the TWOG</small>
*[[Lpc21BootloaderUpload|Upload Bootloader for LPC21xx]]<br><small>How to upload the Bootloader to a LPC2148 processor based AP board like the TWOG</small>
*[[Luftboot|Upload the luftboot bootloader]]<br><small>How to upload the Bootloader to a STM32 processor based AP board like the LISA</small>
*[[Luftboot|Upload the luftboot bootloader]]<br><small>How to upload the Bootloader to a STM32 processor based AP board like the LISA</small>
*[[DFU|Upload with DFU (with native or extra dfu bootloader)]]<br><small>using the native (embeded in ROM) or extra (e.g. [[Luftboot]]) bootloader to upload paparazzi code</small>
*[[DFU|Upload with DFU (with native or custom dfu bootloader)]]<br><small>using the native (embeded in ROM) or custom (e.g. [[Luftboot]] or [[KroozSD#Bootloader|KroozSD]]) bootloader to upload paparazzi code</small>
*[[Serial_Wire_Debug|Upload with SWD (without Bootloader)]]<br><small>using SWD/ST-Link to upload without bootloader</small>
*[[Serial_Wire_Debug|Upload with SWD (without Bootloader)]]<br><small>using SWD/ST-Link to upload without bootloader</small>
*[[DevGuide/JTAG-Debug|JTAG-Debug]]<br><small>using JTAG to directly debug on the board</small>
*[[DevGuide/JTAG-Debug|JTAG-Debug]]<br><small>using JTAG to directly debug on the board</small>

Revision as of 15:22, 17 September 2013

By the time you land on this page, you probably want to enhance the Paparazzi project, that is really good for your karma and really appreciated. You are welcomed to enhance and extend this documentation.

FixIt