All Projects → hyphop → khadas-openwrt

hyphop / khadas-openwrt

Licence: other
openwrt for Khadas boards

Programming Languages

shell
77523 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to khadas-openwrt

amlogic-s9xxx-openwrt
OpenWrt for Amlogic and Rockchip. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, rk3588, rk3568, rk3288, etc. including install to EMMC and update related functions.
Stars: ✭ 724 (+2796%)
Mutual labels:  openwrt, rockchip, amlogic, s912, s905x, a311d
linux
Linux kernel for Khadas VIMs & Edge
Stars: ✭ 102 (+308%)
Mutual labels:  rockchip, amlogic, s912, rk3399, s905x, a311d
profiler-api
The portable version of JetBrains profiler API for .NET Framework / .NET Core / .NET / .NET Standard / Mono
Stars: ✭ 21 (-16%)
Mutual labels:  musl, arm64, aarch64
gxlimg
Boot Image creation tool for amlogic s905x (GXL)
Stars: ✭ 42 (+68%)
Mutual labels:  amlogic, aarch64, s905x
Wag
WebAssembly compiler implemented in Go
Stars: ✭ 177 (+608%)
Mutual labels:  arm64, aarch64
Debian Pi Aarch64
This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)
Stars: ✭ 2,505 (+9920%)
Mutual labels:  arm64, aarch64
Simdjson
Parsing gigabytes of JSON per second
Stars: ✭ 15,115 (+60360%)
Mutual labels:  arm64, aarch64
M1 Test
Java编译速度对比测试: M1 MacBook Air vs Intel Core i9 MacBook Pro
Stars: ✭ 111 (+344%)
Mutual labels:  arm64, aarch64
Iboot64helper
IDAPython loader to help with AArch64 iBoot, iBEC, and SecureROM reverse engineering
Stars: ✭ 189 (+656%)
Mutual labels:  arm64, aarch64
Doesitarm
🦾 A list of reported app support for Apple Silicon and the new Apple M1 Macs
Stars: ✭ 3,200 (+12700%)
Mutual labels:  arm64, aarch64
Actions OpenWrt-Amlogic
一键云编译适合Amlogic盒子的OpenWrt固件底包,并使用flippy的打包脚本生成指定内核版本的固件。默认为N1固件,包含绝大部分常用插件;云编译服务器性能有限,若超时失败,自行删减不必要的插件。
Stars: ✭ 57 (+128%)
Mutual labels:  openwrt, amlogic
Mandibule
linux elf injector for x86 x86_64 arm arm64
Stars: ✭ 171 (+584%)
Mutual labels:  arm64, aarch64
Ghidra Switch Loader
Nintendo Switch loader for Ghidra
Stars: ✭ 146 (+484%)
Mutual labels:  arm64, aarch64
Pi-Pool
Cardano Stakepool on Raspberry Pi
Stars: ✭ 204 (+716%)
Mutual labels:  arm64, aarch64
Docker Homebridge
Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
Stars: ✭ 1,847 (+7288%)
Mutual labels:  arm64, aarch64
alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+820%)
Mutual labels:  arm64, aarch64
Libnx
Library for Switch Homebrew
Stars: ✭ 908 (+3532%)
Mutual labels:  arm64, aarch64
Frida Snippets
Hand-crafted Frida examples
Stars: ✭ 1,081 (+4224%)
Mutual labels:  arm64, aarch64
meta-rockchip
Yocto BSP layer for the Rockchip SOC boards
Stars: ✭ 29 (+16%)
Mutual labels:  rockchip, rk3399
Openwrt Node Packages
OpenWrt Project Node.js packages. v10.x LTS and v12.x LTS and v14.x LTS
Stars: ✭ 176 (+604%)
Mutual labels:  openwrt, aarch64

khadas openwrt Build Status

openwrt for Khadas VIMs boards https://www.khadas.com/vim (Amlogic s905 s912 a311D s905d3 ) and Edge boards https://docs.khadas.com/edge/ (RockChip rk3399 )

khadas vims openwrt

Change logs

supported Boards

Build

git clone https://github.com/hyphop/khadas-openwrt.git
cd khadas-openwrt

# ./scripts/build_prepare      # if some tools missed
# ./build_prepare_from_sources # if some tools missed or wrong 

# build usage examples

## build openwrt for VIM1
./scripts/build -1  
## build openwrt for VIM2
./scripts/build -2  
## build openwrt for VIM3
./scripts/build -3  
## build openwrt for VIM3L
./scripts/build -3l 
## build openwrt for Edge
./scripts/build -e  
#
./scripts/build -emmc -3l # build openwrt for VIM3L emmc image
#
./scripts/build -2 +server # build openwrt server variant for VIM2
#
echo REL=18.06.4 > scripts/build.conf.user # build openwrt 18.06.4 series
./scripts/build -r -2
#
echo REL=19.07.3 > scripts/build.conf.user # build openwrt 19.07.0 series
./scripts/build -r -2
#

Images

Installation

just write iamge to SD card

cd /tmp
wget https://github.com/hyphop/khadas-openwrt/releases/download/0.1/VIM1.OPENWRT.sd.img.gz || \
wget https://dl.khadas.com/Firmware/VIM1/OpenWrt/VIM1.OPENWRT.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

related projects

links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].