We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi!
Please consider add the capacity to burn a hex file to the board.
It will allow update the firmware remotely.
It will be useful to who have the printer in a place with hard access as an enclosure for electronics stuffs.
When I need update the code I have the open the enclosure, bring the notebook next of my printer it's a pain.
For Windows I know a simple tool called Xloader for Linux I don't know a similar.
http://russemotto.com/xloader/
Best regards.
The text was updated successfully, but these errors were encountered:
Look for this, maybe can help.
https://github.com/OctoPrint/OctoPrint-FirmwareUpdater
Sorry, something went wrong.
In case someone is interested to update firmware remotely I found two options:
1 - Install the PIO remote on Raspberry then compile and burn the code using Atom / PIO IDE.
https://docs.platformio.org/en/latest/installation.html
2 - Install Arduino CLI on Raspberry then compile and burn the code using command line.
My step by step here: arduino/arduino-cli#17
Before try burn the firmware should stop Astrobox service with: sudo service astrobox stop
sudo service astrobox stop
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Hi!
Please consider add the capacity to burn a hex file to the board.
It will allow update the firmware remotely.
It will be useful to who have the printer in a place with hard access as an enclosure for electronics stuffs.
When I need update the code I have the open the enclosure, bring the notebook next of my printer it's a pain.
For Windows I know a simple tool called Xloader for Linux I don't know a similar.
http://russemotto.com/xloader/
Best regards.
The text was updated successfully, but these errors were encountered: