-
Notifications
You must be signed in to change notification settings - Fork 13
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
Prusa Research AVR Boards devel #2
Comments
If you managed to get both boards into one board manager this would be awesome. Please open pull request for that change. |
@mkbel Can you give me an answer for my questions above?
@DRracer and @mkbel Would be great if you could give some feedback. |
@3d-gussner regarding your questions - I don't know, but I'll try to find out asking a few more people. May be someone remembers ;) |
@DRracer Thanks for having a look. Meanwhile i found https://github.com/prusa3d/PrusaSlicer/blob/master/src/avrdude/avrdude-slic3r.conf As the PrusaSlicer can upload firmware correctly to the Einsy, miniRAMBo and Prusa_mm_controler I was thinking to use that specific one also here. Maybe the PrusaSlicer team can give you some answers about Do you agree with the naming convention? |
Update: I made a PR DRracer#4 Open task is to use the Prusa Slicer avrdude version ... |
Update on my development to combine boards used by Prusa
Hi @DRracer @mkbel
I thought it might be more useful to open an issue instead adding comments to #1
So what happend
-P{serial.port}
and"-P{serial.port}"
are different in theplatform.txt
for MMU and Einsy?compiler.c.elf.extra_flags=-Wl,-u,vfprintf -lprintf_flt -lm
are added to theboards.txt
part and it seams to work fine. 1st tests where successful and debug log showed that these were used while compiling it inPF-build.sh
as well in freshArduino IDE 1.8.5 portable versions
... tests with IDE 1.8.9 will come lateravr6.xn
patch into the definition butconfig.h
it isn't needed hereavr6.xn
patch as they have to deal with the poorly documented language build.PF-build.sh
users we just patch it as it is now.Can you have a look and give me some feedback?
The text was updated successfully, but these errors were encountered: