[35.3.1] help to check what the dtb file using by board_sku 0001

Hi,
we are using Orin NX8GB SOM and NX16GB SOM with Xavier devkit.

But we found that in p3509-a02+p3767-0000.conf, board_sku 0001 is using DTB_FILE=“tegra234-p3767-0000-p3509-a02.dtb”, instead of “tegra234-p3767-0001-p3509-a02.dtb”.
Is it right or not?

Could you please check it for us? Thank you.

嗨,我們使用Orin NX8GB SOM and NX16GB SOM with Xavier devkit。
在檔案p3509-a02+p3767-0000.conf底下,我們發現到board_sku 0001是使用"tegra234-p3767-0000-p3509-a02.dtb",而不是"tegra234-p3767-0001-p3509-a02.dtb"。
這是正常現象嗎,能幫忙檢視一下嗎,感謝您。

no, it is not normal. It is a bug.

Please apply this patch.

--- a/scripts/board_config/p3509-a02+p3767-0000.conf
+++ b/scripts/board_config/p3509-a02+p3767-0000.conf
@@ -55,7 +55,7 @@ update_flash_args_common()
                        BPFDTB_FILE="tegra234-bpmp-3767-0000-a00-3509-a02.dtb";
                fi
        elif [ "${board_sku}" = "0001" ]; then
-               DTB_FILE="tegra234-p3767-0000-p3509-a02.dtb";
+               DTB_FILE="tegra234-p3767-0001-p3509-a02.dtb";
                BPFDTB_FILE="tegra234-bpmp-3767-0001-3509-a02.dtb";
        elif [ "${board_sku}" = "0003" ] || [ "${board_sku}" = "0005" ]; then
                DTB_FILE="tegra234-p3767-0003-p3509-a02.dtb";

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.