Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initrd-flash.sh: fix sed command when using SBK
- 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'. Signed-off-by: Chad McQuillen <[email protected]>
- Loading branch information