I’m still wrapping my head around all the ways you can verify with GPG.
This one makes no sense to me.
So in the documentation, we’re validating the sha256sum.sig and the sha256sum, confirming the sig came from Meissner. But this verification doesn’t touch the firmware file we’re actually installing on the system.
How does this prove that the file is correct? Is it simply because it was uploaded on the same date as the shasum.sig and shasum?
You are correct that with the procedure in the documentation only the origin and validity of that file is protected by the gpg signature.
There are multiple ways to verify the sha256sum depending on OS and preference. You could search in the file the name of your downloaded firmware file, calculate the sha256sum with the tool of your choice and compare it.
On Linux or Windows with Cygwin or GitBash, you could do the following: