You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reproducible-build.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ docker build -t diy .
22
22
docker run -ti -v `pwd`:/app diy
23
23
```
24
24
25
+
The container runs `./build_firmware.sh`, which now also drops `release/disco-nobootloader.{bin,hex}` alongside the signed
26
+
artifacts. The `disco-nobootloader.bin` image matches the standard `nix build` output and can be flashed directly to a
27
+
development board when you want to skip the secure bootloader during testing.
28
+
25
29
At the end of the build you will be presented with a base32 encoded hash of the firmware upgrade file that should be signed and asked to provide signatures.
26
30
27
31
Get signatures from the description of the github release and enter one by one in the same order as provided in the release.
0 commit comments