FirmwareUpdate: Difference between revisions
(Created page with "This command writes to the standard output the modem information (manufacturer, model type, firmware version) of the specified GSM port. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |FirmwareUpdate |PortIndex |Update status |} '''OUTPUT:''' GSM port call information in the following format: “Manufacturer: %s\nModem type: %s\nFirmware version: %s\n”,manufacturer, model, version '''EXAMPLE:''' ~# FirmwareUpdate 1 /mnt/sdcard/fw") |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
This command | This command updates the Firmware of the GSM module serving a specified GSM port. | ||
Once re-initialized, the modem configuration should be checked as explained hereafter in th example. | |||
'''COMMAND:''' | '''COMMAND:''' | ||
| Line 11: | Line 13: | ||
|Update status | |Update status | ||
|} | |} | ||
''' | '''EXAMPLE:''' | ||
Assuming that file RM520NGLAAR03A04M4G_A0.302.A0.302.zip is located on /mnt/sdcard (do this using SFTP) enter the following commands: | |||
'''~#''' mkdir /mnt/sdcard/fw | |||
''' | '''~#''' cd /mnt/sdcard/fw | ||
'''~#''' unzip ../*.zip | |||
'''~#''' FirmwareUpdate 1 /mnt/sdcard/fw | |||
Once done, a message is displayed given the status of the update. | |||
The modem configuration of the updated one should be checked as explained below. | |||
'''MODEM CONFIGURATION''' | |||
The following AT commands should be checked to provide Voice support & Remote SIM Support on RM520N on each port: | |||
(COM3 is port 0 and COM4 is port 1) | |||
'''Voice support''' | |||
'''~#''' atcmdb /dev/COMx 'at+qcallcfg="voice_disable"' | |||
Should return 2. If not enter the following command to set it properly: | |||
'''~#''' atcmdb /dev/COMx 'at+qcallcfg="voice_disable",2' | |||
'''Remote SIM Support''' | |||
'''~#''' atcmdb /dev/COMx 'AT+QNVFR="/nv/item_files/modem/uim/remote/uim_remote_service_enable"' | |||
Should return 01, if not enter the following command to set it properly: | |||
~# | '''~#''' atcmdb /dev/COM3 'AT+QNVFR="/nv/item_files/modem/uim/remote/uim_remote_service_enable",01' | ||
[[Category:GENERAL]] | |||
[[Category:R2D2]] | |||
Latest revision as of 12:01, 8 June 2026
This command updates the Firmware of the GSM module serving a specified GSM port.
Once re-initialized, the modem configuration should be checked as explained hereafter in th example.
COMMAND:
| Command | Input Arguments | Returns |
|---|---|---|
| FirmwareUpdate | PortIndex | Update status |
EXAMPLE:
Assuming that file RM520NGLAAR03A04M4G_A0.302.A0.302.zip is located on /mnt/sdcard (do this using SFTP) enter the following commands:
~# mkdir /mnt/sdcard/fw
~# cd /mnt/sdcard/fw
~# unzip ../*.zip
~# FirmwareUpdate 1 /mnt/sdcard/fw
Once done, a message is displayed given the status of the update.
The modem configuration of the updated one should be checked as explained below.
MODEM CONFIGURATION
The following AT commands should be checked to provide Voice support & Remote SIM Support on RM520N on each port:
(COM3 is port 0 and COM4 is port 1)
Voice support
~# atcmdb /dev/COMx 'at+qcallcfg="voice_disable"'
Should return 2. If not enter the following command to set it properly:
~# atcmdb /dev/COMx 'at+qcallcfg="voice_disable",2'
Remote SIM Support
~# atcmdb /dev/COMx 'AT+QNVFR="/nv/item_files/modem/uim/remote/uim_remote_service_enable"'
Should return 01, if not enter the following command to set it properly:
~# atcmdb /dev/COM3 'AT+QNVFR="/nv/item_files/modem/uim/remote/uim_remote_service_enable",01'