I have been unable to coerce my Neo to charge batteries, so I have a feeling it has to do with the uboot image I flashed.  Should I manually charge the batteries some other way? or continue trying to reflash the original uboot revision?  (Can you even use the debug board if the battery is dead?)
<br><br>My current uboot revision:&nbsp; u-boot-gta01bv4-r11_e80955f07de03fef0196353e77534b2300193c1c_0_2348.bin<br><br>What I am trying to do right now is get up and running with openocd, but I cannot get around this one error:
<br><br># openocd -f /etc/openocd/openocd.cfg<br>Info:&nbsp;&nbsp;&nbsp; openocd.c:84 main(): Open On-Chip Debugger (2007-01-31 12:00 CET)<br>Error:&nbsp;&nbsp; jtag.c:1181 jtag_examine_chain(): JTAG communication failure, check connection, JTAG interface, target power etc.
<br><br>I know this means that it has found the debug board, but I am unsure what I should do to initialize the phone.&nbsp; (Simple as power?)<br><br>I have my Neo wired up to the debug board, (2.7v) dead battery inside.<br><br>
<br><br>Here are the steps I used to get where I am on Debian Etch:<br>---------------------------------------------------------------------------------------------------------<br>moved 099_neo1973_debugboard.rules to /etc/udev/rules.d
<br><br>compiled/installed libusb-0.1.12<br>compiled/installed libftdi-0.10<br><br>add file usr-lib.conf to /etc/ld.so.conf.d/<br>insert line /usr/local/lib<br>run ldconfig<br><br><br>compiled/installed openocd from svn:<br>
svn co -r 137 <a href="http://svn.berlios.de/svnroot/repos/openocd/trunk">http://svn.berlios.de/svnroot/repos/openocd/trunk</a> openocd_137<br>./bootstrap<br>./configure --enable-parport_ppdev --enable-ft2232_libftdi<br>make; su; make install
<br><br><br>made /etc/openocd/openocd.cfg with:<br>telnet_port 4444<br>gdb_port 3333<br>interface ft2232<br>jtag_speed 0<br>ft2232_vid_pid 0x1457 0x5118<br>ft2232_layout &quot;jtagkey&quot;<br>reset_config trst_and_srst<br>
jtag_device 4 0x1 0xf 0xe<br>daemon_startup attach<br>target arm920t little reset_run 0 arm920t<br>working_area 0 0x200000 0x4000 backup<br>run_and_halt_time 0 5000 <br>ft2232_device_desc &quot;Debug Board for Neo1973&quot;
<br><br>---------------------------------------------------------------------------------------------------------<br><br>Some information I grabbed from here:<br><a href="http://wiki.openmoko.org/wiki/Debug_Board">http://wiki.openmoko.org/wiki/Debug_Board
</a><br><a href="http://wiki.openmoko.org/wiki/OpenOCD#OpenOCD_and_Debug_Board">http://wiki.openmoko.org/wiki/OpenOCD#OpenOCD_and_Debug_Board</a><br><a href="http://svn.openmoko.org/developers/werner/notes/openocd">http://svn.openmoko.org/developers/werner/notes/openocd
</a><br><br><br>Thanks,<br><br>Kyle<br><br>