Skip to content

Commit

Permalink
Docs: add missed podman -> docker replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Jan 10, 2023
1 parent a9b804f commit 981a7e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ build/gcc/nitrokey-*-firmware.*
build/gcc/stm32.ld
# flash via openocd in container
# - the current dir is mounted at /app
make -f podman.mk openocd-server FLASH=/app/release/nitrokey-pro-firmware.hex
make -f docker.mk openocd-server FLASH=/app/release/nitrokey-pro-firmware.hex
# run GDB server for debugging
make -f podman.mk
make -f docker.mk
# build complete package for the release
make release
```
Expand Down Expand Up @@ -84,7 +84,7 @@ Details at:

- https://github.com/Nitrokey/dapboot/

7. All the required tools should be reachable over the Docker image, available as well over Podman. See `podman.mk` for
7. All the required tools should be reachable over the Docker image, available as well over Podman. See `docker.mk` for
the details. Make sure that the proper Udev rules are installed to have access to the debug adapter for flashing.

8. Nitrokey Pro firmware can be tested with the HSM smart card inserted. This is useful for debugging.
Expand Down

0 comments on commit 981a7e6

Please sign in to comment.