…this is with Waveshare’s Orin Nano Dev Kit board.
Oddly, it won’t even boot with a DP EDID emulator.
The same device booted with the same DP emulator under 35.3.1.
If I plug a regular monitor in it boots fine. I can then swap in the EDID emulator and it continues to work correctly until the next reboot and then it gets stuck in the loop again.
Perhaps something has changed at boot (boot screen resolution maybe?) that isn’t compatible with the DP emulator?
Any clues anyone, without going out to get a serial cable and going down that road? Is there a log I can check after a successful boot with the monitor that would help?
By the way, when I say won’t boot, I mean it gets stuck in an endless cycle of boot attempts and restarts. At no time does it respond to a ping in the network, until the proper monitor is plugged in and it finally boots correctly. The same is true if the DP emulator is plugged in.
It seems you are using the custom carrier board from Waveshare rather than the devkit from us.
Please get the custom BSP package of R35.5.0 from your vendor to perform image-based OTA update from R35.3.1 to R35.5.0 or just flash with their custom BSP package.
For the boot failed issue, we would need to check the serial console log for details.
There is no custom BSP it just flashes with the NVidia files.
The OTA apt based update worked except for the monitor issue, which is odd. Since then I reflashed and the issue went away, but I have another identical one which I need to update remotely so I’m unsure how to proceed.
Please ask for the custom BSP package from your vendor.
They should release the BSP package with the customized changes for their board.
Correct, there might be difference between custom carrier board and devkit board from NVIDIA.
Custom carrier board might have the similar design as the devkit. But there might be also the difference like in display so that you get monitor issue after update.
Right, so I think I need to make sure I use an official Nvidia dev board - trouble is, they’re hard to find in the UK and always seem to come with a Nano SOM when I just want to buy the board by itself or with an Orin NX.
I’m not sure if they have R35.5.0 release for their custom carrier board.
Or you can check if they have custom BSP package release for R35.4.1 maybe on their website to verify image-based OTA from R35.3.1.
For our official devkit, Orin NX and Orin Nano could work with the Orin Nano devkit board(p3768).
Many thanks. Yes, I know about the Orin Nano devkit board (p3768), but as I say it only seems to be available with the Nano SOM (which makes it a lot more expensive than the Waveshare one) and also always on backorder here in the UK.
I’ve also reached out to Waveshare to find it they have any solution, as it seems very close to working. Maybe there is something they can do. I’ll post back if I get any news.
Seems like it’s an issue that occurs with other combinations of carrier/module…reflashing solves it, but might there be a way of patching in some way an existing installation to stop the crash? It’s just I have an identical device at my brother’s house in another country which I’d like to update to 35.5 remotely (i.e. without re-flashing or figuring out image-based OTA).
Turns out that the system does in fact boot and remain stable if I remove the EDID emulator and only plug it in after the device has booted. Then it all works as normal.
Yes it works perfectly when I re-flash using the official NVIDIA 35.5.0 package.
It also works perfectly after the OTA apt-based upgrade except for when a monitor is attached. It will boot without a monitor attached and then works when you plug one in after booting. It just gets stuck in a boot loop when trying to boot with the monitor/EDID emulator already plugged in and repeats the contents of the above serial console log over and over again.
It does not have a custom BSP, Waveshare’s instructions for flashing it just use the official NVIDIA files.
If I had an “official” dev kit, I’d test to see if the same issue occurs with the upgrade from 35.3.1 → 35.5 but I presume you guys would have already verified that.
Thanks - I can and have for the devices I have physical access to, but two are placed in unattended locations for long periods of time so I was hoping I could get the apt update approach to work for those in the future. I’m aware of the image based method but it seems very complicated when I just need to update these two devices from time to time remotely.
I don’t suppose you could verify with the official dev kit whether the update works from 35.3.1 to 35.5?
It seems odd that a full flash of the official 35.5 works and only the upgrade method has this one small issue.
That’s what is attached in my post above (Mar 24) ?
It shows the full log and the kernel panic at the end.
if there is something I’ve not done with the log, let me know.
I think the reason why it boots with a real monitor attached but not with the EDID emulator is likely because the real monitor doesn’t handshake until later on or something. So it is booting as if there is no monitor attached (which succeeds) and then the handshake occurs after it has booted so it works. Probably the monitor goes in standby when there is no signal and takes longer to wake up. With the EDID emulator I suspect the device sees the monitor connected right from the start, and that is why it fails.
I can reproduce the same kernel panic as yours after performing debian-based OTA update on the devkit.
Please let me check with internal and update to you once getting any result.