-
I tried to make radpro-fnirsi-gc01-ch32f103rb-2.0rc2.bin (original size is 48 KB) from source code (zip). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You did not make any mistake. The firmware is signed so that, in case of high radiation, you get notified that the firmware's integrity has been compromised. To sign the firmware, make sure you install Python and the dependencies (https://github.com/Gissio/radpro/blob/main/docs/users.md#radpro-tool). Next, start a terminal, go to the
A couple of |
Beta Was this translation helpful? Give feedback.
You did not make any mistake. The firmware is signed so that, in case of high radiation, you get notified that the firmware's integrity has been compromised.
To sign the firmware, make sure you install Python and the dependencies (https://github.com/Gissio/radpro/blob/main/docs/users.md#radpro-tool). Next, start a terminal, go to the
tools
folder, and from there start theradpro-sign.py
script:A couple of
.bin
files should appear in thetools
folder.