Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Booting Jetson AGX Orin devkit with Jetpack 6.1 #1773

Open
sapiippo opened this issue Nov 25, 2024 · 10 comments
Open

Booting Jetson AGX Orin devkit with Jetpack 6.1 #1773

sapiippo opened this issue Nov 25, 2024 · 10 comments

Comments

@sapiippo
Copy link
Contributor

Describe the bug
After updating to Jetpack 6.1 (on master branch), I'm unable to get the Jetson AGX Orin devkit to boot with the tegraflash image.

Flashing goes trough without errors, but after device goes into boot loop with last output as

Jetson System firmware version v36.4.0 date 2024-10-02T18:07:54+00:00
ESC   to enter Setup.
F11   to enter Boot Manager Menu.
Enter to continue boot.
......����
Shutdown state requested 1
Rebooting system ...

Additional context

The default Ubuntu image from NVIDIA's SDK Manager boots correctly.

@dwalkes
Copy link
Member

dwalkes commented Nov 25, 2024

Have you attempted to reproduce on tegra-demo-distro with demo-image-base or similar? If not I'd start there and see if you can reproduce. If you can't you can compare this setup to your layer to help determine any relevant differences.

@ichergui
Copy link
Member

@sapiippo Are you sure about the build and flashing ?
As @dwalkes mentioned. It should work without issue when using tegra-demo-distro. I'm not having any issue with AGX Orin devkit

@sapiippo
Copy link
Contributor Author

I have not tried with tegra-demo-distro, will do that next.
We have been using our own distro with just meta-tegra layer and that has been working fine until Jetpack6.

@sapiippo
Copy link
Contributor Author

I got same result with meta-tegra-distro and demo-image-base.
flashed with initrd-flash, device ends up in boot loop.

@ichergui
Copy link
Member

Could you please explain why you are using initrd-flash ?
initrd-flash is recommended to be used when having external device e.g. NVMe
Jetson AGX Orin have eMMC. So, please use doflash.sh script

@sapiippo
Copy link
Contributor Author

solely based on #1714 (comment), but using doflash.sh script makes no difference.

@ichergui
Copy link
Member

Unrelated subject. The comment you shared is about Orin NX.

@dwalkes
Copy link
Member

dwalkes commented Nov 27, 2024

Can you confirm you don't have any NVMe installed on the devkit and it's as delivered from NVIDIA from a hardware perspective?
I don't have one to test with myself but given @ichergui says it's working for him I'm not sure what it could be.
Enabling UEFI logs to see why it's crashing and shutting down is probably the next step. EDK2_BUILD_MODE is useful for this , you can do something like EDK2_BUILD_MODE:pn-edk2-firmware-tegra = "DEBUG" in your local.conf.

I've also got a patch at Trellis-Logic@cf93c9f which I've been meaning to upstream and which is useful for fine tuning print error levels if you want to give that a try.

@madisongh
Copy link
Member

Another thing to check is which AGX Orin dev kit you have. Unlike stock L4T, which has pre-built binaries that cover every variation, and chooses the right binaries to use depending on which one it's talking to at flashing time, you have to know at build time exactly which SKU you're building for.

We have three different machine configurations for non-industrial AGX Orin modules in the AGX Orin dev kit carrier:

  • The jetson-agx-orin-devkit machine configuration is for the original 32GiB AGX Orin dev kit, which came bundled with a P3701-0000 module.
  • The p3737-0000-p3701-0004 machine configuration is for a 32GiB AGX Orin module (P3701-0004) installed in the dev kit carrier.
  • The p3737-0000-p3701-0005 machine configuration is for the newer 64GiB AGX Orin dev kit.

@sapiippo
Copy link
Contributor Author

Parsing module EEPROM:
--- Parsing board ID (3701) succeeded.
--- Parsing board version (500) succeeded.
--- Parsing board SKU (0000) succeeded.
--- Parsing board REV (J.0) succeeded.
jetson-agx-orin-devkit found.

This is from the flashing logs of NVIDIA's L4T image.

jetson-agx-orin-devkit machine config is still working for this board from scarthgap-l4t-r35.x branch.
The board is a stock item from NVIDIA. I'm not sure about NVMe, does that make a difference?

Unfortunatly, I won't have access to the device for a while, so cannot get logs from UEFI. Will do that at next opportunity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants