Updated Howto: Compile Firmware with PlatformIO (markdown)

Oliver Köster
2023-07-15 15:20:28 +02:00
parent 86fbd06aad
commit b21a763cad

@@ -79,7 +79,7 @@ Congratulations! You have compiled a firmware for the first time! :)
There are two options here. Either you connect the printer directly to the PC on which VSCode is also installed and instead of clicking "build" you click **upload** this time. PlatformIO takes care of the rest and the firmware is loaded directly onto the printer.
The second option is to backup the .hex file and then install it via Cura or Octoprint. To do this, we go exactly to the folder in which the source code is located. Hidden files may need to be shown, but the location where the firmware resides is always the same: **/FIRMWAREFOLDER/Marlin/.pio/build/[VARIANT]/firmware.hex**
The second option is to backup the .hex file and then install it via Cura or Octoprint. To do this, we go exactly to the folder in which the source code is located. Hidden files may need to be shown, but the location where the firmware resides is always the same: **/FIRMWAREFOLDER/.pio/build/[VARIANT]/firmware.hex**
[[ /images/platformio_07_build_finished.jpg | width = 300px ]]