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.

Issue running HUA and Image Processing Demo on C6678 EVM Board

When I build and run the HUA or Image Processing Demos from the MCSDK, I am not getting an IP address displayed.

However, the out-of-box HUA demo that loads from the board's NOR flash works correctly.

I have already looked at this page and I don't think it is a problem. I am using DHCP.

http://processors.wiki.ti.com/index.php/MCSDK_HUA_Guide#The_CIO_console_window_does_not_show_the_IP_address

I did run gel file prior to connecting to the cores.

CCS version: CCS_5.0.3.00028

MCSDK version: mcsdk_2_00_01_12

Jumper settings are below (set to little endien, emif16 + emulator boot):

SW3 off on on on

SW4 on on on on

SW5 on on on off

SW6 on on on on

SW9 on on

------------------------------------

Console Log is below:

MCSDK IMAGE PROCESSING DEMONSTRATION

QMSS successfully initialized 

CPPI successfully initialized 

PA successfully initialized 

Configuring DHCP client

PASS successfully initialized 

Ethernet subsystem successfully initialized 

Ethernet eventId : 48 and vectId (Interrupt) : 7 

Verify_Init: Expected 16 entry count for gTxFreeQHnd queue 736, found 0 entries

Verify_Init: Expected 18 entry count for gRxFreeQHnd queue 737, found 20 entries

Verify_Init: Expected 0 entry count for gRxQHnd= 704, found 16 entries

Verify_Init: Expected 0 entry count for Queue number = 704, found 16 entries

Verify_Init: Expected 0 entry count for Queue number = 4095, found 21 entries

Warning:Queue handler Verification failed 

Registration of the EMAC Successful, waiting for link up ..

Service Status: DHCPC    : Enabled  :          : 000

Service Status: HTTP     : Enabled  :          : 000

Service Status: DHCPC    : Enabled  : Running  : 000

 

Service Status: DHCPC    : Enabled  : Fault    : 002

Service Status: DHCPC    : Disabled :          : 000

Service Status: DHCPC    : Enabled  :          : 000

Service Status: DHCPC    : Enabled  : Running  : 000

Service Status: DHCPC    : Enabled  : Fault    : 002

Service Status: DHCPC    : Disabled :          : 000

Service Status: DHCPC    : Enabled  :          : 000

Service Status: DHCPC    : Enabled  : Running  : 000

Service Status: DHCPC    : Enabled  : Fault    : 002

Service Status: DHCPC    : Disabled :          : 000

Service Status: DHCPC    : Enabled  :          : 000

Service Status: DHCPC    : Enabled  : Running  : 000

Service Status: DHCPC    : Enabled  : Fault    : 002

Service Status: DHCPC    : Disabled :          : 000

  • Hi,

    Not sure if your jumper settings are set to run from the Nor Flash and then you are connecting the CCS and loading HUA/Image processing application? If that is the case, then you may want to do system reset before loading and executing the .out file from CCS.

    The same is true (system reset is needed) when you execute the HUA and would like to reload the program for next runs.

    Summary:

    Can you please try system reset before loading and executing the .out file? It appears like the QMSS is not in initial condition.

    -Thanks,

    Aravind 

  • My jumper settings were correct.

    It seems to work if I reset the board every time. Thanks!