Hello there,
- Linux image: PYNQ V2.5
- Board: TUL PYNQ-Z2
I’m trying to access Pynq through SSH and I’m facing the following error:
I can’t use basic bash commands. Any idea?
Hello there,
I’m trying to access Pynq through SSH and I’m facing the following error:
I can’t use basic bash commands. Any idea?
This looks like a problem of the script starting your bash. I would check the .bashrc
where you run this command from.
I exported the following paths:
export PATH=“/bin:/usr/bin:/sbin”
The commands work, but errors still appear when I login through ssh, strange.