On Wed, Jun 25, 2008 at 9:35 AM, Pieter Conradie <[EMAIL PROTECTED]> wrote: > Hi List, > > > > My target board has external flash on it (Intel NOR Flash JS28F128P30T85 > 128MBit). I am observing a bug (?) where it is reported as flash bank 1 and > an extra flash bank is reported as 0 with 0 size.
Good one :-) Your flash bank comment is missing the "#". The bug in OpenOCD is that it does not yield a syntax error in this case. ##################### # Flash configuration ##################### flash bank cfi <base> <size> <chip width> <bus width> <target#> flash bank cfi 0x10000000 0x01000000 2 2 0 Should have been => ##################### # Flash configuration ##################### #flash bank cfi <base> <size> <chip width> <bus width> <target#> flash bank cfi 0x10000000 0x01000000 2 2 0 -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development