Complete Guide to Kernel 6.x, Buildroot, Debian, OpenWrt, and Tina-SDK

Complete Guide to Kernel 6.x, Buildroot, Debian, OpenWrt, and Tina-SDK

Mainline Kernel 6.x? Buildroot? Debian Distribution? OpenWrt Router? Tina-SDK? Multicore Heterogeneous Development? RTOS Heterogeneous Communication? IPC RTSP Streaming Display? This time, we cover everything Running Tina-SDK Running the distribution system Running Buildroot E907 RTOS bare metal coremark test The images provided this time are also comprehensive, ready to use right out of the box Source … Read more

Basic OpenWrt Configuration for Key-Based Login

Basic OpenWrt Configuration for Key-Based Login

OpenWrt defaults to using the root account to manage the entire system, and the username information is automatically filled in on the WebUI. However, the home network environment can be quite complex, as the main router assigns public IPv6 addresses to all local network devices. This is not secure for external access, so we need … Read more

Installing the OpenWrt Soft Router System

Installing the OpenWrt Soft Router System

OPENWRT is an embedded operating system based on Linux, specifically designed for routers and other network devices. It provides an open-source platform that allows users to customize and control various aspects of their network devices. Due to its flexibility and customizability, OPENWRT is widely used in both home and enterprise networks. 1. Download OpenWrt Official … Read more

Detailed Steps to Compile OpenWrt Firmware with Luci Interface

Detailed Steps to Compile OpenWrt Firmware with Luci Interface

If you want to master the OpenWrt system, you should learn to compile OpenWrt firmware yourself, and even learn to add your own small features to the OpenWrt system. Many people have encountered situations where the OpenWrt firmware they compiled does not have a web interface, so they start trying various methods to find the … Read more

Another Way to Extend OpenWrt Storage – Mounting Shared Folders

Another Way to Extend OpenWrt Storage - Mounting Shared Folders

Previously, we discussed how to migrate the entire OpenWrt system to a USB drive to achieve storage expansion. However, USB drives are generally less reliable than hard drives. Say goodbye to storage anxiety, and step by step, I will teach you how to migrate the OpenWrt system to a USB drive. So, if your OpenWrt … Read more

OpenWrt Basic Disk Expansion

OpenWrt Basic Disk Expansion

Because the space provided by the firmware is really too small, just installing a few software can cause problems, so it is strongly recommended to prioritize disk expansion after installation! Disk expansion involves different methods for different versions. The version we downloaded and used is ext4, while another version is squashfs. Ext4 Disk Expansion 1. … Read more

AvaotaA1 Allwinner T527 Linux Distributions Support

AvaotaA1 Allwinner T527 Linux Distributions Support

AvaotaA1 Allwinner T527 Linux Distributions Support 📖 Documentation Site: https://docs.100ask.net/avaota/avaota-sbc/💡 Source Repository: github.com/AvaotaSBC/💻 Hardware Configuration: ✏️CPU: Octa-core Cortex-A55, up to 2.0GHz✏️GPU: Mali G57, supports OpenGL ES 3.2/2.0/1.1, Vulkan 1.1/1.2/1.3, OpenCL 2.2✏️RCPU: XuanTie E906 RISC-V @ 200MHz✏️DSP: HIFI4 DSP @ 600MHz✏️NPU: optional up to 2TOPS computing capability✏️Memory Chip: supports LPDDR4, optional 1/2/4GB✏️Storage Chip: supports eMMC 5.1, … Read more

HomeLab Development Board (ARM64) [PVE]: Backup and Restore for Win, Linux, and More

HomeLab Development Board (ARM64) [PVE]: Backup and Restore for Win, Linux, and More

NO.1 Final Result Previously installed pve7 on the Orange Pi 5 Plus and several systems. Now attempting to backup and restore to the Raspberry Pi 5’s pve8 (essentially both are arm pve, just with different configurations). <<HomeLab Development Board (ARM64) [PVE]: Installing Ubuntu Server 22.04 VM on PVE7>> <<HomeLab Development Board (ARM64) [PVE]: Using Windows … Read more

OpenWrt LuCi Arbitrary File Reading

OpenWrt LuCi Arbitrary File Reading

Setting Up OpenWrt Environment Download the OpenWrt 19.07 image, extract it, and convert it into a disk image for import into a virtual machine. wget https://downloads.openwrt.org/releases/19.07.0/targets/x86/generic/openwrt-19.07.0-x86-generic-combined-ext4.img.gz gunzip openwrt-19.07.0-x86-generic-combined-ext4.img.gz sudo apt-get install qemu-utils -y sudo qemu-img convert -f raw openwrt-19.07.0-x86-generic-combined-ext4.img -O vmdk openwrt-19.07.0-x86-generic-combined-ext4.vmdk The WEB backend access is successful. After setting the password, you can access … Read more

OpenWRT EasyCwmp Installation Guide

OpenWRT EasyCwmp Installation Guide

Reference Links Tutorial – EasyCwmphttps://easycwmp.org/tutorial/ EasyCwmp Introduction EasyCwmp is designed with two components: EasyCwmp Core: It includes the TR069 CWMP engine, responsible for communication with the ACS server. It is developed in C. EasyCwmp DataModel: It includes the TR-06 DATAModel and complies with some DataModel standards such as TR-098, TR-181, TR-104, etc. The key design … Read more