|
Flashing a Seeed reComputer J401 carrier board with a Jetson Orin Nano 8GB Environment:
Symptom: From the host side, with zero USB re-enumeration activity on the host (checked via With a serial console attached (115200 baud, J401 debug header J14, Attempt A — got further, reaching UEFI:
Attempt B — same setup, hung earlier, during OP-TEE's own boot, Question: the fact that these two attempts stopped at different points Raw serial excerpt — Attempt A (reached UEFI start)Raw serial excerpt — Attempt B (stopped earlier, in OP-TEE) |
Replies: 5 comments 2 replies
|
Quick follow-up after digging further: I don't think I checked the So my current best guess is this is a benign/expected warning (maybe a secure-display feature that's irrelevant on this headless NVMe-flash setup), not the actual root cause. The real hang — right after |
|
Update: isolated this to a build/flash-mechanism issue, not hardware. I flashed the same board with NVIDIA's official JetPack 7.2 firmware via a different tool (Seeed's DevelopTool, which uses the standard NVIDIA flash mechanism rather than One thing that stood out comparing the two logs: the official flash's log never shows |
|
Ran two targeted Kconfig experiments comparing Experiment 1 — missing USB/PCIe/NVMe drivers (disproven): Experiment 2 — SECURITY_MM_OPTEE vs SECURITY_MM_NONE (inconclusive but informative): Full pattern across all 6 UART-captured attempts:
Every attempt hangs somewhere in the OP-TEE/TOS→normal-world transition zone, but at a genuinely different exact point each time, regardless of which Kconfig variant was flashed. That pattern feels more consistent with a timing-sensitive/racy issue in this specific boot chain than a static misconfiguration — but I don't have the EDK2/Tegra platform depth to take it further than that, and I don't have tooling to properly demux Tegra's Combined UART (multiple firmware log streams interleaved on one wire) which might be smearing a more consistent underlying stopping point into what looks like noise. At this point I think I've exhausted what I can usefully test locally — happy to run anything more specific if someone has a concrete next step, otherwise this is where I'm stuck. |
|
Orin Nano does not have onboard eMMC. The MACHINE you reference |
|
@joekale-pp thank you — that's a genuinely strong lead I hadn't considered. Closing the loop on my end: I worked around this rather than fixing it. Since I needed a working board and didn't want to keep guessing, I flashed the same |
Mahalo for the advice, Got it up and running!
https://github.com/Hi5808/j3011-custom-os
@joekale-pp @madisongh @kekiefer @jonte