diff options
Diffstat (limited to 'docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md')
| -rw-r--r-- | docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md index 6663168bd..c60c06944 100644 --- a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md +++ b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md @@ -32,6 +32,14 @@ Choose the following options. Run `make`. After the build, confirm that `output/images/rootfs.ext3` exists. +If you're expreriencing a very slow sshd start up time with arm64 qemu running on x86, the reason is probably low entropy and it be "fixed" with installing `haveged`. It can be found in the buildroot `menuconfig`: + +``` + Target packages + Miscellaneous + [*] haveged +``` + ## Get the ARM64 toolchain from Linaro You will require an ARM64 kernel with gcc plugin support. |
