Replies: 5 comments 1 reply
-
This might be the problem with the early boot firmware failing when trying to read the carrier board EEPROM. There's a mention of this in the developer guide, and I think it's been mentioned in other discussions here, too. |
Beta Was this translation helpful? Give feedback.
-
Thanks @madisongh, yea I've seen that fix for the EEPROM. I modified the .dts file before flashing and I seemed to get the same problem. Perhaps I needed to modify it somewhere else. |
Beta Was this translation helpful? Give feedback.
-
Ok, I greped for all the locations that had the
|
Beta Was this translation helpful? Give feedback.
-
I'll take that back, after waiting quite a while my Orin booted with my modified |
Beta Was this translation helpful? Give feedback.
-
Alright, so it seems the boot still has some issues; if I start up without HDMI connected, I seem to get to the login screen. With HDMI plugged in or if I connect after boot, I hit a kernel panic below: Good boot:
Kernel panic on HDMI connection:
|
Beta Was this translation helpful? Give feedback.
-
Hi all,
We are using the Antmicro Orin Baseboard, and we're trying to get their meta-antmicro demos to build for the Orin Nano 8GB. I reached out to their support, but thought I could ask here as well since it seems related to meta-tegra and the kernel.
The antmicro board uses this commit of meta-tegra along with a modified version of linux-tegra-5.10 here.
I've gotten their demo recipes to build for the Orin Nano, but I think I'm missing the nano related device overlays. I've posted the errors from the flash script and debug console below.
I've tried to update meta-tegra to the latest kirkstone commit, but I'm running into issues because I think it's mismatched with the modified 5.10 kernel the board uses. I see some commits in meta-tegra that fix Orin Nano related overlays, so perhaps I could cherry pick those.
I'm open to any advice. Thanks so much!
Matt
Flash script:
...and here's the debug console output:
Beta Was this translation helpful? Give feedback.
All reactions