You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
320 B

  1. #!/bin/sh
  2. util_dir=$(dirname "$0")
  3. pkg update
  4. pkg install -y \
  5. git \
  6. wget \
  7. gmake \
  8. gcc \
  9. zip \
  10. unzip \
  11. avr-binutils \
  12. avr-gcc \
  13. avr-libc \
  14. dfu-programmer \
  15. dfu-util \
  16. arm-none-eabi-gcc \
  17. arm-none-eabi-binutils \
  18. arm-none-eabi-newlib \
  19. diffutils \
  20. python3
  21. pip3 install -r ${util_dir}/../requirements.txt