Hi, all
I am facing with a difficult problem.
When the board(TMDEVM6670) is set with Boot Device NONE(SW3[4:2] is 000b),
the example "pdk_6670_1_1_2_6/packages/ti/drv/exampleProjects/PA_multicoreExample_exampleProeject"
is run OK.
But the board is set with etherboot(SW3[4:2] is 010b),
the example is failed in function Setup_PASS() in pg_mgmt.c.
More strictly saying, Add_MACAddress(myMacAddr) returns fail.
Above two case, program is loaded and tested with on-board JTAG.
In other words, though the boot device DIP(SW3) is set differently but program is loaded and executed with
JTAG.
On console,
"Timeout waiting for reply from PA to Pa_addMac command" is printed.
How can i solve this problem ?
I am guessing that in etherboot mode, PASS is already initialized once, so some codes which cleans up the
coprocessor will be needed.
Thanks.