## Change logs
+ [README.changes.md](https://raw.githubusercontent.com/hy...DME.changes.md)
## supported Boards
+ khadas vim1 - OK
+ khadas vim2 - OK (wifi chip AP6356S 02D0:4356 OK)
## Build
```
git clone https://github.com/hyphop/khadas-openwrt.git
cd khadas-openwrt
# ./scripts/build_prepare
./scripts/build -1 # build openwrt for VIM1
...
./scripts/build -2 # build openwrt for VIM2
```
## Images
+ https://github.com/hyphop/khadas-openwrt/releases/
+ https://dl.khadas.com/Firmware/VIM1/OpenWrt
+ https://dl.khadas.com/Firmware/VIM2/OpenWrt
+ https://dl.khadas.com/Firmware/VIM3/OpenWrt - WIP
+ https://dl.khadas.com/Firmware/VIM3L/OpenWrt - WIP
## Installation
just write iamge to SD card
```
cd /tmp
wget https://github.com/hyphop/khadas-ope...NWRT.sd.img.gz || \
wget https://dl.khadas.com/Firmware/VIM1/...NWRT.sd.img.gz
gzip -dc VIM1.OPENWRT.sd.img.gz | sudo dd bs=1M of=/dev/SD_PATH
sync
```
## install to emmc inside openwrt booted from sd
root@openwrt:/# mmc_install_from_sd
## docs & how to
+ [files/docs](https://github.com/hyphop/khadas-ope...ter/files/docs)
+ [README.openwrt.vims.md](https://github.com/hyphop/khadas-ope...penwrt.vims.md)
## related projects
+ https://github.com/hyphop/khadas-linux-kernel
+ https://github.com/hyphop/khadas-uboot-spi
+ https://github.com/hyphop/khadas-rescue
## links
+ https://openwrt.org/
+ https://www.khadas.com/vim
+ https://github.com/khadas
+ https://docs.khadas.com
Comment