Powerful Domestic CPU Running Android, Linux, RTOS

Powerful Domestic CPU Running Android, Linux, RTOS

Follow+Star Public Account, don’t miss exciting content Author | strongerHuang Source | MYIR Official Website Do you still remember the days of chip shortages and price increases? In recent years, due to trade wars and technological suppression, chip localization has become a trend. Today, I recommend a development board that can run Android, Linux,RTOS, and … Read more

How To Change Management Password and Set SSH on OpenWRT

How To Change Management Password and Set SSH on OpenWRT

This chapter mainly explains: the basic usage of OpenWRT firmware to change the management password and set up SSH terminal service. 1. What is OpenWRT firmware Here is a brief introduction to the origins of OpenWRT. Back in the day, Linksys (now acquired by Cisco) released a wireless router product named WRT54G/GS, a classic product. … Read more

OpenWrt Tutorial: Configure Tailscale

OpenWrt Tutorial: Configure Tailscale

Tailscale is a networking tool based on Wireguard that allows point-to-point connections between nodes without the need for a public IP address, achieving decentralization. The configuration is simple and user-friendly, supporting various platforms and clients. Below is the configuration process on OpenWrt. 1. Download Software Download the Tailscale software package to a specified directory. Click … Read more

OpenWrt Compilation Tutorial

OpenWrt Compilation Tutorial

It is recommended to use Ubuntu system, as there are many tutorials available, and troubleshooting becomes easier. You can use WSL, but it is not recommended to compile on NTFS or ReFS file systems, and using PowerShell for compilation is also discouraged. Do not use the root user; the default user in Ubuntu is ‘ubuntu’, … Read more

How to Compile OpenWrt Firmware

How to Compile OpenWrt Firmware

Why Compile OpenWrt Yourself There are several reasons to compile OpenWrt yourself: Customization: Users can choose which software packages to install according to their needs, resulting in a smaller firmware file size. Updates: If you want to use the latest kernel version or other software, you can compile it yourself. Security: If you want to … Read more

Understanding RTC Issues in Embedded Linux Systems

Understanding RTC Issues in Embedded Linux Systems

Introduction The RTC (Real Time Clock) is an electronic device used to keep track of time, widely applied in various embedded systems. This article analyzes issues encountered with RTC in practical applications through real case studies and provides practical suggestions, such as time “resetting” and excessive RTC time errors. RTC (Real Time Clock): A standalone … Read more

Open Source Home Server Management Panel

Open Source Home Server Management Panel

Project Introduction Runtipi is an open-source personal home server management tool. Its project positioning aims to simplify the management and configuration process of home servers, allowing users to easily install and manage various self-hosted applications, even non-technical users can quickly get started. It is built on Docker, utilizing containerization technology for rapid deployment and isolation … Read more

Home Surveillance System Using Raspberry Pi

Home Surveillance System Using Raspberry Pi

There are many products on the market for home surveillance, which work well, but they lack the satisfaction of DIY. Furthermore, we are constantly dealing with code, so it’s good to get a little closer to hardware. Just to clarify, our home surveillance will monitor photos every minute, not real-time video, as the Raspberry Pi … Read more

Installing Proxmox VE on Raspberry Pi: A Step-by-Step Guide

Installing Proxmox VE on Raspberry Pi: A Step-by-Step Guide

Proxmox has always been quietly… quietly paying attention to ARM, and core developers have repeatedly stated: as long as needed, an ARM version of Proxmox VE can be provided at any time. They have also mentioned that they never restrict users from porting Proxmox VE to ARM. In fact, in 2021, a German developer created … Read more

Configure Syncthing Auto-Start on Banana Pi Raspberry Pi System

Configure Syncthing Auto-Start on Banana Pi Raspberry Pi System

Configure Syncthing Auto-Start on Banana Pi Raspberry Pi System Independent Observer, January 19, 2020 (Updated August 30, 2020) First, let’s clarify some terms: “Banana Pi” is a domestic clone of the Raspberry Pi hardware product, “Raspberry Pi system” refers to “raspberrypi“, and “Syncthing” is a multi-platform sync software. The installation and usage of Syncthing can … Read more