windows:qemu

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
windows:qemu [2020/08/15 06:48] – 作成 ともやんwindows:qemu [2020/09/06 04:52] – [ARM エミュレーション] ともやん
行 34: 行 34:
 </html> </html>
 ====== QEMU for Windows - オープンソースのプロセッサエミュレータ ====== ====== QEMU for Windows - オープンソースのプロセッサエミュレータ ======
 +<WRAP prewrap 100% #logo>
 +{{windows:qemu_logo.svg?300|QEMU Logo}}
 +</WRAP>
 +本家: [[https://www.qemu.org/|QEMU]]\\
 +[[https://qemu.weilnetz.de/|Windows 用の qemu バイナリー]]\\
 +ソースコード: [[http://repo.or.cz/w/qemu/ar7.git/|Public Git Hosting - qemu/ar7.git/summary]]\\
  
 ===== インストール ===== ===== インストール =====
行 117: 行 123:
 </code> </code>
 </WRAP> </WRAP>
 +
 +===== ARM エミュレーション =====
 +Raspberry Pi をエミュレーションする。\\
 +<code>
 +$ cd C:\pidora
 +$ qemu-system-arm.exe -M versatilepb -cpu arm1176 -hda Pidora-Release-20-2014-R3.img -kernel kernel-qemu -m 192 -append "root=/dev/sda2"
 +</code>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +C:\Users\tomoyan\scoop\apps\qemu\current\qemu-system-arm.exe: warning: GdkPixbuf: Cannot open pixbuf loader module file 'C:\Users\tomoyan\scoop\apps\qemu\current\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache': No such file or directory
 +
 +This likely means that your installation is broken.
 +Try running the command
 +  gdk-pixbuf-query-loaders > C:\Users\tomoyan\scoop\apps\qemu\current\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache
 +to make things work again for the time being.
 +WARNING: Image format was not specified for '20200906_sd_backup.img' and probing guessed raw.
 +         Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
 +         Specify the 'raw' format explicitly to remove the restrictions.
 +
 +(qemu:10296): Gtk-WARNING **: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg.
 +This may indicate that pixbuf loaders or the mime database could not be found.
 +</code>
 +</WRAP>
 +
 +===== 参考文献 =====
 +[[https://github.com/polaco1782/raspberry-qemu|polaco1782/raspberry-qemu: Raspberry pi QEMU]]\\
 +[[https://github.com/dhruvvyas90/qemu-rpi-kernel|dhruvvyas90/qemu-rpi-kernel: Qemu kernel for emulating Rpi on QEMU]]\\
  
  • windows/qemu.txt
  • 最終更新: 2020/09/11 20:11
  • by ともやん