I tried to update my wipy board to release 1.1
First downloaded the binary.zip file form the release page
https://github.com/wipy/wipy/releases/tag/v1.1.0
Unpacked it and moved mcuimg.bin to /flash/sys/ via an ftp client (filezilla to keep things in sync with the doc).
First of all, the file is visible as long as you do not change the folder. However, that could be a caching thing of the ftp-client. Switching to another folder and back... its gone as described in the doc.
Resetting the wipy board and checking for the current version via a telenet connection
>> import os
>> os.uname()
I still end up with release 1.0.0.
That was to be expected since micropython welcome message refer to v1.4.6 where it should be 1.5 according to the release notes.
I tried to compile my own version from the source, however I noticed the source code zip-package from the release page does not contain the micropython source code.
Using my local git repro I could build the wipy firmware but it did not work either.
Any ideas what is going wrong?
Two side notes:
It seems my boot.py is not read during boot-up. I added to code to access the REPL via UART but it did not work. If I enter the code manually it works.
Within the docs for the UART-REPLY Echo there is a small type in the code part... os..... damn cancel that it was fixed as I was writing this...
