Skip to content

[BUG] Build fails using FYSETC_F6_14 due to missing fysetc_f6_14 board #20505

Description

@canihavesomecoffee

Bug Description

When cloning Marlin, and trying to set up Marlin with PlatformIO through CLion, it always fails with the next error:

/home/me/.local/bin/platformio init --ide clion

The current working directory /home/me/Documents/3D_printing/firmware_compilation/SKR-1.1-FFS will be used for the project.

The next files/directories have been created in /home/me/Documents/3D_printing/firmware_compilation/SKR-1.1-FFS
include - Put project header files here
lib - Put here project specific (private) libraries
src - Put project source files here
platformio.ini - Project Configuration File
Error: Unknown board ID 'fysetc_f6_14'

Process finished with exit code 1

Configuration Files

N/A for this bug

Steps to Reproduce

  1. Clone Marlin, optionally check out to a tag
  2. Open the project in CLion and let it initialize (using the platformio init --ide clion), or alternatively initialize it yourself through a terminal
  3. Note that it errors with the error reported above

Expected behavior:

PlatformIO initializes correctly

Actual behavior:

PlatformIO errors out with "Unknown board ID 'fysetc_f6_14'"

Additional Information

If I comment out the section of the fysetc board, it works as intended, and then I can use CLion in combination with PlatformIO.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions