Step-by-Step Guide to Building Root Filesystem with Buildroot

Step-by-Step Guide to Building Root Filesystem with Buildroot

The three main components of embedded systems: bootloader (uboot), Linux kernel, root filesystem. There are three powerful tools for creating root filesystems: busybox, buildroot, yocto. Using busybox to build the filesystem only helps us set up some common commands and files. Libraries, files in the /etc directory, etc., need to be created manually, and we … Read more

Buildroot Embedded Linux Root File System Not Logging as Root

Buildroot Embedded Linux Root File System Not Logging as Root

1. Problem Description If after booting the embedded Linux root file system made with Buildroot, you find that you are not logged in as the root user, this may be due to improper file system permission settings or user configuration issues. 2. Solutions Here are some possible solutions:1. Check BusyBox Permissions As mentioned in the … Read more

Containerd Basics: A Comprehensive Guide

Containerd Basics: A Comprehensive Guide

This article covers: 1. Installing Containerd 2. Running a busybox image 3. Creating a CNI network 4. Enabling network functionality for containerd containers 5. Sharing directories with the host 6. Sharing namespaces with other containers 7. Using docker/containerd together 1. Installing Containerd Local installation of Containerd: yum install -y yum-utils yum-config-manager –add-repo https://download.docker.com/linux/centos/docker-ce.repo yum install … Read more

How to Port BusyBox, the Swiss Army Knife of Linux Tools, to RT-Thread Smart

How to Port BusyBox, the Swiss Army Knife of Linux Tools, to RT-Thread Smart

RT-Thread Smart Series Serialization Serial Number Content 1 “When the Raspberry Pi Meets RT-Thread Smart – Introduction to Application Programming” 2 “RT-Thread Smart and Raspberry Pi: wget & cURL Network Client” 3 “How to Port BusyBox, the Swiss Army Knife of Linux Tools, to RT-Thread Smart?” 4 sdl graphics application 5 dropbear and ssh server … Read more

How to Port BusyBox, the Swiss Army Knife of Linux Tools, to RT-Thread Smart?

How to Port BusyBox, the Swiss Army Knife of Linux Tools, to RT-Thread Smart?

RT-Thread Smart Series Serialization Serial Number Content 1 “When “Raspberry Pi” Meets RT-Thread Smart – Introduction to Application Programming“ 2 “RT-Thread Smart and Raspberry Pi: wget & cURL Network Client“ 3 “How to Port BusyBox, the Swiss Army Knife of Linux Tools, to RT-Thread Smart?” 4 sdl graphic class application 5 dropbear and ssh server … Read more

Troubleshooting BusyBox Errors Preventing Kali Startup

Troubleshooting BusyBox Errors Preventing Kali Startup

Due to an abnormal shutdown, after starting Kali, an error message will be displayed: BusyBox u1.37.0 (Debian 1:1.37.0-4) built-in shell (ash)Enter help’for a list of built-in commands (initramfs) as shown in the figure below: About BusyBox is a software that integrates more than three hundred of the most commonly used Linux commands and tools. BusyBox … Read more