Line 18: Line 18:
## Choose the firmware. After compiling, it can generally be found in the '''<<install path>>'''firmware/Marlin/.pio/build/FYSETC_S6_8000
## 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'''
## '''IMPORTANT:''' Change the Start addr.. to 0x0800'''8000'''
## For some reason the bootloader now looks for the firmware at the 8000 location vs the default 0x08000000


== 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:

  1. Install jumper on BT0 pins and power on
  2. Launch STM32CubeProgrammer, select USB, and Connect
  3. Click the Erasing and Programming tab, and then:
    1. Pick the Bootloader_FYSETC_SPIDER.hex bootloader from the FYSETC Spider GitHub Repo
    2. Select Verify programming and Full Chip Erase
    3. Click Start Programm..
  4. Next install the firmware (previously compiled)
    1. Choose the firmware. After compiling, it can generally be found in the <<install path>>firmware/Marlin/.pio/build/FYSETC_S6_8000
    2. IMPORTANT: Change the Start addr.. to 0x08008000
    3. For some reason the bootloader now looks for the firmware at the 8000 location vs the default 0x08000000

Firmware (Marlin) Configuration

configuration.h

#ifndef MOTHERBOARD
  #define MOTHERBOARD BOARD_FYSETC_SPIDER
#endif

#define SERIAL_PORT -1

#define TEMP_SENSOR_BED 11