/luci-app-avrdude

LuCI Support for avrdude

Primary LanguageLua

Copy this directory to "feeds/luci/applications/luci-app-avrdude".

Update and install feeds:

./scripts/feeds update luci
./scripts/feeds install -a -p luci

make menuconfig:

make menuconfig

Add luci-app-avrdude and kmod-usb-acm(for Arduino UNO R3):

Prompt: luci-app-avrdude........... LuCI Support for avrdude
Location:
    -> LuCI
        -> 3. Applications
Prompt: kmod-usb-acm.... Support for modems/isdn controllers
Location:
    -> Kernel modules
        -> USB Support

make

make v=99

Update firmware.

Img

This project is based on 使用OpenWRT路由远程给Arduino下载程序.