diff --git a/.meta/common.syscfg.js b/.meta/common.syscfg.js index bbe77200..401fd8ab 100755 --- a/.meta/common.syscfg.js +++ b/.meta/common.syscfg.js @@ -59,7 +59,7 @@ function getDefaultR5Freq() { let defaultVal = "400MHz"; if(getSocName() == "am261x" && getSocPackage() == "ZFG") - { + { defaultVal = "500MHz"; } return defaultVal; @@ -74,7 +74,7 @@ function getR5Freq() { let instance = module.$static; let config = module.getInstanceConfig(instance); - + r5Freq = config.r5ClockFreq; } @@ -119,6 +119,8 @@ function getDeviceName() { return "am263px-cc"; if(system.deviceData.device == "AM261x_ZCZ") return "am261x-som"; + if(system.deviceData.device == "AM261x_ZEJ") + return "am261x-lp"; if(system.deviceData.device == "AM261x_ZFG") return "am261x-lp"; if(system.deviceData.device == "AM261x_ZFG_400") @@ -150,6 +152,8 @@ function getBoardName() { } if(system.deviceData.device == "AM261x_ZCZ") return "am261x-som"; + if(system.deviceData.device == "AM261x_ZEJ") + return "am261x-lp"; if(system.deviceData.device == "AM261x_ZFG") return "am261x-lp"; if(system.deviceData.device == "AM261x_ZFG_400")