-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
platformIO setup for Marlin #11
Comments
I also encountered the same problem and hope to provide a configuration example. Thank you |
I forgot to update this issue, I ended up finding a working config for platformio, at least as of a couple of months ago (have not tested with latest Marlin build).
|
Have you been able to use the board with the latest Marlin version (2,0) with platformio? |
I have not been able to compile Marlin 2.0.x (2.0.5.3 as of today) or bugfix-2.0.x at all. Whether is it with the Arduino IDE or via Platform IO. The platform.ini entry for the RUMBA32 that @wap32 provided seems to be the one to use (better than the default entry that comes with Marlin) but still doesn't produce a successful compile. |
The PlatformIO config included with the current |
I've updated the wiki with instructions for using PlatformIO. |
Hello,
I just got myself a RUMBA32 board and am currently setting it up with Marlin.
The WiKi is helpful enough to guide through the Arduino IDE setup, and this works fine and I'm able to compile and upload without issues (so far).
However, I would like to get Marlin working with platformIO, and here I've been facing some issues.
Is there a known good platformio.ini env setup for Marlin that compiles properly with RUMBA32?
I think this would be a good addition to the WiKi documentation, as platformIO tends to be more straightforward to use once set up properly, and more portable as it does not depend on an existing properly configured Arduino IDE.
The text was updated successfully, but these errors were encountered: