You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/12/21 16:37:18 UTC

[GitHub] [mynewt-newt] ccollins476ad commented on issue #343: Mcuboot hack to prevent `newt upgrade` failure

ccollins476ad commented on issue #343: Mcuboot hack to prevent `newt upgrade` failure
URL: https://github.com/apache/mynewt-newt/pull/343#issuecomment-568194214
 
 
   @gigi81 Yes, I'm afraid you'll have to build from source until we release a new version of newt.  You can build newt using the following steps (this is untested; I don't have a Debian / Ubuntu distro to test with at the moment):
   
   1. Uninstall the old version of newt:
   ```
   sudo apt remove mynewt-newt
   ```
   
   2. Install Go (I'm assuming this gives you a recent enough version):
   ```
   sudo apt install golang-go
   ```
   
   3. Install newt:
   ```
   go get mynewt.apache.org/newt/newt
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services