mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/mcuboot/README.md: add Python3 dependencies
This commit is contained in:
parent
fc55c09c15
commit
7358e16f44
@ -12,6 +12,19 @@ information, and TLVs with hash and signing information. This is done through
|
||||
the imgtool.py application, which is executed automatically by the build
|
||||
system.
|
||||
|
||||
Before running the test, be sure that you meet the following Python3
|
||||
dependencies:
|
||||
|
||||
- pycrypto
|
||||
- ecdsa
|
||||
- pyasn1
|
||||
|
||||
If you don't have one of those, you can install them with the commands:
|
||||
|
||||
```console
|
||||
pip3 install --user pycrypto ecdsa pyasn1
|
||||
```
|
||||
|
||||
This test can be called using `make mcuboot` to produce such ELF file,
|
||||
which can also be flashed using `make flash-mcuboot`.This command also flashes
|
||||
the pre-compiled bootloader.
|
||||
|
Loading…
Reference in New Issue
Block a user