10 years ago, the use of paper _ opkg management software updates

To avoid the debugging process every time flashed flash, you can use opkg management tools to implement a single package update

A first configuration http server, so that it can access the package generated ipkg format, such as your working directory / home / xxx / build / r8610 / firmware, apache home directory in / vaw / ww / html, then

cd / var / www / html

mkdir i386

sudo mount –bind /home/xxx/build/r8610/firmware/bin/packages/i386 i386

Preferably modify the port number in /etc/httpd/conf/httpd.conf

Open your browser to http: // localhost: port / i386, see if you can get a directory

Second, modifying the configuration /etc/opkg.conf development board, at the address provided above

Run opkg update

opkg install <package name> 或者opkg install <package name> -force-reinstall

This eliminates every brush flash

Guess you like

Origin www.cnblogs.com/hshy/p/10927759.html