sh 在Raspbian 9中安装AVRDUDE(树莓派模型B)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在Raspbian 9中安装AVRDUDE(树莓派模型B)相关的知识,希望对你有一定的参考价值。

#!/usr/bin/env bash
sudo apt-get install bison flex libusb-dev gcc gcc-avr avr-libc libelf-dev libusb-1.0-0-dev libusb-1.0-0-dev libftdi1-dev libftdi-dev libhidapi-libusb libevent-pthreads-2.0-5 libpthread-workqueue0 -y 

wget http://ftp.nchc.org.tw/Unix/NonGNU/avrdude/avrdude-6.1.tar.gz
tar xfv avrdude-6.2.tar.gz -C /tmp
CURRENT_DIR=$(pwd)
cd /tmp/avrdude-6.2
./configure --enable-linuxgpio
make -j4
sudo make install

# Test:
# List of all AVR micros: https://gcc.gnu.org/onlinedocs/gcc/AVR-Options.html
# TODO: Change to atmega2561
# sudo avrdude -c linuxgpio -p avr6 -v
# cd ${CURRENT_DIR}
# sudo rm -rf /usr/local/etc/avrdude.conf
# sudo cp ./avrdude.conf /usr/local/etc

以上是关于sh 在Raspbian 9中安装AVRDUDE(树莓派模型B)的主要内容,如果未能解决你的问题,请参考以下文章

Xcode 9 错误在本地存储中安装 Realm 后

sh 在wsl中安装ssh

sh 在bash中安装python库

sh 为了在CentOS中安装casper

sh 在脱机环境中安装pip包

sh 在ubuntu中安装Android