Emulation1 [QEMU][RaspberryPi] RPI 3B+ Emulation (arm64) 목적 QEMU를 이용해서 Raspberry Pi 3B+ 가상화 Host : Ubuntu v22.10 (x86_64) Target : Raspberry Pi 3B+ (arm64) QEMU Source Code 다운로드 현 시점 우분투 패키지에서 배포되고 있는 QEMU v7.0은 최신 Raspberry Pi Kernel의 Fram Buffer와 호환성이 맞지 않기 때문에, Soruce Code 다운로드 하여 v7.2로 직접 빌드한다. git clone https://gitlab.com/qemu-project/qemu.git cd qemu/ git tag | grep 7.2 git checkout v7.2.0-rc4 cd .. QEMU Build Build Dependency 설치 sudo apt-get bu.. 2024. 2. 5. 이전 1 다음