raspberry-pi3屏幕还没来?

时间:2016-10-15 12:06:07

标签: ssh putty raspberry-pi3 hdmi

我已经买了一个新的覆盆子-pi3型号。据我所知,我已经完成了所有连接,并且红色和绿色灯都亮了。

In the router,I saw the ip-address of my device with IP-address as-"192.168.0.106"   
with name "recovery". I also ping the device and it is successfully reachable across networks.  

我尝试通过putty登录但是遇到了一些网络无法访问的错误,而使用putty登录时,我在ssh端口22上将我的raspberrypi ip地址作为主机。通过nmap命令我知道这个设备的所有1000个端口“raspbeerypi “已关闭。

我不知道为什么覆盆子屏幕没有在windows-10中显示,甚至在umntu-14.04 lts中也没有显示,它在Vmware工作站中运行。光盘映像文件夹也未显示在文件目录中。我正确连接了HDMI线缆 我遵循的步骤: -     1.已预装插孔的SD卡,已插入。
    2.以太网电缆插入调制解调器和raspberry-pi     3. HDMI线连接到笔记本电脑显示器和raspberry-pi     4.打开树莓派的力量。

有人可以帮我解决这个问题,
提前致谢。

2 个答案:

答案 0 :(得分:2)

您的笔记本电脑HDMI端口是输出端口,而不是输入端口。您不能将其用作输入。 您必须ssh进入Raspberry pi,然后设置VNC服务器以访问GUI。 请按照以下步骤操作

  • 从路由器检查Raspberry pi的IP地址。
  • 如果您使用的是Windows,请使用puTTy将SSH连接到您的RP​​i;如果您使用的是Linux,则输入ssh pi@ipAddress
  • 输入默认用户名pi和密码raspberry
  • 登录后,按顺序运行以下命令sudo apt-get updatesudo apt-get install tightvncserver
  • 安装完成后,运行vncserver :1启动vnc服务器。

请访问此处了解更多详情, https://learn.adafruit.com/adafruit-raspberry-pi-lesson-7-remote-control-with-vnc/installing-vnc

答案 1 :(得分:0)

如果您希望在笔记本电脑上查看Raspberry Pi GUI,请按以下步骤操作:

通过sudo raspi-config启用ssh。

更新并升级包索引sudo apt-get update && sudo apt-get upgrade

通过sudo ifconfig

获取您的IP地址

安装xRDP sudo apt-get install xrdp

现在假设您的笔记本电脑是Windows,请运行远程桌面连接程序并继续使用您的IP地址并登录。