Re: DA1469x board support

2019-08-06 Thread Dr. Juergen Kienhoefer
Thank you for your help. So far so good, it seemed to work. Here are my steps loading the boot loader. Will continue with the app later. My plan is to build the blemesh app from Nimble on this board. pip3 install click cryptography newt new NewtBLE cd NewtBLE/ add external repositories to

Re: DA1469x board support

2019-08-06 Thread Andrzej Kaczmarek
Hi, On Wed, Aug 7, 2019 at 1:17 AM Dr. Juergen Kienhoefer wrote: > @mkiiskila: Thanks for providing the DA1469x board support. > I'm putting together a tutorial how to get Newt working on these boards > with Nimble. > So far I gathered these bits of information. Apparently, it's not quite >

Re: newest BSP on OSX

2019-08-06 Thread Dr. Juergen Kienhoefer
thanks Chris @utzig: the mcuboot app part worked to build the tools. Here is what I did, adjusting the tutorial https://mynewt.apache.org/latest/tutorials/blinky/arduino_zero.html newt target create arduino_boot newt target set arduino_boot bsp=@mynewt_arduino_zero/hw/bsp/arduino_zero newt

DA1469x board support

2019-08-06 Thread Dr. Juergen Kienhoefer
@mkiiskila: Thanks for providing the DA1469x board support. I'm putting together a tutorial how to get Newt working on these boards with Nimble. So far I gathered these bits of information. Apparently, it's not quite enough. Please help me getting it complete: PREREQ (not longer required)

Re: newest BSP on OSX

2019-08-06 Thread Christopher Collins
On Mon, Aug 05, 2019 at 02:13:54PM -0700, Christopher Collins wrote: > 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. FYI- I have updated brew with newt and newtmgr 1.7. Chris

Re: newest BSP on OSX

2019-08-06 Thread Fabio Utzig
On Tue, Aug 6, 2019, at 2:45 PM, Dr. Juergen Kienhoefer wrote: > 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:

Re: newest BSP on OSX

2019-08-06 Thread Dr. Juergen Kienhoefer
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