How to Run RISC-V Linux on QEMU

How to Run RISC-V Linux on QEMU

Today, I will teach you how to run a RISC-V Linux on the QEMU emulator. A RISC-V Linux includes: opensbi linux root filesystem 1. Download RISC-V Toolchain Downloading the toolchain source code and compiling it can lead to incorrect options, so we will use the precompiled toolchain instead. Website: https://toolchains.bootlin.com This site provides some precompiled … Read more

Building QEMU and Nezha Development Board System Image with Buildroot

Building QEMU and Nezha Development Board System Image with Buildroot

“ Corrector: TinyCorrect v0.1 – [codeblock pangu]Author: Kepontry [email protected]: 2022/12/28Revisor: Falcon [email protected], Wang Liming [email protected]: RISC-V Linux Kernel AnalysisProposal: Embedded Linux System for RISC-VSponsor: PLCT Lab, ISCAS ” This week continues the series of articles on embedded RISC-V Linux. Remember to bookmark, share, and follow; write articles to receive subsidies: gitee.com/tinylab/riscv-linux The activity uniformly uses … Read more

Popular Virtual Machines for Embedded Development

Popular Virtual Machines for Embedded Development

Follow+Star Public Account, don’t miss out on exciting content Author | Beginner’s Station When it comes to virtual machines, fellow technical personnel are likely familiar with them. Virtual machines have a wide range of usage scenarios, such as building testing environments, installing Linux on Windows systems, or running Windows on Mac machines, and they can … Read more

Popular Virtual Machines for Embedded Development

Popular Virtual Machines for Embedded Development

Follow+Star Public Account, don’t miss exciting content Author | Beginner’s Station In embedded development, virtual machines play an important role, allowing developers to simulate and test various embedded environments on a single hardware platform. The use cases for virtual machines are numerous, such as setting up test environments, installing Linux on Windows systems, or running … Read more

Exploring ARM Without a Development Board

Exploring ARM Without a Development Board

Yesterday: Daily Update 8/30: Daily Update for 7 Days Will Recently, I have been reviewing knowledge about the ARM architecture and testing with qemu. Today, I will share some thoughts on how to explore ARM without a development board. For specific methods, please refer to links 1-4. In the absence of a development board, you … Read more

Setting Up ARM64 Raspberry Pi 4B and JLINK Emulator

Setting Up ARM64 Raspberry Pi 4B and JLINK Emulator

ARM64 Architecture and Programming, the world’s original ARM64 experiment, led by Uncle Ben, waiting for you! Equipment List for Season 3 Video Course Experiment Hardware Development Platform: Raspberry Pi 4B (2G or 4G RAM) Software Simulation Platform: QEMU BenOS Customized Version Development Host: Ubuntu Linux 20.04 One MicroSD card and a card reader One USB … Read more

Porting LittlevGL on RT-Thread for Raspberry Pi 3B

Porting LittlevGL on RT-Thread for Raspberry Pi 3B

Porting LittlevGL on RT-Thread for Raspberry Pi 3B 1. Overview 2. Resource Preparation 3. Getting Started 4. Seamless Integration of RT-Thread and LVGL 5. Conclusion 1. Overview This article mainly describes the process of porting LVGL on RT-Thread for Raspberry Pi 3B. It implements the process of RTT porting LVGL in the simplest way. You … Read more