Skip to content
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

Linux shell not responding correctly to commands #61

Closed
zettasticks opened this issue Nov 2, 2023 · 1 comment
Closed

Linux shell not responding correctly to commands #61

zettasticks opened this issue Nov 2, 2023 · 1 comment

Comments

@zettasticks
Copy link
Contributor

After entering the shell, the user must input the enter key twice in order to run any command (the first enter advances a line with the first character of the command outputted but nothing more happens) and there is an extra line with only a '#" before the shell accepts a new command.

Example (Enter indicates when the enter key was pressed):

Welcome to Buildroot
buildroot login: root [Enter]
r [Enter]
oot
login[73]: root login on 'console'
# mkdir test [Enter]
m [Enter]
kdir test 
# 
# ls [Enter]
l [Enter]
s
test 
# pwd [Enter]
p [Enter]
wd 
/root
# 
# 
@PedroAntunes178
Copy link
Contributor

Hello,
This issue was fixed in IOb-SoC console in PR IObundle/iob-soc#654.
And IOb-SoC-OpenCryptoLinux was updated with it in PR #64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants