This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

6678 image processing openmp

Hello, Everyone!

I have a question about the demo named image processing using openmp.

I built the project in C:\ti\mcsdk_2_01_01_04\demos\image_processing\openmp\evmc6678l.

But when I connected to the board and loaded the program, there are some errors displayed in console as follows:

[C66xx_6] Error  pushing completion in QMSS

[C66xx_7] Error  pushing completion in QMSS

[C66xx_5] Error  pushing completion in QMSS

[C66xx_2] Error  pushing completion in QMSS

[C66xx_3] Error  pushing completion in QMSS

[C66xx_4] Error  pushing completion in QMSS

What is the reason?

How can I solve this problem?

Thank you!

Meng

  • Hi Meng

    Could you please try the following:

    1. Launch your target configuration for your 6678 EVM in CCS Debug perspective

    2. 'Connect Target'

    3. Now for each core, select the core, go to Tools--> Debugger Options --> Generic Debugger Options. This should bring up a window. Under 'Auto Run Options" uncheck the box that says, 'On a program load or restart.'

    4. After completing step 3 for all cores, click on 'Remember my settings'

    5. Now load your .out file on all cores. After loading is completed, all cores should be in suspend mode, and at the symbol __c_int00().

    6. Now run all cores. You should see the expected behavior.

    Please let us know if this solves your issue or if you need additional help.

  • Thank you, Uday!

    I loaded the program successfully as you said.

    All cores are in suspend mode and at the symbol __c_int00().

    But when I run all cores, there are other problems.

    When I wanted to open the webpage, there was no response.

    And in console the information is as follows:

    [C66xx_0]

    [C66xx_0]

    [C66xx_0] MCSDK IMAGE PROCESSING DEMONSTRATION

    [C66xx_0]

    [C66xx_0] PA successfully initialized

    [C66xx_0] EVM in StaticIP mode at 192.168.2.100

    [C66xx_0] Set IP address of PC to 192.168.2.101

    [C66xx_0] PASS successfully initialized

    [C66xx_0] Ethernet subsystem successfully initialized

    [C66xx_0] Ethernet eventId : 48 and vectId (Interrupt) : 7

    [C66xx_0] Verify_Init: Expected 0 entry count for Queue number = 899, found 249 entries

    [C66xx_0] Verify_Init: Expected 0 entry count for Queue number = 912, found 1 entries

    [C66xx_0] Verify_Init: Expected 0 entry count for Queue number = 913, found 1 entries

    [C66xx_0] Warning:Queue handler Verification failed

    [C66xx_0] Registration of the EMAC Successful, waiting for link up ..

    [C66xx_0] 00000.000 PBM_free: Invalid Packet

    [C66xx_0] 00000.000 PBM_enq: Invalid Packet

    [C66xx_0] Network Added: If-1:192.168.2.100

    [C66xx_0] Service Status: HTTP     : Enabled  :          : 000

    [C66xx_0] Service Status: HTTP     : Disabled :          : 000

    [C66xx_0] Network Removed: If-1:192.168.2.100

    [C66xx_0] Shutting things down

    [C66xx_0]

    [C66xx_0]   12:48   ( 18%)    14:96   ( 43%)     5:128  ( 20%)     2:256  ( 16%) 

    [C66xx_0]    1:512  ( 16%)     0:1536            0:3072        

    [C66xx_0] (15360/49152 mmAlloc: 34/0/33, mmBulk: 2/0/2)

    [C66xx_0]

    [C66xx_0] 1 blocks alloced in 96 byte page

    [C66xx_0] (0103) 

    [C66xx_0]

    Is it correct?

    "00000.000 PBM_free: Invalid Packet  ", "Shutting things down "?? what is the meaning?

    Why dose the page return no response to the user?

    Meng

  • Glad you're past the first hurdle.For the next set of errors you are seeing, could you please ensure the following:

    1. Your PC's firewall is turned off when you try this

    2. Your internet browser settings do not define any proxy settings

    3. You have correctly set the Wired Connection Settings of your PC to: IP address = 192.168.2.101, Subnet mask = 255.255.255.0, Default gateway = 192.168.2.1.

  • Thank you, Uday.

    I have already run the project named image processing that is the other demo without openmp.

    That demo run correctly.

    The configuration now is the same.

    So I think my network connection may be right.

     If I set the connection according to what you said, the problem is the same.

    The console displayed that :

    [C66xx_0] Warning:Queue handler Verification failed

    and :

    [C66xx_0] 00000.000 PBM_free: Invalid Packet

    [C66xx_0] 00000.000 PBM_enq: Invalid Packet

    The page returns no response.

    So what should I do?

    Meng