AGX Orin Industrial failing to flash because of the Ecc Scrub taking too long? #1935
-
|
Hi all, I'm trying to bing up the AGX Orin Industrial on a ConnectTech Forge board (I previously have gotten the non-industrial module working so I'm hopeful this should be minimal changes) ... After chaning the device tree and flashvars a bit, I'm able to get tegraflash to run, but tegrarcm_v2 seems to be failing due to a timeout. I know that usually these "timeouts" are really the bootloader crashing, but in this case, I believe that it really is a timeout caused by the ecc scrub taking too long (over 5 seconds!) The full output is attached below, but here's the part that I'm looking at: The doflash.sh script seems to drop out and report an error about one second before the ECC scrub completes. Although this could possibly be the result of un-flushed output because from my manual console-watching, there is about a 4 second delay between the "Sending blob" and "Error" lines being printed... But if this is actually 0.1 seconds, then it's failing about 5 seconds before the ecc scrub is complete: Anyway, I may be entirely barking up the wrong tree, but I could definitely use another set of eyes. Specifically, has anyone else flashed an Orin Industrial recently, and if so do you know how long the ECC scrub nominally takes? Thanks! Here is the output of doflash: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Not sure if someone will chime in on this one here but this might also be something I'd try to post to the Nvidia developer forum to see if someone could at least answer this part about whether a 5 second delay is normal. Would be interesting to know if nvidia's flashing tools work any differently, not sure whether that's possible/easy to do with this configuration though. |
Beta Was this translation helpful? Give feedback.
-
|
Well, I figured out the issue- I was basing my MACHINE on the non-industrial jetson rather than the industrial one. After that change, it's no longer getting stuck in that part of the flash! My guess is that |
Beta Was this translation helpful? Give feedback.
Well, I figured out the issue- I was basing my MACHINE on the non-industrial jetson rather than the industrial one. After that change, it's no longer getting stuck in that part of the flash! My guess is that
EMMC_BCT ?= "tegra234-p3701-0008-sdram-l4t.dts"is what fixed it.