Difference between revisions of "Template:Fw checksum cli"

From Teltonika Networks Wiki
(Created page with "You can calculate the checksum of a firmware image file using '''md5sum'''. When you select a firmware image file for upload via the System -> Firmware page, the file gets upl...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
You can calculate the checksum of a firmware image file using '''md5sum'''. When you select a firmware image file for upload via the System -> Firmware page, the file gets uploaded into '''''/tmp/''''' directory with the name '''''firmware.img'''''. So the command to calculate the checksum should look like this:
+
You can calculate the checksum of a firmware image file using <i>md5sum</i>. This command should work on most Linux distros or you can upload the firmware into the router and calculate the checksum via a [[Command line interfaces|command line interface]].
 +
 
 +
When you select a firmware image file for upload via the System -> Firmware page, the file gets uploaded into <i>/tmp/</i> directory with the name <i>firmware.img</i>. So the command to calculate the checksum should look like this:

Latest revision as of 15:38, 5 January 2022

You can calculate the checksum of a firmware image file using md5sum. This command should work on most Linux distros or you can upload the firmware into the router and calculate the checksum via a command line interface.

When you select a firmware image file for upload via the System -> Firmware page, the file gets uploaded into /tmp/ directory with the name firmware.img. So the command to calculate the checksum should look like this: