Uwe Hermann pisze:
As per "OpenOCD flash programming STR9-comStick" thread from a while ago, here are two board files for the different revisions of the Hitex STR9-comStick eval board.
I attach the modified version of the above patch to match the files that would be moved by the patch I've posted a moment ago. If my patch get's committed - use the attached patch for 2 different variants of comstick instead of the one above.
4\/3!!
Index: src/target/board/hitex_str9-comstick_a1.cfg =================================================================== --- src/target/board/hitex_str9-comstick_a1.cfg (revision 0) +++ src/target/board/hitex_str9-comstick_a1.cfg (revision 0) @@ -0,0 +1,11 @@ +# +# Hitex STR9-comStick, revision STR912CS-A1 +# +# http://www.hitex.com/index.php?id=383 +# + +set BSTAPID 0x1457f041 + +source [find interface/str9-comstick.cfg] +source [find board/hitex_str9-comstick.cfg] + Index: src/target/board/hitex_str9-comstick_a2.cfg =================================================================== --- src/target/board/hitex_str9-comstick_a2.cfg (revision 0) +++ src/target/board/hitex_str9-comstick_a2.cfg (revision 0) @@ -0,0 +1,11 @@ +# +# Hitex STR9-comStick, revision STR912CS-A2 +# +# http://www.hitex.com/index.php?id=383 +# + +set BSTAPID 0x2457f041 + +source [find interface/str9-comstick.cfg] +source [find board/hitex_str9-comstick.cfg] +
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
