Voron 2.4 Build: Difference between revisions
Line 15: | Line 15: | ||
## Select '''Verify programming''' and '''Full Chip Erase''' | ## Select '''Verify programming''' and '''Full Chip Erase''' | ||
## Click '''Start Programm..''' | ## Click '''Start Programm..''' | ||
# | # Next install the firmware (previously compiled) | ||
## Choose the firmware. After compiling, it can generally be found in the '''<<install path>>'''firmware/Marlin/.pio/build/FYSETC_S6_8000 | |||
## '''IMPORTANT:''' Change the Start addr.. to 0x0800'''8000''' | |||
== Firmware (Marlin) Configuration == | == Firmware (Marlin) Configuration == |
Revision as of 22:01, 17 October 2021
Parts
FYSETC Spider Controller
Bootloader Setup
Installation of the bootloader/firmware is a little confusing and I initially thought I had a bad board. I haven't been able to install bootloader or firmware without shorting the BOOT0 pins to force DFU mode. Here's the general process:
- Install jumper on BT0 pins and power on
- Launch STM32CubeProgrammer, select USB, and Connect
- Click the Erasing and Programming tab, and then:
- Pick the Bootloader_FYSETC_SPIDER.hex bootloader from the FYSETC Spider GitHub Repo
- Select Verify programming and Full Chip Erase
- Click Start Programm..
- Next install the firmware (previously compiled)
- Choose the firmware. After compiling, it can generally be found in the <<install path>>firmware/Marlin/.pio/build/FYSETC_S6_8000
- IMPORTANT: Change the Start addr.. to 0x08008000
Firmware (Marlin) Configuration
configuration.h
#ifndef MOTHERBOARD #define MOTHERBOARD BOARD_FYSETC_SPIDER #endif #define SERIAL_PORT -1 #define TEMP_SENSOR_BED 11