You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
the dtbs for the Aarch64 qemu target include a cfi-flash node [1]. As far as I can say none of the camkes examples map this range, the example kernel in the camkes-vm-images repo seems not to have cfi flash support and seems to boot for that reason. Using a recent e.g. 6.12 kernel with defconfig fails with a pagefault as the kernel tries to discover the CFI flash.
Hi,
the dtbs for the Aarch64 qemu target include a
cfi-flash
node [1]. As far as I can say none of the camkes examples map this range, the example kernel in the camkes-vm-images repo seems not to have cfi flash support and seems to boot for that reason. Using a recent e.g. 6.12 kernel withdefconfig
fails with a pagefault as the kernel tries to discover the CFI flash.Log
Proposal: add
initcall_blacklist=physmap_init,cfi_probe_init
to the bootargs of the example to avoid this problem[1] https://github.com/seL4/camkes-vm-images/blob/master/qemu-arm-virt/linux.dts#L63
The text was updated successfully, but these errors were encountered: