Hi
How can I download the firmware to Flash?, until now I have to use ESP in Debug mode to put the Connect ME 9210 in run mode.
Hi
How can I download the firmware to Flash?, until now I have to use ESP in Debug mode to put the Connect ME 9210 in run mode.
Hi Daniel,
Build a release version of your application.
Deploy YOUR application image to flash.
a) Copy image.bin and rom.bin to C:
b) Open up the ftp application in the ESP
c) Go to Project -> Debug
d) Start up a command prompt, type in ftp and log in, user: root with the password: password.
e) Type ‘bin’
f) Type ‘put rom.bin’
g) Type ‘bye’
h) Wait for the device to reboot.
i) Repeat this procedure for image.bin
A few helpful hints:
As a reminder, there are a few important items to remember when loading an image onto these modules.
Scott