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
{{ message }}
This repository was archived by the owner on Feb 27, 2026. It is now read-only.
I tried to build and run Salus using scripts/run_buildroot.sh following the README instructions, but I encountered a kernel panic when executing the provided run scripts.
The same error also occurs with scripts/run_debian.sh.
Error output:
...
0-0-2-0 RISC-V IOMMU probe failure: MissingAmoHwadSupport
No IOMMU found!
...
[ 0.237295] Oops [#1]
...
[ 0.250490] SMP: stopping secondary CPUs
[ 0.251551] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b ]---
The kernel panic occurs very early, and neither the Buildroot nor the Debian images can boot. In addition, the IOMMU does not seem to function correctly.
Could you please confirm whether this is the expected behavior for the current branch, or if I am missing any additional patches or configuration steps?