> > Here are more doc updates > > - get rid of most PDF generation errors, like the > "line too long" ones, as well as the "can't do > sane linebreak" warnings > > - restructure flash driver descriptions so each > driver's info is in one place, not scattered > through up to three locations > > - restructure flash command presentation > > This was done with reference to the code, so many errors and > omissions were also fixed. > > Basically after these three patches, NOR and NAND flash docs > use parallel structure, and the command index is much more > filled out. The NOR docs are now a *LOT* more complete and accurate. > > However, there are still six flash drivers that are not > documented. And the str9xpec driver docs are still a mess > (albeit now a *localized* mess); and the "mflash" stuff still > looks kind of like it doesn't really belong in that chapter. > >
One point i would make - you have added a comment that the mass_erase cmds are pointless. Ttue the same thing can be acheived using erase_address or erase_sector but you need to know the flash info. mass_erase enables the whole device to be erased without knowing this kind of information. perhaps we can add a feature that will erase the whole bank, eg. flash erase_all <bank number> or modify one the of the existing erase functions. Cheers Spen _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
