diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-12-20 13:58:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-20 13:58:14 +0100 |
| commit | 34011c05c434b1621080f8b9ea6f5860ced80724 (patch) | |
| tree | 1b4e868e2b5c3ea0946f915719b37e752ecae2ef /docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md | |
| parent | e30cbdae48129d22c125435cb72fc20447c7a0e2 (diff) | |
Update setup_linux-host_qemu-vm_arm64-kernel.md
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. |
