Skip to content

Commit

Permalink
Update Board Mac SDK Install script to work on clean mac (#146)
Browse files Browse the repository at this point in the history
Install pip2 and homebrew as part of the sdk script, which aren't installed on clean systems
  • Loading branch information
appleguru committed Apr 2, 2020
1 parent b9a9ea3 commit 753c42c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions board/get_sdk_mac.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash
# Need formula for gcc
sudo easy_install pip
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap ArmMbed/homebrew-formulae
brew install python dfu-util arm-none-eabi-gcc
pip install --user libusb1 pycrypto requests

0 comments on commit 753c42c

Please sign in to comment.