-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix maximum firmware flash size. #1
Fix maximum firmware flash size. #1
Conversation
As this have been changed in mkbel/PF-build-env@595cc4f I think it belongs here.
@DRracer Just curious why don't you have the |
Added tool dependecies to stay with Arduino IDE 1.8.5 and boards version 1.6.20. As there are updates for avr boards I try to fix the build environment to a known version.
…3d-gussner/Arduino_Boards into Fix_maximum_firmware_flash_size
@3d-gussner it works without U8glib. It looks like wasn't used in the firmware at all. |
after he pulled my PR DRracer/Arduino_Boards#1
I also couldn't find it anywhere, so we are fine.
At this moment I solved it by It would be great if we could have it in the JSON file. Have to look into that.
Cool |
4 similar comments
I also couldn't find it anywhere, so we are fine.
At this moment I solved it by It would be great if we could have it in the JSON file. Have to look into that.
Cool |
I also couldn't find it anywhere, so we are fine.
At this moment I solved it by It would be great if we could have it in the JSON file. Have to look into that.
Cool |
I also couldn't find it anywhere, so we are fine.
At this moment I solved it by It would be great if we could have it in the JSON file. Have to look into that.
Cool |
I also couldn't find it anywhere, so we are fine.
At this moment I solved it by It would be great if we could have it in the JSON file. Have to look into that.
Cool |
Hi @DRracer , started with a new version https://github.com/3d-gussner/Arduino_Boards/tree/Bootloader
Next step is to modify the avr-gcc Tried to compile manually with fresh Arduino IDE 1.8.5 portable just with new JSON (and manual change of The Tools aren't part of the Arduino source code, hoped to find it there. But when I build Arduino IDE I can see that the tools are downloaded. So more investigation needed. |
RAMBo board definition
As this have been changed in mkbel/PF-build-env@595cc4f
I think it belongs also here as users using Arduino IDE 1.8.5 GUI version should have the same build environment as Prusa uses in
build.sh
and we inPF-build.sh
Changes are made to prusa3drambo-1.0.0\boards.txt
Value of
rambo.upload.maximum_size=258048
changed to253952