Hi ,
I am trying to run NDK2.0 on TCI6488 board. I am using CCSv3.3 and bios5_41_03_17 to run the NDK client example on TCI6488 board.On compiling and running the client example, it shows me the following print on the console
TCP/IP Stack Example Client
Manually configuring Ip address
Core Number on which NDK is running = 0
Since EFUSE MAC address is Zero we use the MAC Address = 00-01-02-03-04-05
Only on CORE 0: SGMII reset successful........
Only on CORE 0: SGMII config successful........
Only on CORE 0: SerDes should be up and running
EMAC has been started successfully
Registeration of the EMAC Successful
As IP address not assigned not able to ping the board from PC 192.168.5.39.
It never go beyond this point. On further debugging, I found that Nc_NetStart create a task Ns_BootTask. Although this task got created(as shown in DSP/Bios Kernel object view option) but this task always remain in ready State. It seems that this task never runs, so to make it run , i comment the task creation and call Ns_BootTask as a function from Nc_NetStart. When i run with this code change, it shows the following prints on the console
The CIO command cmd:(100) in the CIO buffer at address (0x8d84a0) was not recognized. Please check the device and program memory maps.
TCP/IP Stack ExamplNÃ"Fâ *Ã Manually configuring Ip address
2099771672.1815066844 Illegal priority call to llEnter()
2099771672.1815066844 Illegal call to llExit()
2099771672.1815066844 Illegal priority call to llEnter()
2099771672.1815066844 Illegal call to llExit()
2099771672.1815066844 Illegal priority call to llEnter()
2099771672.1815066844 Illegal call to llExit()
2099771672.1815066844 Illegal priority call to llEnter()
2099771672.1815066844 Illegal call to llExit()
2099771672.1815066844 Illegal priority call to llEnter()
2099771672.1815066844 Illegal call to llExit()
2099771672.1815066844 Illegal priority call to llEnter()
2099771672.1815066844 Illegal call to llExit()
2099771672.1815066844 Illegal priority call to llEnter()
2099771672.1815066844 Illegal call to llExit()
2099771672.1815066844 Illegal priority call to llEnter()
2099771672.1815066844 Illegal call to llExit()
Core Number on which NDK is running = 0
Since EFUSE MAC address is Zero we use the MAC Address = 00-01-02-03-04-05
Only on CORE 0: SGMII reset successful........
Only on CORE 0: SGMII config successful........
Only on CORE 0: SerDes should be up and running
EMAC has been started successfully
Registeration of the EMAC Successful
00000.000 Illegal priority call to llEnter()
00000.000 Illegal call to llExit()
00000.000 Illegal priority call to llEnter()
00000.000 Illegal call to llExit()
00000.000 Illegal priority call to llEnter()
00000.000 Illegal call to llExit()
Network Added: If-1:192.168.5.41
00000.000 Illegal priority call to llEnter()
00000.000 Illegal call to llExit()
Service Status: Telnet : Failed : : 000
Service Status: HTTP : Failed : : 000
00000.000 Illegal priority call to llEnter()
00000.000 Illegal call to llExit()
00000.000 Illegal priority call to llEnter()
00000.000 Illegal call to llExit()
00000.000 Illegal priority call to llEnter()
00000.000 Illegal call to llExit()
00000.000 Illegal priority call to llEnter()
00000.000 Illegal call to llExit()
00000.000 Illegal priority call to llEnter()
00000.000 Illegal call to llExit()
00000.000 Illegal priority call to llEnter()
00000.000 Illegal call to llExit()
00000.000 Illegal priority call to llEnter()
00000.000 Illegal call to llExit()
00000.000 Illegal priority call to llEnter()
00000.000 Illegal call to llExit()
00000.000 Illegal priority call to llEnter()
00000.000 Illegal call to llExit()
00000.000 Illegal priority call to llEnter()
00000.000 Illegal call to llExit()
Network Removed: If-1:192.168.5.41
Calling EMAC_close()
Exiting StackTest
25:48 ( 39%) 15:96 ( 46%) 10:128 ( 41%) 0:256
2:512 ( 33%) 0:1536 0:3072
(12288/49152 mmAlloc: 52/0/42, mmBulk: 0/0/0)
1 blocks alloced in 512 byte page
(0000)
9 blocks alloced in 48 byte page
(853A44) (2010000) (12111001) (22212002) (32313003) (42414004) (52515005) (62616006) (72717007)
I am still not able to ping the TCI6488 board. Please respond if you have any clue to this problem.