Skip to content

prusa3d/Prusa-Bootloader-Puppy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

304 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prusa-Bootloader-Puppy

This is a bootloader for various daughterboards of Prusa printers ("puppies") comunicating over RS845, originally based on the Childbus Bootloader.

The motherboard talks to its puppies over Puppybus (Modbus on RS485). This bootloader is the first thing that starts on the puppies. The bootloader does not start any application on startup by itself, nor it initiates any communication over the Puppybus.

Instead, when the motherboard decides, it talks to the puppies running this bootloader and uses the bootloader to flash the latest firmware, set the Puppybus address and eventually, start the firmware itself on them.

License

The bootloader is based on the Childbus Bootloader from 3devo, which is based on the bootloader written by Erin Tomson for the Modulo board.

Most code and accompanying materials are licensed under the GPL, version 3. See the LICENSE file for the full license.

The protocol documentation, in the PROTOCOL.md file, has a more liberal license (see the file for the exact license).

About

Bootloader for RS-485 daughterboards of Prusa printers

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • C 98.2%
  • C++ 1.0%
  • Assembly 0.5%
  • Linker Script 0.2%
  • CMake 0.1%
  • Python 0.0%