Hello,
I’m trying to create a simple massflashing program for use inside my company.
To flash jetson, you have to enter force recovery mode, but even after entering it, you can use the lsusb command.
Bus Device : ID 0955: Nvidia Corp.
I know you need to check these messages.
For nano, it’s 7f21.
To check for the phrase 7f21, is there any other good way other than looking for the 7f21 string in the text file generated by the redirect after lsusb > lsusb.txt ?
Thank you.