Jetson Agx Orin

How does Agx ORin burn BOOTAA64.efi files separately?

Hi,

You could replace the BOOTAA64.efi manually in ARG Orin.

AGX Orin side

sudo su
# find the esp partition, for example 
ls -al /dev/disk/by-partlabel
# lrwxrwxrwx 1 root root  16 Oct 17 17:15 esp -> ../../nvme0n1p10
mount /dev/nvme0n1p10 /mnt
cp BOOTAA64_${YOUR_CUSTOM}.efi /mnt/EFI/BOOT/BOOTAA64.efi

Thanks

Thank you.

1 Like

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