avrdude from CrossToolchain:avr project
選擇您的作業系統
加套件庫並手動安裝
需要 Debian 11 ,執行以下:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/CrossToolchain:/avr/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/CrossToolchain:avr.list curl -fsSL https://download.opensuse.org/repositories/CrossToolchain:avr/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/CrossToolchain_avr.gpg > /dev/null sudo apt update sudo apt install avrdude
需要 Debian 10 ,執行以下:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/CrossToolchain:/avr/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/CrossToolchain:avr.list curl -fsSL https://download.opensuse.org/repositories/CrossToolchain:avr/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/CrossToolchain_avr.gpg > /dev/null sudo apt update sudo apt install avrdude
直接抓取二進位套件
加套件庫並手動安裝
需要 openSUSE Tumbleweed ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/CrossToolchain:avr/openSUSE_Tumbleweed/CrossToolchain:avr.repo zypper refresh zypper install avrdude
需要 16.0 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/CrossToolchain:avr/16.0/CrossToolchain:avr.repo zypper refresh zypper install avrdude
需要 15.6 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/CrossToolchain:avr/15.6/CrossToolchain:avr.repo zypper refresh zypper install avrdude
需要 15.5 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/CrossToolchain:avr/15.5/CrossToolchain:avr.repo zypper refresh zypper install avrdude
需要 15.4 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/CrossToolchain:avr/15.4/CrossToolchain:avr.repo zypper refresh zypper install avrdude
直接抓取二進位套件
加套件庫並手動安裝
需要 openSUSE Leap 15.3 ARM ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/CrossToolchain:avr/openSUSE_Leap_15.3_ARM/CrossToolchain:avr.repo zypper refresh zypper install avrdude
需要 SLE 12 SP5 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/CrossToolchain:avr/SLE_12_SP5/CrossToolchain:avr.repo zypper refresh zypper install avrdude
直接抓取二進位套件
加套件庫並手動安裝
需要 xUbuntu 20.04 ,執行以下:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/CrossToolchain:/avr/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/CrossToolchain:avr.list curl -fsSL https://download.opensuse.org/repositories/CrossToolchain:avr/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/CrossToolchain_avr.gpg > /dev/null sudo apt update sudo apt install avrdude