2026/4/1 0:19:12
网站建设
项目流程
站长爱it,百度app官方下载安装,云南省科技网站,国内网页做的好看的网站在树莓派CM0上需要先与预装系统#xff0c;但是CM0没有图像解码#xff0c;所以采用SSH连接是一个很好的选项。
本记录是在系统已经装好的情况下继续的 确保树莓派上已经安装了SSH服务器。在树莓派上#xff0c;你可以通过终端运行以下命令来安装#xff1a; sudo apt upd…在树莓派CM0上需要先与预装系统但是CM0没有图像解码所以采用SSH连接是一个很好的选项。本记录是在系统已经装好的情况下继续的确保树莓派上已经安装了SSH服务器。在树莓派上你可以通过终端运行以下命令来安装sudo apt updatesudo apt install openssh-server在树莓派上启用SSH服务。在树莓派上你可以运行sudo systemctl enable sshsudo systemctl start ssh获取树莓派的IP地址。你可以在树莓派上运行hostname -I从你的计算机与树莓派在同一网络使用SSH客户端连接。在终端中运行ssh pi树莓派的IP地址安装后可以用另一台电脑进行验证PS C:\Windows\System32\WindowsPowerShell\v1.0 ssh pi192.168.0.3 The authenticity of host 192.168.0.3 (192.168.0.3) cant be established. ED25519 key fingerprint is SHA256:U772K/mc44uWf4zJSNyjKIdhsF0CoEdaf1GWaQlUTbY. This key is not known by any other names. Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning: Permanently added 192.168.0.3 (ED25519) to the list of known hosts. pi192.168.0.3s password: Linux raspberrypi 6.12.47rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.47-1rpt1 (2025-09-16) aarch64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. piraspberrypi:~ $第一次连接会让你确认是否连接然后输入密码如果正确则会进入到远程界面