Hi,
I'm trying to create an application similar to the PRU-ICSS-EtherCAT_Slave sample, but I'm getting an undefined reference to Board_init when linking. I added this in my cfg file:
var deviceType = "am572x";
var Csl = xdc.loadPackage('ti.csl');
Csl.Settings.deviceType = deviceType;
/* Load the board package */
var Board = xdc.loadPackage('ti.board');
Board.Settings.boardName = "idkAM572x";
I'm tried with both CCS 6.1.3 and 6.2. I'm using PDK 1.0.4.
What should I do to make it link?
Thanks,
Francis