Flashing fuse burned Jetson AGX Orin on custom carrier board with Jetson Linux 35.5.0

I rebuilt TOS for full secured flash support by these topics:

After this, I try to flash Orin with burned fuses by default DTS (without switching from DP to HDMI).
The single change that I made is Linux_for_Tegra/p3701.conf.common:

@@ -167,1 +167,1 @@
-ODMDATA="gbe-uphy-config-22,hsstp-lane-map-3,nvhs-uphy-config-0,hsio-uphy-config-0,gbe0-enable-10g";
+ODMDATA="gbe-uphy-config-0,hsstp-lane-map-3,nvhs-uphy-config-0,hsio-uphy-config-0";

After flash, my custom board successfully run and show the GUI.
TTY log of the boot: 35.5.0_rebuild_tos_full_secured_one_line_patch.log (80.4 KB)

Then I try to configure DTSI without PCE support:

And I also got successfully flashed Orin with burned fuses, encrypted EKS and Secure Boot.
TTY log of the boot: 35.5.0_rebuild_tos_full_secured_bldr_conf.log (79.8 KB)

But when I use full DTS from my previous message, I still got empty screen and infinity reboot.
TTY log of the boot: 35.5.0_rebuild_tos_full_secured_with_dts.log (82.4 KB)