mtrensch / netx_openocd_scripts

OpenOCD Scripts for the Hilscher netX Chip
3 stars 1 forks source link

netx90 openocd scripts #1

Closed tejainece closed 5 years ago

mtrensch commented 5 years ago

I assumed, as there was no further description, you meant netX90 supporting scripts. I've added them now, so this issue should be closed

tejainece commented 5 years ago

Thanks! I will test the new next90 scripts.

I noticed that config script for netx90 is missing: https://github.com/mtrensch/netx_openocd_scripts/tree/master/config. It seems other config scripts are just scouring other scripts from target and interface.

Unrelated question, do you work for Hilscher?

mtrensch commented 5 years ago

I noticed that config script for netx90 is missing: https://github.com/mtrensch/netx_openocd_scripts/tree/master/config. It seems other config scripts are just scouring other scripts from target and interface.

Those scripts were meant for easier starting of openOCD (and for lazy guys like me). Basically you can only use the files in boards + interfaces, which is the default in openOCD. openocd -f interface/hilscher_nxhx90_jtag.cfg -f board/hilscher_nxhx90_jtag.cfg is the same as openocd -f config/nxhx90_jtag.

Added it now as b06a0552ea82d8c9a500936f7dc74affd8a69e61

Unrelated question, do you work for Hilscher?

Yes, but the openOCD scripts hosted here were a private project at start and still are. I

tejainece commented 5 years ago

Nice! Thanks for quick response.