Jump to content

Octopus MAX EZ + EBB42


Recommended Posts

Is your can network up and running? If not you will not see any UUID's

image.thumb.png.2e24c8e412f7a6fe3f4c86ed3b549657.png

You probably done this multiple times, but to recap:

The octopus board is flashed via USB 

1. To flash canboot to octopus max - board must be in DFU mode then issue:

sudo dfu-util -a 0 -D ~/firmware/octopus_1.1_canboot.bin --dfuse-address 0x08000000:force:mass-erase:leave -d 0483:df11

Substitute the Octopus max board address instead of 0483:df11 (this is an octopus 1.1 id)

2. Flash klipper via USB

cd ~/CanBoot/scripts
pip3 install pyserial
python3 flash_can.py -f ~/firmware/octopus_1.1_klipper.bin -d /dev/serial/by-id/usb-CanBoot_stm32f446xx_170038000650314D35323820-if00

Again substituting /dev/serial/by-id/usb_CanBoot_xxxxxx with the board id

Hope this helps

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...