Created
October 14, 2021 14:22
-
-
Save xueliu/6b8c57a49ef52078ac7dfa11136e30d2 to your computer and use it in GitHub Desktop.
windows qemu start debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"c:\Program Files\qemu\qemu-system-arm" ^ | |
-M vexpress-a9 ^ | |
-smp 4 ^ | |
-m 256 ^ | |
-kernel zImage ^ | |
-dtb vexpress-v2p-ca9.dtb ^ | |
-drive file=eco335.v4.rootfs.ext4,if=sd,format=raw ^ | |
-append "console=ttyAMA0,115200 rootwait root=/dev/mmcblk0" ^ | |
-nic user,hostfwd=tcp::5022-:22 ^ | |
-nic tap,ifname=LAN-Verbindung ^ | |
-nographic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment