Skip to content

Updating Wiselib iSense

Henning Hasemann edited this page May 17, 2014 · 3 revisions

In case you want to update the wiselib (e.g., in the VM) to a newer version, you can use the "git pull" command. In the VM, you can do so by executing "git pull" in the directory ~/wiselib in your home directory. Depending on your working copy, you'll maybe have to execute "git stash" before so stash your changes and "git stash apply" afterwards.

If you are using the wiselib for the iSense nodes, you will likeley have to update to a newer iSense version as well. First, download the following file: http://coalesenses.com/download/iSenseIPv4Firmware_2v0.zip then extract it to

~/sensor-os/isense/isense_sdk/iSense

(or whereever your local iSense is installed) and overwrite all existing files.

Afterwards you will have to make the following changes in file:

./sensor-os/isense/isense_sdk/iSense/lib/jennic/5148_1v4/Chip/JN5148/Build/config_JN5148.mk

Replace

LDFLAGS += -march=ba2

with

# LDFLAGS += -march=ba2

(that is: comment that line) and you should be good to go.