mirror of
https://github.com/commaai/panda.git
synced 2026-06-16 09:04:33 +08:00
SDK script for Mac
This commit is contained in:
5
board/get_mac_sdk.sh
Normal file
5
board/get_mac_sdk.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Need formula for gcc
|
||||
brew tap ArmMbed/homebrew-formulae
|
||||
brew install python dfu-util arm-none-eabi-gcc
|
||||
pip2 install libusb1
|
||||
Reference in New Issue
Block a user