Renaud11232 / OctoPrint-Marlin-Flasher

Arduino/Marlin firmware flasher for OctoPrint
MIT License
38 stars 10 forks source link

[BUG] Could not find package toolchain-gccarmnoneeabi #95

Closed leamikmik closed 8 months ago

leamikmik commented 8 months ago

Describe the bug

When trying to flash Marlin using PlatformIO it crashes because of a missing dependency.

To Reproduce

Steps to reproduce the behavior:

Error output

Processing STM32F103RE_creality (board: genericSTM32F103RE; platform: ststm32@~12.1; framework: arduino)
--------------------------------------------------------------------------------
Tool Manager: Installing platformio/toolchain-gccarmnoneeabi @ ~1.90201.0
UnknownPackageError: Could not find the package with 'platformio/toolchain-gccarmnoneeabi @ ~1.90201.0' requirements for your system 'linux_aarch64'

Expected behavior

Successful flash.

Version of OctoPrint-Marlin-Flasher

1.0.7, installed using plugin manager

Server configuration

Renaud11232 commented 8 months ago

Hello,

This is a duplicate of #93 and #88. This is an issue with PlatformIO packages not being available for a given architecture. I'm aware this seems to affect an increasing number of users, sadly there's nothing I can do about it.