Following the Movesense sampling rate issue I reported in my previous question, I am trying to update the device firmware to the new release "1.2.0" to see if it can resolve the issue. My system is Windows 64bit. There seem to be missing instructions on how to upgrade to this version or maybe I did not find them: I have made the installations according to:
"Automated setup on all operating systems using Vagrant"
Which are:
- Get Vagrant for your platform
- Get Virtualbox (easiest way to run and manage VMs)
- Clone this repository and run vagrant up - this will pull the ubuntu image and set up the environment necessary to develop Movesense software. This should take around 3 minutes.
Once the box is up, run vagrant ssh in the directory. You will be taken to the fully set up environment and ready to start developing. A great place to go next is Example application build flow below
Then I did as instructed:
ninja dfupkg
I get the following error message:
ninja: error: loading 'build.ninja': No such file or directory
I also did the manual installation under "Manual setup on Windows". Being in the cloned repository I also tried ninja dfupkg To receive similar error message.
I guess there is some build and make to do before I can do the packing. However I did not find anywhere in the instructions how to do it in order to upgrade to the new release "1.2.0".
Can you assist?
By the way, why not supply the required .zip file: "movesense_dfu.zip" in the repository; and thus get rid of the need to spend hours and install many unrequired tools for those who only want a firmware update?