-
Notifications
You must be signed in to change notification settings - Fork 242
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
Secureboot fuse programming on Jetson TX2 32.2.1 #193
Comments
Looks like the problem is with the chip UID checks - the device is very finicky about when the UID can be read, so With the attached patch to Of course, now that I've done this, I've got to get meta-tegra updated so I can generate signed images for flashing... |
Provided by Matt Madison, see [this issue](OE4T/meta-tegra#193)
Thanks @madisongh! I can confirm that works for me too.
I'd be happy to help with this if I can be useful. I'll see how far I can get this week and open a new issue if I can get anything ready to share. Or if you are able to complete it before I can I'd be happy to help with testing/documentation. |
@dwalkes I have some work in progress on the wip-secure-boot-tegra186 branch. |
Hi Everyone,
I'm trying to go through secureboot setup steps on 32.2.1 (using nvidia setup instructions) and I'm blocked on the odmfuse.sh step. I haven't been able to get this command to succeed on any part I've tried, and my forum post has so far not resulted in any feedback which helps understand or determine a workaround or fix for the problem. I also have not yet been able to get a
bash -x
orstrace
output of a successfulodmfuse.sh
command from nvidia. This might be useful to compare to what I'm seeing and come up with a workaround.My question is whether anyone has successfully performed secureboot fuse programming on 32.2.1 using
odmfuse.sh
on any part but especially Jetson TX2 and, if so, if they would be willing to share abash -x
and/orstrace
of the successful execution which I could use to compare to what I see when attempting to run.I've got a project at https://github.com/Trellis-Logic/secureboot-tegra which automates the steps related to downloading and setting up the files needed for secureboot. If I can figure out how to get past this currently blocking issue my long term goal would be to put this into a set of patches which could be contributed to meta-tegra.
Thanks for any suggestions or feedback.
The text was updated successfully, but these errors were encountered: