NOTE: this document/procedure is somewhat fragmentary.
The first step is to hook up a serial console to access u-boot. The unit has pads for the serial port for connection to a level shifter such as the A232DBH3v (in the middle of the page) available from CompSys. Since the pads did not fit and easily obtainable set of connectors I soldered wires to a 2.54mm 4 pin single row header that I hot-glued down. Here is a picture of the connector and pictures of the A232DBH3v, inside and out. I also added a JTAG connector , seen in the pictures.
The source code used in this procedure is available from D-Link, as a single tarfile here, the file I used is here.
mkimage -A ppc -O linux -T ramdisk -C gzip -a 0 -e 0 -d <gziped ext2 image> -n default <u-boot ramdisk image>Amoung other files on the ramdisk is a CRAMFS image, "image.cfs"
Last Updated Jan 01, 2007