Last active
June 15, 2021 02:21
-
-
Save ogatatsu/c1dd061970714664b454f7cafbee7d94 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update -y | |
sudo apt upgrade -y | |
sudo apt install build-essential -y | |
sudo apt install gcc-arm-none-eabi -y | |
sudo apt install python3-pip -y | |
sudo pip3 install adafruit-nrfutil | |
sudo pip3 install intelhex | |
git clone https://github.com/ogatatsu/Adafruit_nRF52_Bootloader.git | |
cd Adafruit_nRF52_Bootloader | |
git submodule update --init | |
make BOARD=ae_bl652_bo all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment