I presume my device is number 2 $ sudo ./dfu-util -l ... Found Runtime: [0x0b05:0x1712] devnum=2, cfg=0, intf=2, alt=0, name="UNDEFINED"
So using 2 as the device ID I got this error $ sudo ./dfu-util -a rootfs --device "2" -R -D Om2008.9.rootfs.jffs2 ... unable to parse `2' $ sudo ./dfu-util -a rootfs --device 2 -R -D Om2008.9.rootfs.jffs2 ... unable to parse `2' $ sudo ./dfu-util -a rootfs -d 2 -R -D Om2008.9.rootfs.jffs2 ... unable to parse `2' thanks J On Thursday 16 October 2008, Patrick Beck wrote: > ./dfu-util -a rootfs --device listed-id -R -D -- View this message in context: http://n2.nabble.com/Flashing-in-%28K%29Ubuntu-Linux-64bits-tp1340682p1340916.html Sent from the Openmoko Community mailing list archive at Nabble.com. _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

