On Thursday 03 May 2012 15:47:17, Spencer Oliver wrote: > On 3 May 2012 14:27, Alexander Stein > > <[email protected]> wrote: > > Hello, > > > > I noticed in recently openocd revision I can't write to CFI NOR-Flash > > always> > > getting this error message: > >> Unknown ARM architecture > > > > While I know my commands worked some time ago. > > I did > > > >> git bisect start src/flash/nor/cfi.{c,h} > > > > and finally arrived at commit > > 9933fa334de551096674d4044ed7ac2152213e8b cfi: unsupported code paths now > > report and return error > > > > What needs to be done to fix that? > > I would say replace the line on cfi.c:1820 with > else if (is_arm(target_to_arm(target))) {
Yep, that did the trick. Best regards, Alexander ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
