Using TRIM in Buildroot System in 1 Minute

Using TRIM in Buildroot System in 1 Minute

Open Source Harmony Hardware Solution Leader Tactile Intelligence This article is applicable to Tactile Intelligence development boards that support the Buildroot system. This article takes the Purple Pi OH as an example. The Tactile Intelligence Purple Pi OH motherboard is a recommended Harmony development board from the Huawei Laval official community. This motherboard is mainly … Read more

What Are the Requirements for Running RTOS on MCU?

What Are the Requirements for Running RTOS on MCU?

Follow+Star Public Account Number, don’t miss exciting content Author | strongerHuang WeChat Public Account | strongerHuang Some friends might ask: What are the requirements for running RTOS on MCU? This is a very broad question. Currently, there are hundreds of RTOS available in the market. If you talk about the minimum requirements for MCU, I … Read more

Trimming Methods and Differences of Embedded Linux Kernel and Uboot

Trimming Methods and Differences of Embedded Linux Kernel and Uboot

This section only records the general trimming method without introducing specific file modifications. Linux Kernel Trimming Steps 1 Modify the ARCH and CROSS_COMPILE environment variables in the makefile ARCH ?= arm CROSS_COMPILE ?= XXX (your cross compiler) 2 Find the configuration file xxxdeconfig in the arch/arm/configs folder, and modify it appropriately. Run the following in … Read more