Zekog

Arrived here after a very ough trip from Xining, mostly because of the cold,

Zekog

Heading to Tongren (north) next and will have a break there for among other things a wash (its just too cold to even thing about something like that).

Pete

Arrived in Xining

Well after some unknown hours in flights and airports (leaving Syndey at 10am) and arriving in Xining the next day at 1 pm I was a bit over flights.

I rode from Xining airport into the city ~30 km, when we got off the plane they said we might need a jacket, as it was -13 C outside, this made cycling a bit cold.

Its been a bit cloudy and dusty here today (and yesterday) buy very dry and clear. There is nothing green around, all the hills are brown as all the trees have lost there leaves.

I thought I might escape xmas, but the school children were singing carols when a walked passed a school yesterday.

Xining looks like it has every thing though, nice food, its a large booming Chineese city. Might try and head out on Monday to Qinhai lake, and experience cold weather cycling.

I have a digital camera, so might try and upload some photos to the next post.

building openocd

Into the openocd ftdi maze

Using MingW

need,

http://www.ftdichip.com/Drivers/D2XX.htm

openocd here,

http://sourceforge.net/projects/openocd/

./configure –enable-maintainer-mode –disable-werror –disable-shared –enable-ft2232_ftd2xx –with-ftd2xx-win32-zipdir=/home/openocd/ftd2xx CC=”gcc -mno-cygwin”

no spaces in path to fdti driver

use ftdi config files from here,

http://www.olimex.com/dev/arm-usb-ocd.html

http://www.olimex.com/dev/soft/arm/JTAG/ARM-USB-OCD-DRIVER.zip

uninstall USB device driver for both endpoints, re-plug
select driver from list, and have disc
should get a USB JTAG interface and USB serial driver, and under ports, a ARM-USB-OCD serial port

openocd -f interface/arm-usb-ocd.cfg -f target/lpc2148.cfg should work