Advertisement
91tech

HPI - AirPower

Aug 18th, 2022 (edited)
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. // --------- AirPower Prototype Unit - GET - Developer Output --------- //
  2. Compiled by 91Tech - @91_tech - youtube.com/91tech
  3.  
  4. Main document: https://pastebin.com/CuvaGx0F
  5. This document contains output for the 'HPI' command.
  6.  
  7. // Contents //
  8. - Help
  9. - PD_STATUS
  10. - VER
  11. - FW_READ
  12.  
  13.  
  14. --------- Help ---------
  15. B431-22-P2> hpi help
  16. Available commands:
  17. fw_read
  18. fw_write
  19. get
  20. pd_status
  21. select_pdo
  22. reset_state_machine
  23. ver
  24. help
  25.  
  26. * Commands 'fw_write', 'select_pdo', and 'reset_state_machine' were not attempted, though the latter two are likely harmless. *
  27.  
  28.  
  29.  
  30. --------- PD_STATUS ---------
  31. B431-22-P2> hpi pd_status
  32. PD Status
  33. Current Data Role: UFP
  34. Current Power Role: Sink
  35. Contract State: None
  36.  
  37.  
  38.  
  39. --------- VER ---------
  40. B431-22-P2> hpi ver
  41. bootloader: 1.0.699.0
  42. application: 2.0.714.12
  43.  
  44.  
  45.  
  46. --------- FW_READ ---------
  47. B431-22-P2> hpi fw_read
  48. [hpi] [0x00000000] 00 10 00 20 9f 00 00 10 bb 03 00 00 bb 03 00 00 |... ............|
  49. [hpi] [0x00000010] bb 03 00 00 bb 03 00 00 bb 03 00 00 bb 03 00 00 |................|
  50.  
  51. * this returns 2049 lines *
  52.  
  53. Last 3 lines:
  54. [hpi] [0x00007fe0] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  55. [hpi] [0x00007ff0] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  56. resetting the board ...
  57.  
  58. -- Full output: https://pastebin.com/PuhWPj2t --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement