-
1. Re: Please welcome - script for automated FW building :)
AlexT_Intel Feb 17, 2014 3:14 PM (in response to AlexT_Intel)For everyone's information, I have updated my FW building script, the no-longer-working link to 0.8.0 was removed, and additional logic needed for 0.9.0 added.
As an additonal bonus, by removing some unnecessary EDK build steps I have shortened a build time (only one out of four EDK configuration-target combinations is being built, namely PLAIN-RELEASE). I haven't specifically measured it, but it's quite noticeable, because EDK building is the longest piece.
As always - please make sure you know what you're doing when messing up with firmware to avoid unexpected results, keep in mind that the only officially validated with Arduino IDE firmware version is 0.7.5 and... have fun tinkering with your board! :-)
Your feedback as to the script's functionality is more than welcome.
-
2. Re: Please welcome - script for automated FW building :)
AlexT_Intel Mar 16, 2014 3:58 AM (in response to AlexT_Intel)Script was updated to support BSP v1.0.0
-
3. Re: Please welcome - script for automated FW building :)
rpjday May 13, 2014 3:18 PM (in response to AlexT_Intel)You could probably simplify the script by replacing "gcc --version" with "gcc -dumpversion".
-
4. Re: Please welcome - script for automated FW building :)
AlexT_Intel May 15, 2014 1:47 PM (in response to rpjday)Good point! They have too many switches in gcc, I wouldn't even think they have such a special one beyond standard "--version".
Thanks, I'll update the script, submitted an enhancement request for myself: Use "-dumpversion" switch instead of "--version" to determine GCC version · Issue #3 · alext-mkrs/galileo-fw · GitHub