Changes

no edit summary
Line 13: Line 13:  
==CLI==
 
==CLI==
    +
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:
    +
md5sum /tmp/firmware.img
 +
3839a3ef2b7f483ce0c44304fab7791a  /tmp/firmware.img
 +
 +
Bellow the command is the expected response (for RUT9XX_R_00.05.00.5 FW in this example), which contains the checksum and the path to the file.
    
==WebUI==
 
==WebUI==

Navigation menu