Hi all,
We’re building a custom AGX Orin carrier board reusing the P3737 reference design. The board keeps both MCUs from the DevKit:
- EFM8SB10F2G (power-button supervisor) — firmware found on Jetson Download Center OK.
- ATSAMD21G16B-AU (debug MCU, U136 on P3737) — cannot find the firmware anywhere on the NVIDIA site.
From the DG and forum threads I see NVIDIA states this debug MCU is for internal use and “support will not be provided if implemented.” But since we’re keeping the circuit from the reference design, I’d like to clarify:
- Is there anybinary/reference available for the SAMD21 on P3737, or is it truly internal-only?
- For those who built custom Orin carriers — did you keep the SAMD21, or did you follow the Orin Nano DevKit approach and route debug UART directly? Any gotchas if we drop it?
- If rolling our own: is SAMD21G18 example code + linker tweak (64KB Flash / 8KB RAM for G16B) the sane path, or is there a better starting point?
Thanks!