Current Status and Future of Linux Large Folios by Major Companies

Current Status and Future of Linux Large Folios by Major Companies

This article analyzes the current community and product status of the hot Linux kernel project Large Folios and predicts future trends. The technical content discussed in the article comes from contributions to the community and products from several companies, including Google, OPPO, ARM, Nivida, Samsung, Huawei, and Alibaba. Authors | Barry Song, Yu Zhao Editors … Read more

Running Linux on Arm-Based Thinkpad X13S

Running Linux on Arm-Based Thinkpad X13S

Introduction: Armbian 23.08 has been released, starting to provide support for this lightweight Snapdragon laptop. This article has 4594 words, estimated reading time: 7 minutes https://linux.cn/article-16176-1.html Author: Liam Proven Translator: ChatGPT Armbian 23.08 has been released, starting to provide support for this lightweight Snapdragon laptop. The latest release of Armbian helps to address the challenges … Read more

Gifts for Kids: Playing Arduino with LeezP710

Gifts for Kids: Playing Arduino with LeezP710

Welcome to Chipboard Workshop, I’m the beloved Xiao Yueyue. Today, I bring you a creative DIY using LeezP710. 1. Preparations Before Operation As we all know, LeezP710 can run the ARM64 Linux operating system, which opens up more possibilities for applications, such as children’s programming education. The tutorial below is designed for kids; today we’re … Read more

Master Linux Driver, Kernel, and Application Compilation in 5 Minutes

Master Linux Driver, Kernel, and Application Compilation in 5 Minutes

As a newcomer to embedded Linux, many questions arise during the learning process. How do I compile a driver program? How do I load it into the kernel? This article will introduce some basic operations for embedded Linux development, guiding you step by step to master the compilation of drivers, kernels, and applications. Little Wang … Read more

Detailed Explanation of Device Trees (Part 2)

Detailed Explanation of Device Trees (Part 2)

Follow and star Baiwen Technology Embedded essentials delivered promptly ———- Last week, I published an article on the background knowledge of Device Trees, and many colleagues in the background requested a deeper analysis of the code. Today, we will discuss the knowledge related to DTS scripts and the loading process. The article is a bit … Read more

Raspberry Pi Based Windows XP on Linux

Raspberry Pi Based Windows XP on Linux

Follow,Star Public Account, don’t miss out on exciting content Source: Open Source China Edited by: strongerHuang Source link: https://www.oschina.net/news/115232/raspberry-pi-linux-raspbian-xp-professional-windows Raspberry Pi, known as “树莓派” in Chinese, abbreviated as RPi (or RasPi / RPI), is designed for learning computer programming. It is a microcomputer the size of a credit card, running on a Linux-based system. The … Read more

Raspberry Pi IO Port Driver Development

Raspberry Pi IO Port Driver Development

Follow+Star PublicNumber, don’t miss the wonderful content Source | One Linux IO development is the most fundamental and essential skill for beginners. Although for many readers who have already entered the field, IO operations are quite simple, for many beginners, it is not that simple. Microcomputer Bus Address Address Bus: Baike Baidu Explanation: The address … Read more

Linux Kernel GPIO User Space Interface

Linux Kernel GPIO User Space Interface

GPIO (General Purpose Input/Output) is a pin on a microcontroller or microprocessor that can be programmed as an input or output for communication with external devices. In Linux systems, developers can easily read and set the state of GPIO through user space interfaces provided by the kernel, enabling control and monitoring of external devices. This … Read more

Can Cortex-M Run Linux Operating System?

Can Cortex-M Run Linux Operating System?

▼Click the card below to follow the public account▼ What are the differences between microcontrollers, Cortex-M, and Linux in embedded systems? What processors are needed to run the Linux operating system? ARM9, ARM11? Cortex-M is newer than ARM9, why can’t it run Linux? Many friends might have similar questions, so let’s discuss the related content … Read more