On Tuesday 19 January 2010, Øyvind Harboe wrote: > > > Another "bug/feature" is that the LPC driver will update the checksum > > > automatically. This will cause verify_image to fail when writing to LPC > > > flashes. > > > > I can't see anything to do with that beyond documenting it. > > > > If you write *without* enabling that checksum-updating feature, > > it won't boot (as I recall folk complaining). > > > > If you write with it *enabled*, then verify_image fails > > > > Sound right? > > Yes, but we still want a way to make "verify work" eventually :-) > > Possibly by adding a fn to the flash driver where by default it > would just verify normally...
Or an LPC-specific "verify_image" that can skip the checksum word. Or ... maybe just trim the verify_image output so that it can just boil down to "checksum word is different", which is something that can easily be ignored by users. - Dave _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
