panda/board/get_sdk_mac.sh

6 lines
162 B
Bash
Raw Normal View History

2017-11-10 03:24:17 -07:00
#!/bin/bash
# Need formula for gcc
brew tap ArmMbed/homebrew-formulae
brew install python dfu-util arm-none-eabi-gcc
pip install --user libusb1 pycrypto requests