Fabio Utzig
Fabio Utzig
Check what's your system's `go version`? This tool requires at least Go 1.12.
> I was able with minor changes to perform the decryption when copying image data from the scratch area to the primary slot instead, and it seems to work fine....
> On the other hand, is the issue @nordicjm mentioned occurring when resetting the device during an upgrade process? If it does, I think there might be some nondeterministic/hardware-specific behavior...
> Have you looked at supporting [WebUSB](https://wicg.github.io/webusb/), [Web Serial](https://wicg.github.io/serial/) and/or [WebHID](https://wicg.github.io/webhid/)? That would expand the utility of this library to devices that don't have BT connectivity. Haha, I didn't know...
I would suggest updating the docs to install whatever is latest: `brew install gcc-arm-none-eabi` (with no version given). It's very unlikely that a newer version of gcc will be breaking...
@jacobrosenthal Is this still relevant? /cc @mlaz
Thanks, we'll update it today. The latest version of docker in our repo should have `1.4.1` but I think it was not pushed, so we'll update to 1.5.0 today and...
@harvv Docker hub is updated now, so you should be able to get the latest version with: `docker pull mynewt/newt`. @aditihilbert Is there a way to maintain these documentation numbers...
I think that `newt` only uses the one from `master`, but having copies in other branches is not a problem (just ignored).
Hmmm OK, CI passed now because I fixed the dependency graph when passing `repo` arguments to `upgrade`. So I'll drop the CI changes and it will break again, because there...