I/O problems with SD card

Evgeny Karyakin anthropophagite at gmail.com
Mon Nov 24 10:12:25 CET 2008


2008/11/24 Andy Green <andy at openmoko.com>:
> 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.




More information about the community mailing list