EricZimmerman / VoronTools

Various scripts and tools
MIT License
218 stars 29 forks source link

Canboot Changed to Katapult #6

Closed Malygros closed 1 year ago

Malygros commented 1 year ago

When you make the .bin file it says no more "canboot.bin" Canboot changed to Katapult.

You must change some parts. The important one is this here:

sudo dfu-util -a 0 -D ~/CanBoot/out/canboot.bin --dfuse-address 0x08000000:force:mass-erase:leave -d 0483:df11

to

sudo dfu-util -a 0 -D ~/CanBoot/out/katapult.bin --dfuse-address 0x08000000:force:mass-erase:leave -d 0483:df11

EricZimmerman commented 1 year ago

Got a reference to this change?

Malygros commented 1 year ago

Got a reference to this change?

https://github.com/Arksine/katapult

EricZimmerman commented 1 year ago

this is gonna be a bit off for new installs, since it would be ~/katapult/ directory. ill make notes as needed.

this is now done