-
Notifications
You must be signed in to change notification settings - Fork 0
Updating the PAWS Firmware
Heidi-ann edited this page Jul 3, 2014
·
2 revisions
The following are the instructions for updating the PAWS router firmware and pushing the updates to the PAWS router remotely
-
Make the changes that you want to paws-firmware and commit them to the git
-
SSH into server and update version numbers in generate-ipk
$ ssh -i @server01.horizon.emnet.co.uk $ sudo su paws $ cd /home/paws/paws-server/ $ vi generate-ipk.sh # and update the old version and version numbers $ ./generate-ipk # during this you will be asked to login as root and commit to git
The new ipk is now available at http://server01.horizon.emnet.co.uk/paws-ipk/ and https://github.com/pawsnet/paws-server/tree/master/paws-ipk
Pushing updates to PAWS routers
- Push update to PAWS routers $ cd .. $ ./bdm list # to check your router is connected $ ./bdm upgrade $ ./bdm console $ opkg info paws # and check that the version is as you expect