The Split Between LEDE and OpenWrt: A Technical Overview

The Split Between LEDE and OpenWrt: A Technical Overview

(May 2016) Early in May, when a group of core OpenWrt developers announced that they would begin working on a derivative of OpenWrt (or possibly a branch) called the Linux Embedded Development Environment (LEDE), the OpenWrt user community was thrown into chaos. — Nathan Willis Table of Contents ◈ Responses and Questions25% ◈ Clarifications47% ◈ … Read more

Using code-server in Browser on OpenWrt (NanoPi For NAS All In One R4S)

Using code-server in Browser on OpenWrt (NanoPi For NAS All In One R4S)

NO.1 Introduction to code-server GitHub address https://github.com/coder/code-server Documentation address https://coder.com/docs/code-server/latest VS Code in Browser Run VS Code anywhere on any machine and access it through the browser NO.2 Usage Scenarios Not very accustomed to the visual panel operation of Docker on OpenWrt Although all necessary variables are present and translated into Chinese, simple images can … Read more

Industrial IoT Gateway Development Board – Mill RZ/G2UL

Industrial IoT Gateway Development Board - Mill RZ/G2UL

Last time I introduced the Remi Pi launched by Mill, priced at only 198. This time we will look at another new product from Mill, which also uses a Renesas chip. However, the core board is cheaper. It is based on Renesas’s RZ/G2UL, featuring an ARM Cortex-A55 core with a frequency of up to 1GHz, … Read more

Creating a Personal Internet with Raspberry Pi: A Low-Cost Solution

Creating a Personal Internet with Raspberry Pi: A Low-Cost Solution

Recently, I came across a project called “Internet in a Box” which collects free resources from the internet, such as free courses and e-books, stores them on a large-capacity hard drive, and connects it to a Raspberry Pi to be donated to schools in underdeveloped countries. This allows students without access to the internet to … Read more

Rust Support in OpenWRT: A Comprehensive Guide

Rust Support in OpenWRT: A Comprehensive Guide

Prepare the environment: Install the source package and xargo. rustup add component rust-src cargo install xargo Specify the OpenWRT gcc environment: Copy the toolchain to the designated directory, or leave it in the source directory, and edit the specified toolchain’s bin directory in the bash script ~/.bashrc for xargo to use. Edit build.rs to specify … Read more

How to Set Up a BT Downloader with Raspberry Pi and OpenWrt

How to Set Up a BT Downloader with Raspberry Pi and OpenWrt

Submitted by Archer. Hello everyone, long time no see, I am Archer. Recently, I got some low-cost boards and also bought a Raspberry Pi 1 on Xianyu, which I have been keeping idle. I thought about flashing OpenWrt to use it as a high-performance soft router, but unfortunately, the performance is not enough. Under OpenWrt, … Read more

Installing OpenWrt on HomeLab Development Board (ARM64) with PVE

Installing OpenWrt on HomeLab Development Board (ARM64) with PVE

NO.1 Image File qcow2 image file openwrt-armvirt-64.qcow2 NO.2 Upload File qcow2 files cannot be uploaded to pve through webui You need to upload it to the server using FileZilla Remember, the path for the pve iso image folder is /var/lib/vz/template/iso The backup image data for pve is Usually used to store the recoverable xxx.vma.zst files … Read more

Unlocking and Installing OpenWRT on Xiaomi 10G Router: A Complete Guide

Unlocking and Installing OpenWRT on Xiaomi 10G Router: A Complete Guide

The Xiaomi 10G router, launched in 2022, features a quad-core Qualcomm A73 processor + 2GB RAM, equipped with four 2.5Gbps ports and one 10G Ethernet port, as well as one 10G optical port, supporting Wi-Fi 7. More than a year later, this configuration remains impressive. Although Xiaomi’s router firmware has long been criticized for its … Read more