Jetson Orin Nano (booting from NVME SSD)

To boot my jetson device from NVME SSD (m.2) i would need to flush it from a bare-metal host (desktop or laptop) running Ubuntu x86

I got a Asus Zenbook 14 OLED (running Intel Core Ultra 155H, intel integrated ARC graphics (no Nvidia Discrete GPU)

OS Version - Ubuntu 24.04 .1
Kernel 6.10.1

The latest supported ubuntu OS version for Jetson seems to be Ubuntu 22.04

Can i use a laptop with different OS version to flush/install boot from NVME?

Refer to Assumptions section in the below link

No, it has to be 22.04 for 6 & 6.1 because it builds against headers from 22.04.
Simplest method is to install sdkmanager on 22.04, connect it to your usb and internet.

Tyvm… that explains.