When secure boot is enabled the resulting doflash.sh contains 'uefi_jetson_with_dtb_aligned_blob_w_bin_sigheader_encrypt.bin.signed' vs 'uefi_jetson_with_dtb_sigheader_encrypt.bin.signed' when secure boot is not enabled. Update the sed command to work with both.
The command to replace '_aligned_blob_w_bin' with '' must appear before the command to replace 'uefi_jetson' with 'rcmboot_uefi_jetson'.
When secure boot is enabled the resulting doflash.sh contains 'uefi_jetson_with_dtb_aligned_blob_w_bin_sigheader_encrypt.bin.signed' vs 'uefi_jetson_with_dtb_sigheader_encrypt.bin.signed' when secure boot is not enabled. Update the sed command to work with both.
The command to replace '_aligned_blob_w_bin' with '' must appear before the command to replace 'uefi_jetson' with 'rcmboot_uefi_jetson'.