Speedway Reader IPJ-R1000 for UHF Gen 2 RFID
32
config
image
factory
During the execution of these image management commands, the
reboot
command will also be rejected with the “Previous-
Command-In-Progress” error unless the force option is applied. All other
config
image
and
show
image
commands are
completed immediately and can be immediately followed by any other image management command.
7.6. Upgrade
Examples
Shown below is an example of command line activity demonstrating a successful upgrade, using the
push
method. The text
entries after the # sign are comments.
# Issue a command to upgrade using FTP. The file path is only an example.
>
> config image upgrade ftp://username:[email protected]/binaries/sop-
2_4_0.upg
Status=0,'Success' # command accepted
>
> show image summary # Query status
Status=0,'Success'
UpgradeStatus=Downloading # Reader determines upgrade is needed and starts download
# Current image info
primaryImageType=2
primaryImageSystemVersion='2.4.0.144'
primaryImageConfigVersion='255.255.255.255'
secondaryImageType=2
secondaryImageSystemVersion='2.4.0.128'
secondaryImageConfigVersion='255.255.255.255'>
> show image summary
Status=0,'Success'
UpgradeStatus=Erasing # Download OK. Erasing secondary flash
primaryImageType=2
primaryImageSystemVersion='2.4.0.144'
primaryImageConfigVersion='255.255.255.255'
secondaryImageType=2
secondaryImageSystemVersion='2.4.0.128'
secondaryImageConfigVersion='255.255.255.255'
>
> show image summary
Status=0,'Success'
UpgradeStatus=Programming # Now programming new image
primaryImageType=2
primaryImageSystemVersion='2.4.0.144'
primaryImageConfigVersion='255.255.255.255'
secondaryImageType=2
secondaryImageSystemVersion='2.4.0.128'
secondaryImageConfigVersion='255.255.255.255'
>
> show image summary
Status=0,'Success'
UpgradeStatus=Done # programming done successfully
primaryImageType=2
primaryImageSystemVersion='2.4.0.144'
primaryImageConfigVersion='255.255.255.255'
secondaryImageType=2
secondaryImageSystemVersion='2.4.0.128'
secondaryImageConfigVersion='255.255.255.255'
>