aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html/blog/2026-09-04+EBB36_Artery_Clone:_Klipper_Install+guide+tech.tmpl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/blog/2026-09-04+EBB36_Artery_Clone:_Klipper_Install+guide+tech.tmpl.html b/html/blog/2026-09-04+EBB36_Artery_Clone:_Klipper_Install+guide+tech.tmpl.html
index 8d7a4ff..f1f05e8 100644
--- a/html/blog/2026-09-04+EBB36_Artery_Clone:_Klipper_Install+guide+tech.tmpl.html
+++ b/html/blog/2026-09-04+EBB36_Artery_Clone:_Klipper_Install+guide+tech.tmpl.html
@@ -9,7 +9,7 @@
<figcaption>Target STM32F103 chip, No bootloader offset, 8 MHz crystal, and CAN communication on PB8/PB9</figcaption>
</figure>
<p>Some things to note. This printer was set up to communicate via CAN, so that's how mine is configured. Specifically pins PB8/PB9 worked for me. This is pretty common for this board setup, but trial and error works as well to find a different pin layout with no ill effects. If you plan to communicate over USB or another method, select that instead.</p>
- <p>I flashed mine over USB in DFU mode. The guide on getting into DFU mode worked on my board, but the buttons were in very different locations. This was my other big hurdle. The flash command specified in the guide kept giving an error 255. This ended up being an issue with the Artery chip not having the complete featureset of the ST chip. You can modify the makefile or run <code>dfu-util</code> instead: <code>sudo dfu-util -d &lt;dev:id&gt; -a 0 -s 0x08000000 -D out/klipper.bin</code> making sure to replace <code>&lt;dev:id&gt;</code> with the id listed when running <code>lsusb</code>.</p>
+ <p>I flashed mine over USB in DFU mode. The guide on getting into DFU mode worked on my board, but the buttons were in very different locations. This was my other big hurdle. The flash command specified in the guide kept giving an error 255. This ended up being an issue with the Artery chip not having the complete featureset of the ST chip. You can modify the makefile or run <code>dfu-util</code> instead: <code>sudo dfu-util -d &lt;dev:id&gt; -a 0 -s 0x08000000 -D out/klipper.bin</code> making sure to replace <code>&lt;dev:id&gt;</code> with the ID listed when running <code>lsusb</code>.</p>
<p>After a power cycle, that should be it, now running a new version of Klipper firmware.</p>
<p><b>Created:</b> {{ .Date }}</p>
</article>