Pack the application

Package Management Tool

Frequently used tools:

Check installed packages: $opkg list-installed

Check the information of the installed package: $ opkg info packagename

Install or update the application package: $opkg install ./packagename.ipk

Remove the installed package: $opkg remove package

For more information about how to use opkg, we can run $opkg –help on the TIYcam.

Demo Package Project

A demo package project has been provided. It can be downloaded from here. Download and unzip into the home directory on the host development PC.

Description of Packing

Run $./pkg-build on host development PC test to pack the application.

The description of test directory:

Run packing command:

Telnet into the TIYcam and do installation on TIYcam from the NFS mouting point:

Last updated