OE4T / tegra-demo-distro

Reference/demonstration distro for meta-tegra
MIT License
73 stars 74 forks source link

Jetson Orin Nano 4GB (P3767-0004) unable to access the system #270

Closed Links17 closed 1 year ago

Links17 commented 1 year ago

Device info: image tegra-demo-distro branch: kirkstone source ../setup-env --machine p3768-0000-p3767-0004 When I compile it successfully,and executed successfully with doflash.sh,Unable to access the system,Did I use the wrong step?

image
dwalkes commented 1 year ago

executed successfully with doflash.sh

Are you using initrd-flashing? I'd expect that to be required on the nano.

You may need to check the notes there about verifying boot order in UEFI as well.

Links17 commented 1 year ago

Yes, I tried,Is it necessary to add TNSPEC_BOOTDEV:p3768-0000-p3767-0004 = "nvme0n1p1" to the compilation?

image