From c4d37134da46956579a2dbb3a967bae978417195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Sun, 5 May 2019 00:00:00 +0000 Subject: [PATCH] prebuilt: kernel boot aarch64 does not work on Ubuntu 16.04 --- README.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 9d0a032..71196e1 100644 --- a/README.adoc +++ b/README.adoc @@ -744,6 +744,10 @@ unzip lkmc-*.zip ./run --qemu-which host .... +You have to checkout to the latest tag to ensure that the scripts match the release format: https://stackoverflow.com/questions/1404796/how-to-get-the-latest-tag-name-in-current-branch-in-git + +This is known not to work for aarch64 on an Ubuntu 16.04 host with QEMU 2.5.0, presumably because QEMU is too old, the terminal does not show any output. I haven't investigated why. + Or to run a baremetal example instead: .... @@ -754,8 +758,6 @@ Or to run a baremetal example instead: ; .... -You have to checkout to the latest tag to ensure that the scripts match the release format: https://stackoverflow.com/questions/1404796/how-to-get-the-latest-tag-name-in-current-branch-in-git - Be saner and use our custom built QEMU instead: ....