prebuilt: kernel boot aarch64 does not work on Ubuntu 16.04

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-05 00:00:00 +00:00
parent fb3fdaa8a6
commit c4d37134da

View File

@@ -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:
....