Writing /var/lib/dokuwiki/data/meta/tutorials/debian_buster_for_rpi3_with_qemu.meta failed
tutorials:debian_buster_for_rpi3_with_qemu
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorials:debian_buster_for_rpi3_with_qemu [2019/11/05 00:30] – admin | tutorials:debian_buster_for_rpi3_with_qemu [2022/09/20 00:08] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 57: | Line 57: | ||
| + | * Now we are ready to run the emulated system: | ||
| + | |||
| + | qemu-system-aarch64 -M virt -m 1024 -smp 4 -cpu cortex-a53 | ||
| + | |||
| + | |||
| + | * Username: root, password: raspberry | ||
| + | * The network interface included in the " | ||
| + | |||
| + | nano / | ||
| + | |||
| + | * Inside of this file put the following content: | ||
| + | |||
| + | < | ||
| + | auto enp0s2 | ||
| + | |||
| + | # TODO: switch back to iptables-persistent once it re-enters testing | ||
| + | iface enp0s2 inet dhcp | ||
| + | pre-up iptables-restore < / | ||
| + | pre-up ip6tables-restore < / | ||
| + | </ | ||
| + | |||
| + | * Poweroff the VM: | ||
| + | |||
| + | poweroff | ||
| + | |||
| + | * Restart the VM | ||
| + | |||
| + | * The hostfwd in the qemu command was necessary to be able to access this computer from your host computer. You can do this with: | ||
| + | |||
| + | ssh root@localhost -p 2222 | ||
| + | |||
| + | * ssh in the guest system was hanging during startup. It was hanging in a getrandom() system call. To avoid this hanging the qemu option " | ||
| Line 66: | Line 98: | ||
| https:// | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
tutorials/debian_buster_for_rpi3_with_qemu.1572913837.txt.gz · Last modified: 2022/09/20 00:08 (external edit)