Cannot establish a connection to Raspberry Pi 3
이전 댓글 표시
I'm working with MATLAB R2018b with support package for raspberry pi; Windows 10; Raspberry Pi 2 B & 3 Model B+.
When I try to connect to my RPi for the first time after installing raspbian_R18.2.0, I get an timeout or connection error after "### Lauching MATLAB I/O server".
I've tried two different SD Cards and two Raspberry Pi's. All give me the same result.
>> !ping xxx.xxx.xxx.189
Ping wird ausgeführt für xxx.xxx.xxx.189 mit 32 Bytes Daten:
Antwort von xxx.xxx.xxx.189: Bytes=32 Zeit<1ms TTL=64
Antwort von xxx.xxx.xxx.189: Bytes=32 Zeit<1ms TTL=64
Antwort von xxx.xxx.xxx.189: Bytes=32 Zeit<1ms TTL=64
Antwort von xxx.xxx.xxx.189: Bytes=32 Zeit=1ms TTL=64
Ping-Statistik für xxx.xxx.xxx.189:
Pakete: Gesendet = 4, Empfangen = 4, Verloren = 0
0% Verlust),
Ca. Zeitangaben in Millisek.:
Minimum = 0ms, Maximum = 1ms, Mittelwert = 0ms
>> raspi
### Updating Raspberry Pi I/O server...
### Connecting to board...
### Connected to xxx.xxx.xxx.189...
### Creating server folder...
### Transferring source files...
### Building MATLAB I/O server...
### Launching MATLAB I/O server...
Cannot establish a connection to the board with device address "xxx.xxx.xxx.189". Wait 30 seconds and try again.
Did anybody have an idea how to fix that?
Thanks a lot!
댓글 수: 3
Ming Yue
2018년 10월 19일
Can you try to disable Windows Firewall and try to connect again?
Christopher Cerqueira
2018년 10월 23일
Having the same issue as Felix. Disabled the firewall.
Matlab/Simulink are able to deploy models. I can ping through cmd, and connect via ssh.
The problem is through the raspi only.
r = raspberrypi works... and the targetHardware('Raspberry Pi') as well.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Support Package for Raspberry Pi Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!