bigtreetech / BTT-E3-RRF

56 stars 39 forks source link

Error: Unknown board ID 'BigTree_E3_RRF' #7

Open cjsieh opened 3 years ago

cjsieh commented 3 years ago

Using PlatformIO to compile Marlin-2.0.7.2.x-E3-RRF on linux(Ubuntu) using Vscode gives the error

" Error: Unknown board ID 'BigTree_E3_RRF' "

This can be fixed by changing the name of the file

BIGTREE_E3_RRF.json to BigTree_E3_RRF.json

in directory BTT-E3-RRF/BTT E3 RRF V1.1/Firmware/Marlin/Ender3/Marlin-2.0.7.2.x-E3-RRF/buildroot/share/PlatformIO/boards/

PlatformIO is case sensitive about the entry of "board" in platformio.ini because this entry is used to build a filename and Linux filenames are case sensitive.

The default git repo builds fine on Windows 10 as Windows 10 does not have case sensitive filenames .

keslerm commented 3 years ago

Thank you for posting this, helped me out