8000 GitHub - keepmov/luftboot: USB DFU bootloader for the stm32 based autopilots
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

keepmov/luftboot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luftboot

This software is part of the Paparazzi UAV Project.

Luftboot is the bootloader for stm32 based autopilots to enable upgrading the autopilot firmware using usb. It implements the dfu standard.

Luftboot is based on the usbdfu bootloader implementation by Gareth McMullin for the Black Magic Probe project (http://www.blacksphere.co.nz/main/blackmagic).

Building

Call 'make' inside the src directory.

Luftboot needs libopencm3 and an appropriate arm-none-eabi gcc cross compiler. If you don't have these in your PATH, specify them with e.g.

make LIBOPENCM3=path/to/libopencm3 PREFIX=path/to/bin/arm-none-eabi

By default, Luftboot uses a 12MHz external clock to PLL it to 72MHz. If no external clock is available, or for any other reason, one can build Luftboot to use the 8MHz internal RC oscillator to PLL it to 48MHz. Call make as follows from inside ./src:

make LUFTBOOT_USE_48MHZ_INTERNAL_OSC=1

Startup sequence

At bootup, Luftboot uses several criteria (in this order) to decide whether to jump to the payload or to initiate the bootloader:

  • On boot, if the payload is NOT valid, start the bootloader
  • If the flag is set indicating we just downloaded a payload, jump to payload
  • If the payload is forcing the bootloader (using GPIO state after core-only reset) start the bootloader
  • If the ADC2 pin on Lisa/M is grounded, jump to payload (i.e. "skip bootloader" jumper)
  • If voltage is present on the USB vbus, start the bootloader
  • Otherwise, jump to payload

About

USB DFU bootloader for the stm32 based autopilots

Resources

Stars

Watchers

Forks

Packages

No packages published
0