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.

Is there any way to download DVD of TMDSEVM6678LE

Other Parts Discussed in Thread: SYSBIOS

HI, I´m going to work with TMDSEVM6678LE but I didn´t find original DVD, I only find

a copy but it seems to have incomplete names of files, so the installation get error:

Files appear as:

Or in case the download of dvd was not possible could you supply links to software necessary?

Thanks in advance.

  • The major items can be downloaded directly form Advantech http://www.advantech.com/Support/TI-EVM/6678le_download3.aspx

    You can go ahead and download TI's CCSv5 from TI website CCS Download Page.

    Best Regards,
    Chad

  • Thanks Chad,

    Here in the office we found the original DVD, but the files are same so the problem is the same.

    I downloaded ccs v5 and installed with the other packages that comes in original DVD and it seems to work but the example

    I am trying (hua_evmc6678l) is showing some error in console when is running.

    Best regards.

    Julian

  • Ok, that I believe would be a CCS installation issue then, at least from what I see above.  I'm moving this to the CCS forum.  They should be able to better address such an issue.

    Best Regards,

    Chad

  • Hi,

    happy to hear ccsv5 seems to be ok.  What errors are you seeing with the example?  What is the console output?

    Best Regards,
    Lisa

  • Hi Lisa,

    I understand that this demo has to show the ip address to be able to consult the information on a web browser. The problem that I have at this moment is that demo hua_evmc6678l does not show the IP address.  The console output  is:

    [C66xx_0] QMSS successfully initialized
    [C66xx_0] CPPI successfully initialized
    [C66xx_0] PA successfully initialized
    [C66xx_0] HUA version 2.00.00.04
    [C66xx_0] Setting hostname to tidemo-064974
    [C66xx_0] MAC Address: 40-5F-C2-B9-21-F9
    [C66xx_0] Configuring DHCP client
    [C66xx_0] PASS successfully initialized
    [C66xx_0] Ethernet subsystem successfully initialized
    [C66xx_0] Ethernet eventId : 48 and vectId (Interrupt) : 7
    [C66xx_0] Timeout waiting for reply from PA to Pa_addMac command
    [C66xx_0] Add_MACAddress failed
    [C66xx_0] Error: Unable to register the EMAC
    [C66xx_0] NIMUIOCTL Failed with error code: -22
    [C66xx_0] Service Status: DHCPC    : Failed   :          : 000
    [C66xx_0] Service Status: THTTP    : Enabled  :          : 000
    [C66xx_1] Start BIOS 6
    [C66xx_2] Start BIOS 6
    [C66xx_3] Start BIOS 6
    [C66xx_4] Start BIOS 6
    [C66xx_5] Start BIOS 6
    [C66xx_6] Start BIOS 6
    [C66xx_7] Start BIOS 6

    Thanks in advance.

    Julian

  • HI Julian,

    it looks like you are having problems with the application so this should be in the device forum.  I will move it there for you. 

    Best Regards,

    Lisa

  • Hi Julian,

    To get to static IP address please put SW9 dip switch 2 to OFF, if it is is in ON state than you will get into DHCP, you can put both SW9 dip switches to OFF as the first one is regarding PCIe,

    Thanks,

    HR

  • Julian,

    Is the error you seeing something other than what you posted above?  If so, please post the error message you're actually seeing.

    Best Regards,

    Chad

  • Chad,

    The current error is still the posted above. I have not been able to overcome this drawback yet.

    I am using CCS  5.1.1.00031,  I was thinking to change version of MCSDK from mcsdk_2_00_06_18 to  mcsdk_2_01_02_06( I see this is the most recent version)

    but this imply to update CCS to a more recent version of compiler, so I decided to wait until you indicate this is appropriate.


    The configuration switches are:

             1 2 3 4

    sw3   0 0 1 0

    sw4   1 0 1 1

    sw5   1 1 1 0

    sw6   1 1 1 1

    sw9   1 1

    the console output for this configuration is:

    [C66xx_0] QMSS successfully initialized
    [C66xx_0] CPPI successfully initialized
    [C66xx_0] PA successfully initialized
    [C66xx_0] HUA version 2.00.00.04
    [C66xx_0] Setting hostname to tidemo-064974
    [C66xx_0] MAC Address: 40-5F-C2-B9-21-F9
    [C66xx_0] Configuring DHCP client
    [C66xx_0] PASS successfully initialized
    [C66xx_0] Ethernet subsystem successfully initialized
    [C66xx_0] Ethernet eventId : 48 and vectId (Interrupt) : 7
    [C66xx_0] Timeout waiting for reply from PA to Pa_addMac command
    [C66xx_0] Add_MACAddress failed
    [C66xx_0] Error: Unable to register the EMAC
    [C66xx_0] NIMUIOCTL Failed with error code: -22
    [C66xx_0] Service Status: DHCPC    : Failed   :          : 000
    [C66xx_0] Service Status: THTTP    : Enabled  :          : 000
    [C66xx_1] Start BIOS 6
    [C66xx_2] Start BIOS 6
    [C66xx_3] Start BIOS 6
    [C66xx_4] Start BIOS 6
    [C66xx_5] Start BIOS 6
    [C66xx_6] Start BIOS 6
    [C66xx_7] Start BIOS 6

    I tried the advice of HRi but seems the cores stopped in some point. I put the PC IP as says in http://processors.wiki.ti.com/index.php/MCSDK_HUA_Demonstration_Guide

    The configuration I tried was:

             1 2 3 4

    sw3   0 0 1 0

    sw4   1 0 1 1

    sw5   1 1 1 0

    sw6   1 1 1 1

    sw9   1 0

    the console output was:

    [C66xx_0] QMSS successfully initialized
    [C66xx_0] CPPI successfully initialized
    [C66xx_0] PA successfully initialized
    [C66xx_0] HUA version 2.00.00.04
    [C66xx_0] Setting hostname to tidemo-064974
    [C66xx_0] MAC Address: 40-5F-C2-B9-21-F9
    [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 = 910, found 64 entries
    [C66xx_0] Verify_Init: Expected 0 entry count for Queue number = 911, found 64 entries
    [C66xx_0] Registration of the EMAC Successful, waiting for link up ..
    [C66xx_0] Network Added: If-1:192.168.2.100
    [C66xx_0] Service Status: THTTP    : Enabled  :          : 000
    [C66xx_1] Start BIOS 6
    [C66xx_1] A0=0xc054ab8 A1=0x1
    [C66xx_1] A2=0x0 A3=0x815b8090
    [C66xx_1] A4=0x82875c A5=0xf8
    [C66xx_1] A6=0x1 A7=0x18
    [C66xx_1] A8=0x815b83b8 A9=0x0
    [C66xx_1] A10=0x0 A11=0x0
    [C66xx_1] A12=0x6502a8c0 A13=0x0
    [C66xx_1] A14=0x0 A15=0x81597820
    [C66xx_1] A16=0x828532 A17=0x0
    [C66xx_1] A18=0x828528 A19=0x0
    [C66xx_1] A20=0x1a204020 A21=0x7fff7fff
    [C66xx_1] A22=0x406c03c A23=0x4004c040
    [C66xx_1] A24=0x40302301 A25=0x90042d38
    [C66xx_1] A26=0x1481000 A27=0x1817a2b1
    [C66xx_1] A28=0x410c042 A29=0x10
    [C66xx_1] A30=0x10 A31=0x0
    [C66xx_1] B0=0x828708 B1=0x0
    [C66xx_1] B2=0x1 B3=0x8156f780
    [C66xx_1] B4=0x0 B5=0x815a8c18
    [C66xx_1] B6=0x815b7634 B7=0x0
    [C66xx_1] B8=0x73 B9=0x3a
    [C66xx_1] B10=0x6502a8c0 B11=0xfeffff
    [C66xx_1] B12=0x0 B13=0x0
    [C66xx_1] B14=0x815b9f98 B15=0xc054ae8
    [C66xx_1] B16=0x30 B17=0x8287a4
    [C66xx_1] B18=0x82225816 B19=0x60a01a5
    [C66xx_1] B20=0xa0808000 B21=0x6522a864
    [C66xx_1] B22=0x4080464 B23=0x63094928
    [C66xx_1] B24=0x2204048 B25=0x10208250
    [C66xx_1] B26=0x78440080 B27=0x42451400
    [C66xx_1] B28=0x11034c2 B29=0x88208200
    [C66xx_1] B30=0x40c21006 B31=0xffffffff
    [C66xx_1] NTSR=0x1000e
    [C66xx_1] ITSR=0x0
    [C66xx_1] IRP=0x0
    [C66xx_1] SSR=0x0
    [C66xx_1] AMR=0x0
    [C66xx_1] RILC=0x0
    [C66xx_1] ILC=0x0
    [C66xx_1] Exception at 0x0
    [C66xx_1] EFR=0x2 NRP=0x0
    [C66xx_1] Internal exception: IERR=0x1
    [C66xx_1] Instruction fetch exception
    [C66xx_1] ti.sysbios.family.c64p.Exception: line 248: E_exceptionMin: pc = 0x00000000, sp = 0x0c054ae8.
    [C66xx_1] To see more exception detail, use ROV or set 'ti.sysbios.family.c64p.Exception.enablePrint = true;'
    [C66xx_1] xdc.runtime.Error.raise: terminating execution

    I hope you could help.

    Regards.

    Julian

  • Ok, now there's a little more detail.  The IERR = 0x1 that's an Instruction Fetch Error.  PC = 0x0 which is an invalid address.  Looks like the code on CorePac0 is jumping to 0x0 address for some reason. The address at B3 is where it made it's jump to 0x0.  Pull up a dissassembly window at that address and get a screen capture before and after (try to grab 10-15 lines before and at least 5 after in the capture and post it so we can try to see how it managed to jump there.  It could be uninitialized variables being used, corrupted stack, or something else.

    Best Regards,
    Chad

  • Chad,

    this is the screen capture around the variable you mentioned:

    Regards,

    Julian

  • Well that doesn't make too much sense.  B3 Should be the return pointer from a function call, but that location is at the beginning of a function.  It's not where a function would have branched from.  Maybe the Stack is corrupted,  Can you attach your .map file?  I want to see if B15 (Stack Pointer) has gotten down into other memory space.

    Best Regards,
    Chad

  • Here is the .map file from Debug folder: 6558.hua_evmc6678l.zip

    Regards,

    Julian

  • Julian,

    It looks like the Stack pointer is in the middle of the taskStackSection of BIOS, so that looks ok.

    I'm not certain why it's jumping to 0x0 address, and the return pointer B3 value doesn't make sense as it's in the start of a function call instead of at the end.

    Let's go ahead and move to the latest version of the MCSDK.

    Best Regards,

    Chad

  • Hi,

    I was trying the next installation:

    CCS v5.3.0.00090 + bios_mcsdk_02_01_02_06_setupwin32.exe

    and when i tried to import the hua_evmc6678l project i get this message

    issues that may require your attention were encountered while importing the project(s)


    See details below...

    Unrecognized product of type 'com.ti.biosmcsdk.mcsdk' is required by project 'hua_evmc6678l' - please install at least one product of this type before building this project.
    Unrecognized product of type 'com.ti.biosmcsdk.pdk.C6678L' is required by project 'hua_evmc6678l' - please install at least one product of this type before building this project.
    Unrecognized product of type 'com.ti.rtsc.NDK' is required by project 'hua_evmc6678l' - please install at least one product of this type before building this project.

    I hope you could help me.

    Regards,

    Julian

  • It was solved with a restart of pc and CCS and ccs recognized new pakages installed. 

     

    Julian