Thursday, May 29, 2008

Capitalism does not have a heart and socialism does not have a mind.

I think so. That's why we need something in the middle.

Wednesday, May 28, 2008

openocd in Ubuntu

Error: ft2232.c:1413 ft2232_init_ftd2xx(): unable to open ftdi device: 2

What worked for when I was getting this error was to kick off openocd with sudo.e.g. instead of 'openocd -f jtagkey-arm7.cfg' try 'sudo openocd -f jtagkey-arm7.cfg'

-daa