MegaPirateNG / FlashTool

Firmware flashing tool
GNU General Public License v2.0
15 stars 14 forks source link

Create precompiled Packages for all Platforms. #6

Closed smurfy closed 9 years ago

smurfy commented 10 years ago

We need precompiled version of FlashTool for all supported Platforms

SirAlex commented 10 years ago

Any news on install packages? Looks like last sources works well, so we may release fires beta.

smurfy commented 10 years ago

The windows release version is available here: https://github.com/MegaPirateNG/FlashTool/releases/tag/1.0rc2

Mentioned here http://docs.megapirateng.com/documentation/compile and described here: http://docs.megapirateng.com/documentation/flashtool

For other platforms i'm not sure if i should release the version with packed avrdude for this platforms or if we should use the avrdude free version (my own flashing routines, #9 ) i tested my flashing code with an arduino mega but i never tried it with my crius.

SirAlex commented 10 years ago

Ohh... sorry, looks like I'm little outdated. I'm not seen your updates on Docs pages...

Thank you very much!

SirAlex commented 9 years ago

@smurfy, Could you please, build latest sources for Windows and MacOs and publish new release.

smurfy commented 9 years ago

Will do tonight. For mac osx i have to do some work. I hope i have time tomorrow for the macosx release.

SirAlex commented 9 years ago

We added support for our 32bit controller. Also i'm added 9600 and 19200 speeds for GPS. So be sure, you are used new update.XML. Thank you!

smurfy commented 9 years ago

sure no problem.

What the status of the 32bit controller? is it available for purchase?

mstrinzha commented 9 years ago

@smurfy, do you need a script to make .dmg file?

smurfy commented 9 years ago

sure if you have one, last time i did a mac osx release i did that by hand.

SirAlex commented 9 years ago

What the status of the 32bit controller? is it available for purchase?

You may ask Gapey for controller at his shop: http://gapey.jimdo.com/%D0%BF%D0%BB%D0%B0%D1%82%D1%8B-%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82%D0%B0-f4by/ Just write him by e-mail: Gapey@yandex.ru

mstrinzha commented 9 years ago

Pushed. See 457afea5efc

smurfy commented 9 years ago

Ok, just tested and released 1.1 for windows, i will do the macosx release tomorrow (don't have a mac at home)

mstrinzha commented 9 years ago

Easy way to build on Mac.

cd projectDir qmake -config release make clean make ...... #copy avrdude etc. into bundle macdeployqt flashTool.app -dmg #this will copy frameworks into bundle and create dmg file.

mstrinzha commented 9 years ago

any progress? do you need help?

smurfy commented 9 years ago

I'm doing small changes and beeing a bit ill at the moment. But i'm working on it.

smurfy commented 9 years ago

Ok pushed code and added compiled versions.

@SirAlex you need to update the version in update.xml or use the latest one.