Why? they don't work. Have you tried them yourself? On an FC 11 box with Minicom installed, as per the readme?
# cd /home/sheevaplug/openocd.binaries/bin
# ./openocd -f target/board/sheevaplug.cfg -c init -c sheevaplug_reflash_uboot -c exit
Yes. I have flashed U-Boot using GuruPlug-Installer and also kernel, rootfs(ubi) image as per this page,
http://www.openplug.org/plugwiki/index.php/Reflashing_images_on_the_GuruPlugI used GuruPlug-Installer from above page and after flashing U-boot, just wrote environment variables.
Make sure you have connected JTAG board and appropriate cables.
Here is my log,
guruplug-installer]# ./runme.sh /tftpboot/uboot.guruplug.bin
**** Preparing environment variables file ...
**** Burning uboot and environment variables ... This will take few
minutes ...
Open On-Chip Debugger 0.2.0-in-development (2009-05-17-10:32) svn:1800M
BUGS? Read
http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS $URL:
http://svn.berlios.de/svnroot/repos/openocd/trunk/src/openocd.c $
2000 kHz
dcc downloads are enabled
Info : JTAG tap: feroceon.cpu tap/device found: 0x20a023d3 (Manufacturer:
0x1e9, Part: 0x0a02, Version: 0x2)
Info : JTAG Tap/device matched
Error: unknown EmbeddedICE version (comms ctrl: 0x00000018)
Warn : no telnet port specified, using default port 4444
Warn : no gdb port specified, using default port 3333
Warn : no tcl port specified, using default port 6666
target state: halted
target halted in ARM state due to debug-request, current mode: Supervisor
cpsr: 0x000000d3 pc: 0xffff0000
MMU: disabled, D-Cache: disabled, I-Cache: disabled
0 0 1 0: 00052078
NAND flash device 'NAND 512MiB 3,3V 8-bit' found
successfully erased blocks 0 to 2 on NAND flash device 'NAND 512MiB 3,3V
8-bit'
wrote file openocd/uboot.bin to NAND flash 0 up to offset 0x0002c000 in
27.543037s
target state: halted
target halted in ARM state due to debug-request, current mode: Supervisor
cpsr: 0x000000d3 pc: 0xffff0000
MMU: disabled, D-Cache: disabled, I-Cache: disabled
0 0 1 0: 00052078
NAND flash device 'NAND 512MiB 3,3V 8-bit' found
successfully erased blocks 2 to 4 on NAND flash device 'NAND 512MiB 3,3V
8-bit'
wrote file openocd/uboot-env.bin to NAND flash 0 up to offset 0x00060000 in
19.960396s
**** U-boot should be up and running now. Open your console ...