Skip to content

Commit

Permalink
Docs: use correct spider bootloader offset
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Nov 17, 2022
1 parent 0786e4f commit 350dbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/boards/fysetc/spider-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Build the firmware which is covered here: [Manual Firmware Compilation](manual-f
Once the firmware is built on the Pi run:

sudo service klipper stop
dfu-util -a 0 -s 0x08000000:leave -D ~/klipper/out/klipper.bin
dfu-util -a 0 -s 0x08008000:leave -D ~/klipper/out/klipper.bin

You should see the firmware being written to your Spider.

Expand Down

0 comments on commit 350dbf5

Please sign in to comment.