'컴퓨터(소프트웨어)/Linux'에 해당되는 글 1건

  1. 2018.08.26 왜 이딴걸...
posted by 랭구루 2018. 8. 26. 22:08

--- installed this program ---
1. Supported Board Lists
qemu-system-arm --machine help
2. Supported CPU Lists
qemu-system-arm --machine none --cpu help


https://www.mztn.org/dragon/arm64_01.htmlhttp://layright.blogspot.com/2012/05/open-source-arm-sw-1.html
http://jake.dothome.co.kr/qemu/
http://layright.blogspot.com/2012/05/open-source-arm-sw-1.html
https://slowstarter80.github.io/qemu/2017/08/15/qemu.html
http://bayron.tistory.com/entry/000-QEMU-소개-Introductions-to-QEMU
https://wiki.linaro.org/LSK

http://smleenull.com/601 <-- Python으로 부팅

http://wavy00.blogspot.com/2016/11/yocto-qemu-arm-64bit.html  <-- 요코 프로젝트


https://ameblo.jp/oregano-blog/entry-10398219623.html
$ sudo apt-get install bison
$ sudo apt-get install flex


cd /home/psychone/linux/arch/arm/boot


arm-linux-gnueabi-gcc -static    test.c   -o test
qemu-system-arm -M versatilepb -m 128M -kernel zImage
echo test | cpio -o --format=newc > rootfs