I am working with a Seeedstudio A203 V2. They have a guide for flashing firmware to the Jetson (A203 Carrier Board | Seeed Studio Wiki). In the section “replace the files”, they want their drivers to be present in the install package. Since the sdkmanager rechecks the checksum before beginning to flash, this will not work. The modified zip will just get replaced with a new, unmodified one. Can we somehow change the checksum that is checked against - is it present in some file - or can we even disable the check altogether? If it is present in some file, I would like to get the location of said file.
please do not mark solutions by yourself. Questions regarding nvidia software should be answered by nvidia. My questions were not about the seeedstudio drivers, but about nvidia software.
There are no error logs for what I want to do. I just want to modify the zip file which contains the jetpack zip file, which was downloaded from nvidia servers by the sdkmanager, to contain third party drivers. I am doing that by unzipping the jetpack, inserting files into the kernel folder, repackaging it to a zip file and changing the name to the one that the original zip file carried. The sdkmanager checks the checksum of that file, notices a mismatch, discards the file that I wanted to use in the flashing process and replaces it with a new one that was not modified by me by downloading that zip file again.
I want the sdkmanager to not replace my modified file.
To not have the jetpack zip file be replaced by a new one, the checksum that is checked against would have to be changed by me or checking checksums would have to be disabled altogether.
Please tell me how to do one of those two things.
whenever I tried to execute the command ./apply_binaries by myself, the script would throw this error, regardless of the rights which I used to unpack the zip files: