stm upgrade f [u] [n] [p]

Updates the CTM200's Mini Micro FW. The "cmd stm upgrade" command requires 4 parameters when accessing an FTP server, 2 parameters when accessing an HTTP server or scripts locally.

f = imagefile.tarName of the file containing the firmware image
u = <blank>Same as localhost
u = localhostLocalhost, image must be in /tmp
u = urlURL, can be IP address. Prefixed by ftp:// or http://, if no prefix is specified (eg. cypress.bc.ca) then ftp:// is used.
n = usernameUsername for FTP server, must not contain special characters
(Optional)
p = passwordPassword for FTP server, must not contain special characters
(Optional)

Notes:


Examples:

  1. From Cypress FTP server:
    cmd stm upgrade CTM2xxMiniMicro-CRC-R99.bin.tar cypress.bc.ca cypress PASSWORD
    cmd stm upgrade CTM2xxMiniMicro-CRC-R99.bin.tar ftp://cypress.bc.ca cypress PASSWORD
    
  1. From Cypress URL site.:
    cmd stm upgrade CTM2xxMiniMicro-CRC-R158.bin.tar http://www.cypress.bc.ca/repository/openctm/eng13
    cmd stm upgrade http://www.cypress.bc.ca/repository/openctm/eng13/CTM2xxMiniMicro-CRC-R158.bin.tar      <---must be on firmware 3057 or above
    
  1. From the local folder, /tmp:
    cmd stm upgrade CTM2xxMiniMicro-CRC-R158.bin.tar localhost
    

See also: Diagnostics and Logging, Firmware Upgrade and Configuration


Firmware revision 2.0.1.2221

Last modified 6 years ago Last modified on 14-01-08 03:46:02 PM