Advertisement
Guest User

Untitled

a guest
May 28th, 2012
719
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. jostein@OFFICE:~/wheelie$ lsusb
  2. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  4. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  5. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  6. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  7. Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  8. Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  9. Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  10. Bus 001 Device 002: ID 03f0:b411 Hewlett-Packard
  11. Bus 001 Device 003: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter
  12. Bus 001 Device 004: ID 0644:0200 TEAC Corp. All-In-One Multi-Card Reader CA200/B/S
  13. Bus 002 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
  14. Bus 002 Device 003: ID 046d:0b04 Logitech, Inc.
  15. Bus 002 Device 004: ID 046d:c526 Logitech, Inc. Nano Receiver
  16. Bus 002 Device 016: ID 0955:7820 NVidia Corp.
  17. Bus 002 Device 006: ID 046d:c713 Logitech, Inc.
  18. Bus 002 Device 007: ID 046d:c714 Logitech, Inc. diNovo Edge Keyboard
  19. jostein@OFFICE:~/wheelie$ ./wheelie -2 -o 0x300d8011 --bl bootloader.bin -c transformer.bct
  20. Wheelie 0.1 - Preflight for nvflash.
  21. Copyright (c) 2011-2012 androidroot.mobi
  22. ========================================
  23.  
  24. Using SBK type 2.
  25. Using bootloader: 'bootloader.bin'.
  26. Using BCT: 'transformer.bct'.
  27. ----------------------------------------
  28.  
  29. [=] Chip UID: 0x37c708940405357
  30. [=] RCM Version: 0x20001
  31.  
  32. [=] CPU Model: Tegra 2
  33. [=] Secure Boot Key Set: Yes
  34. [+] Sending BCT
  35. Sending file: 100 %
  36. [+] Sending ODMData 0x300D8011
  37. [+] Sending bootloader...
  38. Sending file: 100 %
  39. [!] Done - your device should now be ready for nvflash
  40. jostein@OFFICE:~/wheelie$ ./nvflash -r --getpartitiontable partition_table.txt
  41. Nvflash started
  42. [resume mode]
  43. Succesfully updated partition table information to partition_table.txt
  44. jostein@OFFICE:~/wheelie$ ./nvflash -r --read 5 oldcwm.img.SOS
  45. Nvflash started
  46. [resume mode]
  47. receiving file: oldcwm.img.SOS, expected size: 5242880 bytes
  48. / 5242880/5242880 bytes received
  49. file received successfully
  50. jostein@OFFICE:~/wheelie$ ./nvflash -r --download 5 recovery-clockwork-touch-5.8.2.1-tf101.img.SOS
  51. Nvflash started
  52. [resume mode]
  53. failed executing command 14 NvError 0x120000
  54. command failure: partition download failed
  55. jostein@OFFICE:~/wheelie$ ./nvflash -r --download 5 recovery-clockwork-touch-5.8.2.1-tf101.img.SOS
  56. Nvflash started
  57. [resume mode]
  58. failed executing command 14 NvError 0x120002
  59. command failure: partition download failed (bad command)
  60. bootloader status: unknown operation (code: 1) message: flags: 0
  61.  
  62. jostein@OFFICE:~/wheelie$ ./nvflash -r --download 5 recovery-clockwork-touch-5.8.2.1-tf101.img.SOS
  63. Nvflash started
  64. [resume mode]
  65. ^C^C^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement