User's Guide

II-VI Incorporated
375 Saxonburg Boulevard
Saxonburg, PA 16056
T. 724.352.4455 | F. 724.352.5284 | www.ii-vi.com
ramips/bin
7. Find a package file named helloworld_x.x.x-x_ramips_24kec.ipk
8. Transfer the helloworld_x.x.x-x_ramips_24kec.ipk file from the host Linux machine to the XMF-H
board using SCP.
Linux_Prompt [SDK/bin/ramips/packages/base]$ scp helloworld_x.x.x-x_ramips_24kec.ipk
root@ipaddress:
Execute following steps on XMF-H board.
9. In the system console of the XMF-H board, navigate to the location of the .ipk file and apply
command
root@xmf-h:~# opkg install helloworld_x.x.x-x_ramips_24kec.ipk
10. After the installation is complete, type helloworld and you'll see the output of binary on XMF-H
root@xmf-h:~# helloworld
11. Enter following command to remove any installed application / module.
root@xmf-h:~# opkg remove helloworld