Hi Edgar, It worked!
All I needed to know to do it quickly without losing a night was that http://openfacts.berlios.de/index-en.phtml?title=OpenOCD_configuration is obsolete! I needed to read documentation from svn/doc/openocd.info! Your hint was essential for me to see that webpage documentation was wrong. I'll edit wiki page later and put a note about that. Now I have to sleep! Thanks! Edgar Grimberg escreveu: > Hi, >> >> At my best try, it could communicate with the arm7, but I got the >> following messages on the screen: >> Info: options.c:50 configuration_output_handler(): Command probe not >> found >> Info: options.c:50 configuration_output_handler(): Command erase not >> found >> Info: options.c:50 configuration_output_handler(): Command write not >> found >> >> > Your problems start here (from the log): > > Error: str7x.c:188 str7x_flash_bank_command(): unknown STR7x variant: '0' > > Try with the following line in the configuration script, instead of yours: > flash bank str7x 0x40000000 0x00040000 0 0 0 STR71x > > If you look at the source files, there are some scripts to help you > start writing your own: /src/target/target/str710.cfg > > Edgar > _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
