FirmwareUpdate: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(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
Line 18: Line 18:


'''EXAMPLE:'''
'''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
~# FirmwareUpdate 1 /mnt/sdcard/fw
Once done, a message is displayed given the status of the update.

Revision as of 11:04, 8 June 2026

This command writes to the standard output the modem information (manufacturer, model type, firmware version) of the specified GSM port.

COMMAND:

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:

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.