Guest

rhk

By: a guest on Oct 16th, 2008  |  syntax: None  |  size: 2.14 KB  |  hits: 116  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. #KERNEL:
  2.  
  3. rhk@rubert:~/freerunner/images$ sudo ./dfu-util -a kernel -R -D Om2008.9-gta02-20080916.uImage.bin
  4. dfu-util - (C) 2007 by OpenMoko Inc.                                                              
  5. This program is Free Software and has ABSOLUTELY NO WARRANTY                                      
  6.  
  7. Opening USB Device 0x0000:0x0000...
  8. Claiming USB DFU Runtime Interface...
  9. Determining device status: state = appIDLE, status = 0
  10. Device really in Runtime Mode, send DFU detach request...
  11. Resetting USB...
  12. Opening USB Device...
  13. Found Runtime: [0x1d50:0x5119] devnum=7, cfg=0, intf=0, alt=3, name="kernel"
  14. Claiming USB DFU Interface...
  15. Setting Alternate Setting ...
  16. Determining device status: state = dfuIDLE, status = 0
  17. dfuIDLE, continuing
  18. Transfer Size = 0x1000
  19. bytes_per_hash=37894
  20. Starting download: [##################################################] finished!
  21. state(2) = dfuIDLE, status(0) = No error condition is present
  22. Done!
  23. Resetting USB to switch back to runtime mode
  24. rhk@rubert:~/freerunner/images$
  25.  
  26. #FDOM
  27.  
  28. rhk@rubert:~/freerunner/images/fdom/compartida.net/openmoko/FDOM$ sudo ../../../dfu-util -a rootfs -R -D Fat_and_Dirty_OM.200809_20080927.rootfs.jffs2                                  
  29. dfu-util - (C) 2007 by OpenMoko Inc.                                                        
  30. This program is Free Software and has ABSOLUTELY NO WARRANTY                                
  31.  
  32. Opening USB Device 0x0000:0x0000...
  33. Claiming USB DFU Runtime Interface...
  34. Determining device status: state = appIDLE, status = 0
  35. Device really in Runtime Mode, send DFU detach request...
  36. Resetting USB...
  37. Opening USB Device...
  38. Found Runtime: [0x1d50:0x5119] devnum=10, cfg=0, intf=0, alt=6, name="rootfs"
  39. Claiming USB DFU Interface...
  40. Setting Alternate Setting ...
  41. Determining device status: state = dfuIDLE, status = 0
  42. dfuIDLE, continuing
  43. Transfer Size = 0x1000
  44. bytes_per_hash=2589982
  45. Starting download: [##################################################] finished!
  46. state(2) = dfuIDLE, status(0) = No error condition is present
  47. Done!
  48. Resetting USB to switch back to runtime mode
  49. rhk@rubert:~/freerunner/images/fdom/compartida.net/openmoko/FDOM$