Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query

2018-07-12 Thread N K, Athira
[mailto:tommy_mur...@hotmail.com] Sent: Thursday, July 12, 2018 1:22 PM To: N K, Athira ; xiaof...@gmail.com; fercer...@gmail.com; mich...@schwingen.org Cc: OpenOCD-devel@lists.sourceforge.net Subject: Re:RE: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query > And I was trying to access f

Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query

2018-07-12 Thread Tommy Murphy
y Murphy [mailto:tommy_mur...@hotmail.com] Sent: Thursday, July 12, 2018 12:59 PM To: N K, Athira ; xiaof...@gmail.com; fercer...@gmail.com Cc: OpenOCD-devel@lists.sourceforge.net Subject: Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query http://openocd.org/getting-openocd/ On &

Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query

2018-07-12 Thread N K, Athira
...@gmail.com<mailto:xiaof...@gmail.com>] Sent: Wednesday, July 11, 2018 7:07 PM To: Paul Fertser mailto:fercer...@gmail.com>> Cc: N K, Athira mailto:athira...@honeywell.com>>; OpenOCD-devel@lists.sourceforge.net<mailto:OpenOCD-devel@lists.sourceforge.net> Subject: Re: [OpenOCD-d

Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query

2018-07-12 Thread Tommy Murphy
7:07 PM To: Paul Fertser mailto:fercer...@gmail.com>> Cc: N K, Athira mailto:athira...@honeywell.com>>; OpenOCD-devel@lists.sourceforge.net<mailto:OpenOCD-devel@lists.sourceforge.net> Subject: Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query On Wed, Jul 11, 2018 at 7:

Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query

2018-07-11 Thread N K, Athira
Where can I get the official OpenOCD code? Regards Athira -Original Message- From: Xiaofan Chen [mailto:xiaof...@gmail.com] Sent: Wednesday, July 11, 2018 7:07 PM To: Paul Fertser Cc: N K, Athira ; OpenOCD-devel@lists.sourceforge.net Subject: Re: [OpenOCD-devel] [External] Re: Fwd

Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query

2018-07-11 Thread Xiaofan Chen
On Wed, Jul 11, 2018 at 7:40 PM, Paul Fertser wrote: > On Wed, Jul 11, 2018 at 08:54:13AM +, N K, Athira wrote: >> But I get a response >> >> >> >> Ignoring read of non readable area - Request address: 0x8D000, Request size >> 184. >> Bytes successfully read: 0 > > git grep "Ignoring read" re

Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query

2018-07-11 Thread Tommy Murphy
Ah, ok, my mistake so. So the warning message alluded to is NOT in the master OpenOCD source base? On Paul Fertser , 11 Jul 2018 12:59 pm wrote: On Wed, Jul 11, 2018 at 11:53:20AM +, Tommy Murphy wrote: > Googling "OpenOCD" and "Ignoring read of non readable area" definitely returns > resul

Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query

2018-07-11 Thread Tommy Murphy
Googling "OpenOCD" and "Ignoring read of non readable area" definitely returns results including the one that I posted above about the patch that added this message. On Paul Fertser , 11 Jul 2018 12:40 pm wrote: On Wed, Jul 11, 2018 at 08:54:13AM +, N K, Athira wrote: > But I get a respon

Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query

2018-07-11 Thread Paul Fertser
On Wed, Jul 11, 2018 at 11:53:20AM +, Tommy Murphy wrote: > Googling "OpenOCD" and "Ignoring read of non readable area" definitely returns > results including the one that I posted above about the patch that added this > message. But http://openocd.zylin.com/#/c/2870/ wasn't merged upstream.

Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query

2018-07-11 Thread Paul Fertser
On Wed, Jul 11, 2018 at 08:54:13AM +, N K, Athira wrote: > But I get a response > >   > > Ignoring read of non readable area - Request address: 0x8D000, Request size > 184. > Bytes successfully read: 0 git grep "Ignoring read" returns 0 matches to me. Are you sure you're running OpenOCD? :)

Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query

2018-07-11 Thread N K, Athira
wingen.org] Sent: Wednesday, July 11, 2018 2:55 PM To: openocd-devel@lists.sourceforge.net Subject: Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query On 11.07.2018 10:54, N K, Athira wrote: Hello Tommy, Thank you for the quick response. Actually I could get an example command dump_image

Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query

2018-07-11 Thread Tommy Murphy
What does the openocd config file for your target/board have? Perhaps it's stating that this region of memory is write only? https://sourceforge.net/p/openocd/mailman/openocd-devel/?limit=100&style=flat&viewmonth=201507&viewday=16 From: N K, Athira Sent: Wednesday

Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query

2018-07-11 Thread Michael Schwingen
On 11.07.2018 10:54, N K, Athira wrote: Hello Tommy, Thank you for the quick response. Actually I could get an example command *dump_image empty.bin 0x8D000 185* But I get a response *Ignoring read of non readable area - Request address: 0x8D000, Request size 184. Bytes successfully read:

Re: [OpenOCD-devel] [External] Re: Fwd: Image Dump Query

2018-07-11 Thread N K, Athira
Hello Tommy, Thank you for the quick response. Actually I could get an example command dump_image empty.bin 0x8D000 185 But I get a response Ignoring read of non readable area - Request address: 0x8D000, Request size 184. Bytes successfully read: 0 Is there anyway to make these sections read