Skip to content

Instantly share code, notes, and snippets.

@xueliu
Created October 14, 2021 14:22
Show Gist options
  • Save xueliu/6b8c57a49ef52078ac7dfa11136e30d2 to your computer and use it in GitHub Desktop.
Save xueliu/6b8c57a49ef52078ac7dfa11136e30d2 to your computer and use it in GitHub Desktop.
windows qemu start debian
"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