why i have this error when i try to start my connection with raspberry pi?
Mostrar comentarios más antiguos
Hello guys, i have installed the Raspberry pi package support for matlab but when i give the command:
mypi = raspi
i obtain this error:
Error using raspi (line 160)
Cannot establish an SSH connection to the board with device address "192.168.1.2".
Caused by:
Error using raspi (line 156)
Error executing command: FATAL ERROR: Network error: Connection refused
During the installation of the package i have set a static ip for the raspberry in this way:
IPv4 Address. . . . . . . . . . . : 192.168.1.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
And, if is important for the resolution of my problem, i have connected the raspberry pi to my pc with a ethernet cable, and the pc is connects to internet with a usb key wireless. The router is not phisically connected to the pc.
Respuesta aceptada
Más respuestas (2)
Grissa Mohamed Amine
el 20 de Nov. de 2017
0 votos
hey, i have installed the Raspberry pi package support for matlab 2017b and i have now this error :[
Error in raspi (line 200) obj.Ssh = matlabshared.internal.ssh2client(obj.IpNode.Hostname, ...
Kazem Gheysari
el 5 de Ag. de 2023
0 votos
Hi Guys
I solved this issue by the following tasks:
Resolve the issue of the ssh public key:
- Edit the /etc/ssh/sshd_config file.
- Change PasswordAuthentication and ChallengeResponseAuthentication to yes.
- restart
Categorías
Más información sobre MATLAB Support Package for Raspberry Pi Hardware en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!