hi all,
I’ve check internally, and it turns out the ADSP Audio path is not productized yet on the rel-35. that’s why such error happened only after SecureBoot has enabled.
hence, please disable the node in device tree configuration to workaround the issue,
for instance,
diff --git a/cvb/tegra234-p3737-audio.dtsi b/cvb/tegra234-p3737-audio.dtsi
@@ -25,6 +25,10 @@
status = "okay";
};
+ adsp_audio {
+ status = "disabled";
+ };