Advertisement
Guest User

beagleboard dsplink seperate test

a guest
May 17th, 2010
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. root@beagleboard:/usr/share/ti/ti-dsplink-examples# ./ringiogpp ringio.out 1024 4096
  2. ========== Sample Application : RING_IO ==========
  3. Bytes to transfer :4096
  4. Data buffer size :1024
  5. Entered RING_IO_Create ()
  6. [ 333.702178] DSP-side configuration mismatch/failure
  7. [ 333.707153] 0 -> success
  8. [ 333.710815] Positive value -> DSP-side failure code.
  9. [ 333.715850] (Uint32) -1 -> DSP-side component was not initialized.
  10. [ 333.715881]
  11. [ 333.723876] ProcId received : 0, Expected : 0
  12. [ 333.728637] DRV configuration status [0xffffffff]
  13. [ 333.733978] IPS configuration status [0xffffffff]
  14. [ 333.739379] POOL configuration status [0xffffffff]
  15. [ 333.744750] MPCS configuration status [0xffffffff]
  16. [ 333.750091] MPLIST configuration status [0xffffffff]
  17. [ 333.755462] MQT configuration status [0xffffffff]
  18. [ 333.760864] DATA configuration status [0xffffffff]
  19. [ 333.766204] RINGIO configuration status [0xffffffff]
  20. PROC_start () failed. Status = [0x80008052]
  21. Leaving RING_IO_Create ()
  22. Entered RING_IO_Delete 
  23. [aborted here..]
  24. root@beagleboard:/usr/share/ti/ti-lpm-utils# ./lpmON.xv5T
  25. ==== LPM ON Test ====
  26. app: LPM_open
  27. app: LPM_set(LPM_CTRL_REFCOUNTOVR)
  28. app: LPM_on
  29. app: LPM_close
  30. ==== LPM ON completed ====
  31.  
  32. root@beagleboard:/usr/share/ti/ti-lpm-utils# ./lpmOFF.xv5T
  33. ==== LPM OFF Test ====
  34. app: LPM_open
  35. app: LPM_set(LPM_CTRL_REFCOUNTOVR)
  36. app: LPM_off
  37. app: LPM_close
  38. ==== LPM OFF test completed ====
  39.  
  40. root@beagleboard:/usr/share/ti/ti-dsplink-examples# ./ringiogpp ringio.out 1024 4096
  41. ========== Sample Application : RING_IO ==========
  42. Bytes to transfer :4096
  43. Data buffer size :1024
  44. Entered RING_IO_Create ()
  45. Leaving RING_IO_Create ()
  46. Entered RING_IO_ReaderClient ()
  47. Entered RING_IO_WriterClient ()
  48. GPP-->DSP:Sent Data Transfer Start Attribute
  49. GPP-->DSP:Sent Data Transfer Start Notification
  50. GPP<--DSP:Received Data TransferStart Attribute
  51. GPP-->DSP:Total Bytes Transmitted 4096
  52. RingIO_setAttribute succeeded to set the RINGIO_DATA_END. Status = [0x8100]
  53. GPP-->DSP:Sent Data Transfer End Attribute
  54. GPP-->DSP:Sent Data Transfer End Notification
  55. GPP<--DSP:Received Data TransferEnd Attribute
  56. GPP<--DSP:Bytes Received 4096
  57. GPP<--DSP:Received Data Transfer End Notification
  58. Leaving RING_IO_ReaderClient ()
  59. Leaving RING_IO_WriterClient ()
  60. Entered RING_IO_Delete ()
  61. Leaving RING_IO_Delete ()
  62. ====================================================
  63. root@beagleboard:/usr/share/ti/ti-dsplink-examples#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement