I have a Jetson Orin Nano Developer Kit [945-13766-0005-0000] and I have tried booting from SD Card [as I have done successfully with Jetson Nano Developer Kit previously]
“jp60dp-orin-nano-sd-card-image”
I also tried using the SDK manager from Ubuntu 22.04.3 LTS as host, the device was not recognised by the software.
So I connected the UART TX/RX to a serial UART convertor and have the output and it looks as though I have some access.
This is the end output of the serial comms. There did not seem to be any errors only warnings and info in the previous text.
"
UEFI Interactive Shell v2.2
EDK II
UEFI v2.70 (EDK II, 0x00010000)
Mapping table
FS1: Alias(s):F1:
MemoryMapped(0xB,0x231A00000,0x231CA3977)
FS0: Alias(s):F0:
Fv(49A79A15-8F69-4BE7-A30C-A172F44ABCE7)
BLK0: Alias(s):
VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x1416000
0,0x1417FFFF)/PciRoot(0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/NVMe(0x1,1D-00-00-40-80-A7-
79-64)
Press ESC in 1 seconds to skip startup.nsh or any other key to continue.
Shell>
"
The NVME = Crucial P3 1TB PCIe Gen3 which I believe to be correct spec.
Using the https://jetsonhacks.com/2023/05/30/jetson-orin-nano-tutorial-ssd-install-boot-and-jetpack-setup/ I was able to flash the drive which is great however without Jim and his very helpful scripts I would not have been able to deploy the project I was working on in time.
Is there a way to get the SDK manager to work? Is this issue being looked into? Is there something I was not doing correctly?