diff --git a/.metadata/product.json b/.metadata/product.json index e06cf67..bd98a9e 100644 --- a/.metadata/product.json +++ b/.metadata/product.json @@ -12,11 +12,9 @@ "/kernel/dpl", "/drivers/drivers", "/board/board", - "/fs/fs", "/networking/networking", "/security/security", - "/usb/usb", - "/pru_io/pru_io", + "/xbar/xbar", ], "devices": [ "AM64x", diff --git a/.project/device/project_am263x.js b/.project/device/project_am263x.js index 6f6cb12..0d39e30 100644 --- a/.project/device/project_am263x.js +++ b/.project/device/project_am263x.js @@ -137,5 +137,6 @@ module.exports = { getDevToolTirex, getProperty, getLinuxFwName, + getProductNameProjectSpec, getFlashAddr, }; diff --git a/.project/templates/product.json.xdt b/.project/templates/product.json.xdt index dce432a..2c4795f 100644 --- a/.project/templates/product.json.xdt +++ b/.project/templates/product.json.xdt @@ -20,7 +20,7 @@ "../mcu_plus_sdk/source", ], "components": [ -% if((args.device == "am64x") || (args.device == "am243x") || (args.device == "am263x")) { +% if((args.device == "am64x") || (args.device == "am243x")) { "/motor_control", "/kernel/dpl", "/drivers/drivers", @@ -30,6 +30,15 @@ "/security/security", "/usb/usb", "/pru_io/pru_io", +% } +% if(args.device == "am263x") { + "/motor_control", + "/kernel/dpl", + "/drivers/drivers", + "/board/board", + "/networking/networking", + "/security/security", + "/xbar/xbar", % } ], "devices": [