2008/11/24 Andy Green <[EMAIL PROTECTED]>:
> My early problems with DFU disappeared after I took this approach in a
> script, it seems it can announce under two different PIDs (this one is
> for updating U-Boot):
>
> #!/bin/bash
> dfu-util -a 1 -d 0x1d50:0x5119 -D u-boot.udfu
> if [ $? -eq 1 ] ; then
> dfu-util -a 1 -d 0x1d50:0x5120 -D u-boot.udfu
> dfu-util -a 1 -d 0x1d50:0x5119 -D u-boot.udfu
> fi

   I'll try this as well, thanks, although listing of any connected
DFU devices with dfu-util -l outputs nothing, which means desktop
doesn't see Freerunner at all. I'll try Nikita's advice on connecting
USB cable after starting NOR u-boot.

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to