Deployment of Firmware

Hi all,

I have now finished my development of software for my Fasttrack Supreme 20 with M2M Studio.

I press the “Play” button on m2m studio to put the software on the modem, and it works, but now i want to know how to deploy the firmware without M2M Studio.

So the compiled stuff looks like:

2010/06/24  09:51 AM           477,300 backtraces.axf
2010/06/24  09:51 AM            23,636 backtraces_apponly.axf
2010/05/27  03:43 PM             3,019 gcc.lkopt
2010/06/24  09:51 AM         3,000,114 myproject.axf
2010/06/24  09:51 AM           121,888 myproject.bin
2010/06/24  09:51 AM           121,888 myproject.cpbin
2010/06/24  09:51 AM            77,328 myproject.dwl
2010/06/24  09:51 AM           413,159 myproject.map
2010/06/24  09:51 AM            31,606 myproject.symbols
2010/06/24  09:51 AM            42,370 myproject.s_raw
2010/06/24  09:51 AM            77,163 myproject.wpb
2010/06/24  09:40 AM           668,299 myproject_pack.zip
2010/05/27  03:43 PM            21,804 mos_header.o

Which one of these files is actually sent to the modem?
And how will i be able to send the firmware to a new modem with hyper terminal?

Regards,
Johan

The .dwl file is the one.

This is one of the things that used to be documented in the ‘Tools Manual’ - see: https://forum.sierrawireless.com/t/where-is-the-tools-manual-for-m2m-studio/3187/7

Thank you very much! :slight_smile:

Got it working now.

Regards,
Johan