Re: Basic support for HiKey960 & SMP question
Jakub Jermář <[email protected]> Wed, 22 Sep 2021 10:45:17 +0200
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
On 9/20/21 18:44, Martin Decky wrote: > (4) Run the compilation output in QEMU. See the log attached. The UART still > echoes the input, thus I believe the kernel does not crash, but there is no > forward progress. From the symptoms in the log it seems to me like you were running a virt-enabled kernel with the L4Re build configured for a non-virt-enabled kernel. Can you check that CONFIG_KERNEL_CPU_VIRT is set to y in your .kconfig? Cheers, Jakub