Difference between revisions of "Bootloading"

From Wiki at Neela Nurseries
Jump to: navigation, search
m (Link to RP2040 bootloader by Brian Starkey.)
m
Line 35: Line 35:
  
 
*  https://blog.usedbytes.com/2021/12/pico-serial-bootloader/  RP2040 bootloader by Brian Starkey
 
*  https://blog.usedbytes.com/2021/12/pico-serial-bootloader/  RP2040 bootloader by Brian Starkey
 +
<ul>
 +
*  https://github.com/usedbytes/rp2040-serial-bootloader . . . bootloader by 'usedbytes'
  
 +
*  https://github.com/rhulme/pico-flashloader . . . bootloader by rhulme, small at less than 4kb
  
 +
*  https://github.com/dwelch67/raspberrypi-pico/tree/main/bootloader10 . . . bootloader by dwelch67
 +
</ul>
  
  
  
 
<!-- EOF -->
 
<!-- EOF -->

Revision as of 05:46, 5 August 2022

2022-08-01 Notes on bootloaders for microcontrollers


A starting point, which links to five articles on differing bootloading approaches:


2022-08-03

What is a serial bootloader and how is it used?

Following link gives Silabs example, but is not a good general explanation:

Atmel bootloader:

STMicro bootloader:

RP2040 bootloaders: