From 34011c05c434b1621080f8b9ea6f5860ced80724 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Fri, 20 Dec 2019 13:58:14 +0100 Subject: Update setup_linux-host_qemu-vm_arm64-kernel.md --- docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md') 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. -- cgit mrf-deployment