Mounting process of ubi root file system under SigmaStar SSD202 openwrt system
For the introduction of UBI, please refer to the official documents
http://www.linux-mtd.infradead.org/doc/ubifs.html
The following is a brief introduction. UBIFS relies on the kernel UBI subsystem and runs on MTD devices. UBI can manage its own partitions in applications
For an introduction to SSD202, please refer to another blog post
At ...
Posted by Nymphetamine on Tue, 08 Feb 2022 19:13:41 +0100
Learning Daily: configure macvlan network for docker of Debian 10 and install openwrt as side route
1. Connect to our server via ssh
By default, docker is installed on your system. If it is not installed, please search other tutorials and install it first
2. View the network card name
Use the nmcli command to view your network card name
root@debian:~# nmcli
enp2s0: connected to Wired connection 2
...
inet4 192.168.1.6/24
route ...
Posted by knford on Sun, 23 Jan 2022 05:51:28 +0100
[openwrt] process communication using ubus
1. What is openwrt
What is openwrt?
2. Introduction to UBUS
ubus by openwrt Interprocess communication in platform development provides a general framework. It makes the implementation of interprocess communication very simple, and ubus It has strong portability and can be easily transplanted to other countries linux Used on the platform. Th ...
Posted by spheonix on Sat, 15 Jan 2022 23:47:19 +0100
Creating openwrt soft route under ProxmoxVE 7.0 LXC
1, Create container
1. Download template
Here, choose openwrt-21.02.0-rc3, rootfs package official download address
2. Upload template to PVE
3. New LXC container
Open the PVE terminal through SSH or web page, and execute the following command to create a new container
pct create 100 local:vztmpl/openwrt-21.02.0-rc3-x86-64-rootfs.ta ...
Posted by 01hanstu on Wed, 05 Jan 2022 12:28:24 +0100
03 startup process of openwrt
Reference blog: https://clockworkbird9.wordpress.com/2016/09/
[ 2.824545] VFS: Mounted root (ext4 filesystem) readonly on device 179:1.
[ 2.833446] Freeing unused kernel memory: 244K (84733000 - 84770000)
[ 3.006884] init: Console is alive
[ 3.011436] init: - watchdog -
[ 3.329383] init: - preinit -
[ 6.570976] mount_root: mounting /dev/root
[ ...
Posted by shibobo12 on Mon, 03 Jan 2022 22:51:44 +0100