board/get_sdk.sh: add dfu-util and python3-pip (#787)

This commit is contained in:
Jason Shuler 2021-11-16 17:50:49 -05:00 committed by GitHub
parent 571512a392
commit 7393783bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
sudo apt-get install gcc-arm-none-eabi python-pip
sudo apt-get install dfu-util gcc-arm-none-eabi python3-pip
sudo pip install libusb1 pycryptodome requests