Re: newt load hang

2017-12-07 Thread marko kiiskila
> On Dec 6, 2017, at 11:14 AM, mostafa.ud...@gmail.com wrote: > >> Make sure that that old version of process JLinkExe is not running anymore. >> Sometimes that process fails to exit, and if it’s still there, it’s >> going to get in >> the way of ‘newt load’/‘newt debug’. >> >>

Re: newt load hang

2017-12-06 Thread mostafa.ud...@gmail.com
On 2017-12-06 11:53, marko kiiskila wrote: > > > On Dec 6, 2017, at 8:03 AM, Christopher Collins wrote: > > > > Hi Mostafa, > > > > On Wed, Dec 06, 2017 at 10:45:16AM -0500, Mostafa Abdulla Uddin wrote: > >> Hello, > >> > >> I have install mynewt 1.2.0

Re: newt load hang

2017-12-06 Thread mostafa.ud...@gmail.com
Hello Chris, Here is the output of the following command newt load nrf52_boot -ldebug -- 2017/12/05 20:45:50.703 [DEBUG] Searching for project file /Users/mostafa/dev/Go/btshell_proj/project.yml 2017/12/05 20:45:50.708 [DEBUG] Failed to read /Users/mostafa/.newt/repos.yml file

Re: newt load hang

2017-12-06 Thread mostafa.ud...@gmail.com
On 2017-12-06 11:03, Christopher Collins wrote: > Hi Mostafa, > > On Wed, Dec 06, 2017 at 10:45:16AM -0500, Mostafa Abdulla Uddin wrote: > > Hello, > > > > I have install mynewt 1.2.0 in my Mac OS 10.11.6. > > I am using Nordic Board > > nRF52 Development Kit (for nRF52832)

Re: newt load hang

2017-12-06 Thread marko kiiskila
Try running JLinkExe manually, see if that thing connects ok. I think we invoke something like this: JLinkExe -device nRF52 -speed 4000 -if SWD > On Dec 6, 2017, at 11:21 AM, mostafa.ud...@gmail.com wrote: > > > > On 2017-12-06 11:53, marko kiiskila

Re: newt load hang

2017-12-06 Thread mostafa.ud...@gmail.com
On 2017-12-06 11:53, marko kiiskila wrote: > > > On Dec 6, 2017, at 8:03 AM, Christopher Collins wrote: > > > > Hi Mostafa, > > > > On Wed, Dec 06, 2017 at 10:45:16AM -0500, Mostafa Abdulla Uddin wrote: > >> Hello, > >> > >> I have install mynewt 1.2.0

Re: newt load hang

2017-12-06 Thread Christopher Collins
Hi Mostafa, On Wed, Dec 06, 2017 at 10:45:16AM -0500, Mostafa Abdulla Uddin wrote: > Hello, > > I have install mynewt 1.2.0 in my Mac OS 10.11.6. > I am using Nordic Board > nRF52 Development Kit (for nRF52832) > > I am trying do load blinky project with shell enable. Unfortunately, my > load

newt load hang

2017-12-06 Thread Mostafa Abdulla Uddin
Hello, I have install mynewt 1.2.0 in my Mac OS 10.11.6. I am using Nordic Board nRF52 Development Kit (for nRF52832) I am trying do load blinky project with shell enable. Unfortunately, my load command paused. Note that I have erase previous image using Jlinkexe. I see it paused at following