I/O problems with SD card

Andy Green andy at openmoko.com
Mon Nov 24 09:56:56 CET 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Somebody in the thread at some point said:
| 2008/11/24 Nikita V. Youshchenko <yoush at debian.org>:
|>>    Yes, I know that, but I'm unable to connect to the phone through
|>> DFU protocol because Neo don't offer itself as a device supporting
|>> DFU.
|> Have you tried to connect usb cable AFTER freerunner started NOR u-boot?
|
|    I haven't; will do that later at home since I have neither phone
| nor Linux box here at work... Thanks for the hint.

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

- -Andy
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkkqbFgACgkQOjLpvpq7dMp+CACeLhIe8mB/48vnksV/ThM75V7V
m2oAnRdtakyxkEgnDiDyDYRpHbLwTnJs
=U+2O
-----END PGP SIGNATURE-----




More information about the community mailing list