-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Rebuilding everything #11
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
Comments
Related question, how can i rebuild the wifishield firmwares w/o a visual studio license? |
Hi @iglosiggio , As a first step, you could only rebuild the ones targeting boards which still have traction (UNO, Mega2560, Leonardo, Micro, Nano, Yun). I stated to port some of them to the latest LUFA some years ago (https://github.com/facchinm/Arduino_avrusb_firmware), if you need a starting point for the Makefile issues. |
If i upload builds with recent gcc versions do you have the necessary hardware to test the firmwares and bootloaders? |
We have the hardware but the time available for these kind of tasks is very limited; normally the rebuilder should take care of testing the builds, or you could release a beta version of the deb and let the community test it and report if the firmwares are ok. |
On my side i have the time but not the hardware, it seems like community testing is the way to go. |
Update! 😃
A lot of these builds were done by I'm now wanting to make the COMBINED firmware (usbdfu+usbserial) and i will not focus on the wifishield firmware (i don't have time to port the project to a Makefile 😞) Can you give me any guidance on how the original 8U2 and 16U2 firmwares were built? How do you combine usbdfu and usbserial? Thanks a lot for your previous responses! |
Great! The combined
And you should obtain something similar to the provided combined hex |
hahaha i thought that it was a more involved task 😅 |
Fix for Serial to use the corrected CPU frequency calculated in init …
Hi, i'm currently making a package for a debian based distribution (and hoping to make that package go to debian itself) and when possible packaging binaries is a no-no.
Under the bootloaders folder there are a lot of
.hex
files that i don't know how to rebuild (missing USB_ID variable on the makefile).Is documented anywhere how to rebuild all the core? I've downloaded the old versions of lufa and rebuilt most of the things that are here.
Related question. Is everything in the core needed? For example the bootloader
Leonardo-prod-firmware-2012-04-26.hex
The text was updated successfully, but these errors were encountered: