Skip to content

Instantly share code, notes, and snippets.

@ogatatsu
Last active June 15, 2021 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ogatatsu/c1dd061970714664b454f7cafbee7d94 to your computer and use it in GitHub Desktop.
Save ogatatsu/c1dd061970714664b454f7cafbee7d94 to your computer and use it in GitHub Desktop.
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