Re: Problem loading images to nRF52DK board

2017-04-04 Thread will sanfilippo
BTW, I am curious: what modifications are you going to make to the controller? If you do not want or cannot say, no problem. Just interested to hear different use cases/modifications that folks want to do. Oh, and my post was just to get you going quickly; I am sure we can debug your issue. >

Re: Problem loading images to nRF52DK board

2017-04-04 Thread Christopher Collins
Hi Greg, On Tue, Apr 04, 2017 at 06:48:31PM +, Greg Foringer wrote: > Hello, > > I've spent about 16 hours trying to get the nrf52_boot and blehci image > flashed to my board. I'm hoping someone has some insight about my problem. > > I have installed all the SEGGER JLink tools and drivers

Re: Problem loading images to nRF52DK board

2017-04-04 Thread will sanfilippo
Hello Greg: Not sure why you are having problems using the newt tool to download, but JLinkExe can load binary files. There is a command called “loadbin” that will allow you to load a binary file at a given location. Load the bootloader at 0 and the img file that you created at address 0x8000.

Problem loading images to nRF52DK board

2017-04-04 Thread Greg Foringer
Hello, I've spent about 16 hours trying to get the nrf52_boot and blehci image flashed to my board. I'm hoping someone has some insight about my problem. I have installed all the SEGGER JLink tools and drivers (v6.14c) on both my OSX host and my Ubuntu 16.04 guest. When using JLinkExe, it can

Re: Adding platform specific API to get public and/or random static address

2017-04-04 Thread will sanfilippo
Marcel: Thanks for the clarification on the public address and that for BLE the two LSbits of the MSbyte do not apply. I do understand the trickiness of changing the public address but it is certainly helpful for debugging/testing. > On Apr 3, 2017, at 9:38 AM, Marcel Holtmann