Ai-Thinker-Open / GPRS_C_SDK

Ai-Thinker A9/A9G GPRS (with GPS(A9G)) module C development SDK
https://ai-thinker-open.github.io/GPRS_C_SDK_DOC
MIT License
447 stars 233 forks source link

Can A9G be flashed by command line? #219

Open TridentTD opened 5 years ago

TridentTD commented 5 years ago

CoolWatcher is great tool to flash firmware to A9G. However if I would like to flash by command line too, Is there any way to flash by command line to A9G?

Neutree commented 5 years ago

no command line tool yet, for we have no download protocol designed by RDA, they just provide us lib file on windows. there's some ways to make it for us, ask RDA for help, or try to decode the protocol and write our own tool

Neutree commented 5 years ago

And as you see, the code provided from RDA is open source by some one, you started it before https://github.com/cherryding1/RDA8955_W17.44_IDH

TridentTD commented 5 years ago

I have already downloaded RDA89655_W17.44_IDH from the site. But I can't compile this lib. Do you have some web-pages to teach about how to build this RDA's lib files?

Neutree commented 5 years ago

no doc

TridentTD commented 5 years ago

Do you mind to descript how to build them? Thank you .

kaido42 commented 5 years ago

I could write the command-line programmer, not a big problem (investigated the protocol a bit yet), if I could use the a9g in my project. currently the serial-port issue (https://github.com/Ai-Thinker-Open/GPRS_C_SDK/issues/232) is the biggest showstopper ..