Hi
I am building a 3rd party project targetted at the K2H device, using MCSDK v. 3.01.00,03. The SYS/BIOS cfg file contains the lines:
var Pktlib = xdc.loadPackage('ti.runtime.pktlib');
Pktlib.Settings.deviceType = "k2h";
and I see the following error reported by xdctools:
line 270: XDC runtime error: ti.runtime.pktlib: no property named 'Settings'
I guess this is because of some package incompatibility or omission.
How would I go about solving this problem please?
Best regards
David