rCore qemu risc-v experimental environment configuration

[reference] environment deployment - rcore tutorial deploy - gitbook: https://rcore-os.github.io/rCore-Tutorial-deploy/docs/pre-lab/env.html [reference] experimental environment configuration - rCore-Tutorial-Book-v3 0.1 document: https://rcore-os.github.io/rCore-Tutorial-Book-v3/chapter0/5setup-devel-env.html [reference] qemu/qemu: Official QE ...

Posted by Hodo on Fri, 28 Jan 2022 10:39:23 +0100

Using qemu under window to accelerate the use of the latest version of ubuntu

Now learn to use qemu The installation steps are as follows: 1. Install qemu. Download directly from the official website here: QEMUhttps://www.qemu.org/ Note that after the installation, write the installation path to the environment variable. 2. Download ubuntu image: I downloaded ubuntu-20.04 3-desktop-amd64. ISO, the latest version. ...

Posted by Tyen on Sat, 01 Jan 2022 13:26:03 +0100

Open source code cross compilation operation process and problem solving (lightdm)

Operation process The main process is as follows. Firstly, mount the file system image on the built template board, and use qemu + chroot to enter the arm file system. The specific operations are as follows: The file system image file is rootfs IMG, the mounting path is / home/jw/disk_2/rk356x_rootfs/rootfs, you can build the following ...

Posted by TLawrence on Fri, 31 Dec 2021 16:47:04 +0100