-
Notifications
You must be signed in to change notification settings - Fork 72
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
Flashing UEFI Firmware stuck on Auvidea JNX30D #29
Comments
It's possible. Some carrier boards have additional BSP changes to pinmux/device tree/other settings that might not be compatible with the standard xavier-nx-devkit configuration. But since you're using the Xavier NX, there's one thing you can check first: Is this a developer Xavier NX with an SD card on the SoM, or a production Xavier NX with the emmc instead of an SD card? You'll need to use the flashing script that corresponds to the one you have, e.g. |
Thank you very much for your reply - Auvidea JN30D DevKITs have a Jetson Xavier NX production module assembled - therefore So regarding BSP changes - I found that Auvidea is providing a ./kernel_out/* folder containing a kernel-image as well as a folder of devicetree-blobs. Originally using the Nvidia SDK-manager one needs to:
...and then finishing to flash with:
|
So it depends on what exactly apply_binaries.sh does, but we have a similar carrier board from another vendor that basically copies a bunch of files into the flash tools directory before running the flashing script. You can execute commands that modify the flash tools by setting
If you copy prebuilt device trees to replace the ones produced by jetpack-nixos you'd lose the ability to modify them easily, however, since they'd no longer be built from source. If auvidea provides a kernel patch which includes their modifications, that would be a better way to handle it. |
Thanks a lot Daniel. Can you please clarify in which file exactly I would apply the .postPatch? I have as well a folder with kernel_src and the devicetree-sources available - though I don't understand where I can integrate them into the nixos-build. Thank you. |
Another question - we are thinking of getting another board as well - can you recommend another vendor? |
Hello community,
I am trying to follow the instructions for flashing the UEFI-firmware of anduril/jetpack-nixos on an Auvidea JNX30D - unfortunately without success, as the installer is stuck in a:
loop.
Is this happening due to a lack of support for the DevKIT, or is this something I could solve quite simple?
Find the full log attached.
Thanks and have a great day.
log.txt
The text was updated successfully, but these errors were encountered: