A JTAG emulator for use with a Hawkboard and OpenOCD?

Posted by David Brown on Stack Overflow See other posts from Stack Overflow or by David Brown
Published on 2010-06-16T22:24:13Z Indexed on 2010/06/16 23:02 UTC
Read the original article Hit count: 391

Filed under:
|
|
|
|

I'd like to try bare metal ARM programming with the Hawkboard, but the deployment process looks awful. I'm totally new to this, so I could be misunderstanding the instructions, but it appears that I have to use a program called AISgen to convert the binary file, then boot with u-Boot over UART and copy the AIS binary into memory. Not only is that a lot of stuff to do every time I make a change, it also doesn't give me the ability to debug with GDB.

The best solution for this that I can find is JTAG. But the prices for these JTAG emulators look ridiculous. I'm not even sure which ones will work with the Hawkboard and which ones won't. So far, my best bet appears to be the Flyswatter, but the pin layout is different.

Basically, I need something that's relatively cheap and works with the Hawkboard and OpenOCD.

Any suggestions? Or is there another way I could do this, perhaps?

© Stack Overflow or respective owner

Related posts about gdb

Related posts about arm