Dear All,
We are currently working on the customized board. In the customized board we have to DSP C6678 processors. There are totaly (8cores for DSP1 + 8cores for DSP2)
16 cores. In the customized board we have two ethernet port's. We are trying to enable ethernet port1 for core0 of DSP1 with a Seperate MAC Address and IP Address.
We are also trying to enable ethernet port2 for core1 of DSP1 with a Seperate MAC Address and IP Address.
When we try to port the helloworld_evmc6678l.out file for core 0 the output is
[C66xx_0] QMSS successfully initialized
CPPI successfully initialized
PA successfully initialized
TCP/IP Stack 'Hello World!' Application
TCP/IP Stack 'Hello World!' Application
PASS successfully initialized
Init_Cpsw: Configure MAC- 00-17-EA-CD-CE-2D
Ethernet subsystem successfully initialized
Ethernet eventId : 48 and vectId (Interrupt) : 7
Registration of the EMAC Successful, waiting for link up ..
Service Status: DHCPC : Enabled : : 000
Service Status: DHCPC : Enabled : Running : 000
Network Added: If-1:172.17.2.17
Service Status: DHCPC : Enabled : Running : 017
When i Change the Init_SGMII(1) to Init_SGMII(0) in platform_lib_evmc6678l/platform.c and i compiled the files and i ported the helloworld_evmc6678l.out to core 1 the output is
[C66xx_1] Error: Inserting memory region 0, Error code : -135
Failed to initialize the QMSS subsystem
0:48 0:96 0:128 0:256
0:512 0:1536 0:3072
(0/0 mmAlloc: 0/0/0, mmBulk: 0/0/0)
And i came to know that whether any changes has to be done in .cfg file to clear the error.
Regards,
Avinash N