waybyte / arduino_logicrom

Arduino framework for 4G LTE Cat.1, GSM and NB-IoT Modules from Quectel and Neoway
MIT License
18 stars 7 forks source link

enable to flash OEM firmware after updating with Logicrom firware #6

Closed swapniltx closed 9 months ago

swapniltx commented 9 months ago

I have updated the firmware for EC200U as per document for experimenting with logicrom firmware and system. I am not getting device information on waybyte website. Now I wanted to flash OEM firmware to the same module. I am unable to do so using QFlash or Logicrom flasher.

Can you please suggest a solution or point me towards any document?

ajaybhargav commented 9 months ago

I am not getting device information on waybyte website.

May I know what information are you trying to check? You can email us separately for website related issues.

Now I wanted to flash OEM firmware to the same module. I am unable to do so using QFlash or Logicrom flasher.

You need to put device in flash mode again. There are two ways to do that:

  1. Connect USB_BOOT with VDD_EXT/1.8V
  2. Send force boot AT command: AT^FORCEDNLD

You can send at command from serial or USB AT port.

Can you please suggest a solution or point me towards any document?

We will update our documentation for this topic.

swapniltx commented 9 months ago

Send force boot AT command: AT^FORCEDNLD

this worked for me and I was able to flash OEM firmware. Thank you.

May I know what information are you trying to check? You can email us separately for website related issues.

I will email you separately for this. Thank you.