-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian on Salus not responding to input, terminal frozen #265
Comments
Did you try SSHing in (like the instructions suggest.)? I don't think there is a getty running on the console you see. |
I did try SSH. Actually running the Buildroot example will also stuck my console, I manage to connect to the guest machine via SSH, but it just doesn't work for Debian. It will always end like this:
|
Because you're using the wrong port, assuming you're using the Also console input not working is expected. Salus owns the UART device and the host writes to it using the SBI debug console extension. The debug console extension is for output only. |
Thanks for your reply, Andrew. It works after the port was set to 7722. I use port 2222 because the readme.txt in somewhere/dqib_riscv64-virt says:
That is a little bit misleading, nonetheless, this problem has been solved. Besides, I didn't know about the UART things, thanks for your hint!😉 |
I'm experiencing an issue while trying to run Debian on Salus. When I try to start it up, the terminal freezes and I am unable to input any commands or navigate through the system. I've checked that all the prerequisites have been set up according to the instructions, and all other examples seem to work fine.The snapshot for frozen terminal is like:

My current environment is:
Is there something I might have missed or done incorrectly during the setup process? How can I solve this issue?
Steps to Reproduce:
Expected Behavior:
Debian should run normally without any issues and respond to input from the terminal.
Actual Behavior:
The terminal freezes and does not respond to any input, preventing me from using Debian.
Additional Notes:
I've tried searching for similar issues online, but I haven't found anything that matches this exact problem. I appreciate any help or suggestions to solve this issue. Thank you.
The text was updated successfully, but these errors were encountered: