![Intel RSP Скачать руководство пользователя страница 39](http://html.mh-extra.com/html/intel/rsp/rsp_installation-and-user-manual_2071351039.webp)
Theory of Operation
2019Q2
Intel® RFID Sensor Platform (Intel® RSP)
338088-002
Page: 39
Installation & User Guide
9.5.2
Manual Update
Individual Linux Packages can be updated on the Intel® RSP Hx000 by manually installing
the .ipk from the command line. All the Linux Packages used on the Intel® RSP Hx000 are
available for individual download from the Intel® RSP Support website.
Copy and install each package to the Intel® RSP as shown below. The highlighted text
indicates user input.
$ scp –P62939 -i mfg_key.pvt <package>.ipk rrs-admin@<ip address>:~
$
$ ssh –p62939 rrs-admin@<ip address> -i mfg_key.pvt
<hostname>:~$ su –
root@<hostname>:~# cd /home/rrs-admin/
root@<hostname>:/home/rrs-admin# ipkg install <package>.ipk
Installing <package> to root...
Configuring <package>
Successfully terminated.
root@<hostname>:/home/rrs-admin# rm <package>.ipk
root@<hostname>:/home/rrs-admin# exit
logout
<hostname>:~$ exit
logout
Connection to <hostname> closed.
$