Hi Chris,
Still having issues with the versions. Running through the tutorials I
noticed that some files have changed.
I tried this:
https://mynewt.apache.org/latest/tutorials/blinky/arduino_zero.html
The app/boot was removed after version 1.6.0
Is there a replacement for that now? A change of the core version number in
project.yml did not help.
The error still is:
Error: Could not resolve app package: @apache-mynewt-core/apps/boot

On Mon, Aug 5, 2019 at 3:10 PM Dr. Juergen Kienhoefer <juer...@aircable.net>
wrote:

> Thank you very much, that did it. On MacOS this gets only the old 1.5.0
> version with no way to upgrade to 1.7.0
>
> $ brew tap JuulLabs-OSS/mynewt
> $ brew install mynewt-newt
>
>
> Installing the newt binary from your link got the latest 1.7.0 version and
> I was able to upgrade and build an example for the Dialog chip.
> Cheers
>
>
> On Mon, Aug 5, 2019 at 2:12 PM Christopher Collins <ch...@runtime.io>
> wrote:
>
>> Hi Juergen,
>>
>> Run the following:
>>
>>     newt upgrade && newt sync
>>
>> (instead of `newt install`).  This will download updates for those
>> Mynewt repos.
>>
>> You might also need to upgrade your version of the newt tool.  I am not
>> sure how the brew distribution gets updated, but it looks like we have
>> fallen behind here.  I will look into getting this updated today.  In
>> the meantime, you can download the 1.7.0 macOS binary here:
>> https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.7.0/
>>
>> (click the top link, then `apache-mynewt-newt-bin-osx-1.7.0.tgz`).
>>
>> Chris
>>
>> On Mon, Aug 05, 2019 at 12:53:08PM -0700, Dr. Juergen Kienhoefer wrote:
>> > Hi, I was wondering how I can get the latest BSP on a MacOS
>> installation.
>> > Installing newt with brew gets version 1.5.0. The bsp is in 1.7.0
>> >
>> > newt install
>> >
>> > Skipping "apache-mynewt-core": already installed (1.5.0)
>> >
>> > Skipping "mcuboot": already installed (0.0.0)
>> >
>> > Skipping "apache-mynewt-nimble": already installed (1.0.0)
>> >
>> > Skipping "mynewt_arduino_zero": already installed (0.0.0)
>> >
>> >
>> > then
>> >
>> >
>> > newt target set mytarget
>> > bsp=@apache-mynewt-core/hw/bsp/dialog_da1469x-dk-pro
>> >
>> > newt build mytarget
>> >
>> >
>> > gets me that error:
>> >
>> > Error: Could not resolve BSP package:
>> > @apache-mynewt-core/hw/bsp/dialog_da1469x-dk-pro
>> >
>> >
>> > my project file:
>> >
>> > repository.apache-mynewt-core:
>> >
>> >     type: github
>> >
>> >     vers: 1-latest
>> >
>> >     user: apache
>> >
>> >     repo: mynewt-core
>> >
>> >
>> > Still does not give me that BSP.
>> >
>> >
>> > Any suggestions would be appreciated.
>>
>

Reply via email to