QEMU 运行 RISC-V 64 位 Linux

flyfish

https://buildroot.org/download.html

QEMU 运行 RISC-V 64 位 Linux-LMLPHP

Tool

sudo apt-get install build-essential pkg-config 
 libboost-all-dev autoconf libtool libssl-dev
 flex bison ninja-build ibncursesw5

Config

make qemu_riscv64_virt_defconfig
make menuconfig

QEMU 运行 RISC-V 64 位 Linux-LMLPHP

make

result
/buildroot-2023.02/output/images/

QEMU 运行 RISC-V 64 位 Linux-LMLPHP
run

./start-qemu.sh
04-07 00:38