Elixir pod pypy

 apt-get install libpq-dev pypy/bin/pip install psycopg2ct map CT version: from psycopg2ct import compat compat.register()

April 18, 2012

JTAG in the SC2105, which means by stupidity I have more work to do

I have been struggling with a certain device for some time and currently my problem is to take control of the processor. In theory, you could say that jtag will take care of the problem. The problem, however, is that the device I am trying to bring back to life is extremely unpopular. Not only is there no service documentation for the device itself, but finding anything more about the processor than a flyer borders on the miraculous. The processor is an LSI Logic SC2105. So far I know it’s an SoC and has a MIPS core in it, so when I get to the jtag, I know how to set the registers to make it controllable. On the motherboard I have a lot of different pins, after testing I think I found the ones responsible for JTAG. And now the fun begins. ...

September 29, 2011