-
I'm having issues booting the AGX Xavier DevKit using the kirkstone branch. The important part of the serial output is probably:
(full serial output is at the end of this post) When comparing the logs of the flashing process I also noticed that
whereas the tegraflash package that boots successfully logs the size of When I manually copy the Does anyone has an idea what the issue might be and how I could fix it? Full serial ouput
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Is there a chance that changes you are making to tegra-demo-distro that you think are causing the esp.img to be "corrupted" like this (like, can you bisect these changes and see which change does this), or is it the rebuilding? Are you using a custom machine definition? |
Beta Was this translation helpful? Give feedback.
-
How did you extract the tegraflash archive? A coworker had the exact same issue this morning; he was extracting the tegraflash archive with the Ubuntu GUI's archive tools, and it produced a |
Beta Was this translation helpful? Give feedback.
How did you extract the tegraflash archive? A coworker had the exact same issue this morning; he was extracting the tegraflash archive with the Ubuntu GUI's archive tools, and it produced a
esp.img
of 160 KB or so. Then we usedtar zxvf <tegraflash.tar.gz>
on the same tarball and it produced the correct 64 MBesp.img
.