카테고리 없음

QEMU ARM 구축 !!!

wsoh9812 2022. 3. 10. 18:16

https://chrisjean.com/fix-apt-get-update-the-following-signatures-couldnt-be-verified-because-the-public-key-is-not-available/

https://people.debian.org/~aurel32/qemu/armhf/

https://blog.geunho.dev/posts/docker-old-os-editor/

블로그 3개만 참고하면 뚝딱!


qemu-system-arm -M vexpress-a9 -kernel vmlinuz-3.2.0-4-vexpress -initrd initrd.img-3.2.0-4-vexpress -drive if=sd,file=debian_wheezy_armhf_standard.qcow2 -append "root=/dev/mmcblk0p2 rw physmap.enabled=0 console=ttyAMA0" -net user,hsotfwd=tcp::2242-:22 -net nic -nographic

 

---

바이너리만 실행 시 

https://nightohl.tistory.com/entry/%EC%9A%B0%EB%B6%84%ED%88%AC%EC%97%90%EC%84%9C-arm-%ED%81%AC%EB%A1%9C%EC%8A%A4%EC%BB%B4%ED%8C%8C%EC%9D%BC-%EB%B0%8F-%EB%94%94%EB%B2%84%EA%B9%85