Orin NX 8GB C9 can not get PCIe #C7/#C9

Please check if this patch is present on your file.

diff --git a/scripts/tegraflash_impl_t234.py b/scripts/tegraflash_impl_t234.py
index 8158427..7ef5670 100644
--- a/scripts/tegraflash_impl_t234.py
+++ b/scripts/tegraflash_impl_t234.py
@@ -2618,6 +2618,9 @@
                         run_command(command)
                         mb2comb_file = self.concatenate_mb2bct_mb2(tags[1], mb2_bct_file)
                         tags[1] = mb2comb_file
+                    if tags[0] == 'bpmp_fw_dtb' and self.bpmpdtbodm:
+                        info_print('Using bpmp-dtb concatenated with odmdata')
+                        tags[1] = self.bpmpdtbodm
 
                     magic_id = self.tegraflash_get_magicid(tags[0])
                     if values['--encrypt_key'] is None: