Hey Alexandre, Thank you for the report.
On Fri, May 15, 2015 at 05:32:45PM +0200, Alexandre F wrote: > Here it is. Ok, the cause is obvious now. CCing -devel. Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align ... LOAD 0x008000 0x08000000 0x08000000 0x00228 0x00228 RW 0x8000 LOAD 0x00a000 0x08002000 0x08002000 0x705a0 0x705a0 R E 0x8000 ... The first section is just 552 bytes, when GDB asks to erase it, it rounds it up to 2048. But the next section is at 8192, so there's still a gap left. And the failure reason is explained in this FIXME: [1] . Any brave soul willing to fix this properly? [1] https://sourceforge.net/p/openocd/code/ci/master/tree/src/flash/nor/core.c#l619 -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:[email protected] ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
