-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Describe the bug
This bug happens on two raspberry running the exact same fresh install.
When typing directly in the terminal of the node (keyboard and screen plugged in the raspberry pi), the commands are interpreted very erratically. The text seems to be interpreted incorrectly.
Here is an example :
root@BCM2710-7c9d:~#test -ash: ets: not found root@BCM2710-7c9d:~# pwd -ash: p: not found root@BCM2710-7c9d:~# root@BCM2710-7c9d:~# -ash: stls: not found
When I use service/Terminal, there is a cursor but it is impossible to type/input anything.
OpenMANET version
1.6.0
OpenMANET target/subtarget
openmanet-1.6.0-rpi3-mm6108-spi-squashfs-sysupgrade.img.gz
Device
Raspberry pi 3B
Steps to reproduce
- Connect a screen to the raspberry pi
- Connect an USB-C keyboard
- Boot
- It displays the OpenManet intro (the ascii art, the version, etc...) -> Press enter
- If you try to enter a command it will execute it normally
- It thens displays the OpenManet intro again -> Press enter
- Send commands
Actual behaviour
2 openManet intros
root@BCM2710-7c9d:~#test -ash: ets: not found root@BCM2710-7c9d:~# pwd -ash: p: not found root@BCM2710-7c9d:~# root@BCM2710-7c9d:~# -ash: stls: not found
Expected behaviour
A single openManet intro
root@BCM2710-7c9d:~#test root@BCM2710-7c9d:~# pwd <the path> root@BCM2710-7c9d:~# root@BCM2710-7c9d:~#
Additional info
No response
Logs
dmesg output
Unable to write any command, so can't provide...
Terms
- I have not modified the OpenMANET software. (Installed packages that are not included by default).