mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
prebuilt: kernel boot aarch64 does not work on Ubuntu 16.04
This commit is contained in:
@@ -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:
|
||||
|
||||
....
|
||||
|
||||
Reference in New Issue
Block a user