以下内容为引用内容,用什么系统都行,用putty也行,screen好用些,putty有图形界面,先开打终端的,再去给树莓派开通电源,否则什么也看不到,screen,putty 在root下运行,linux下的终端号应该是ttyUSB0,用screen举例就是 # screen /dev/ttyUSB0 115200 核心在于不要接5v的供电 gdn…
基础命令 安装软件 apt-get install softname1 softname2 softname3…… 卸载软件 apt-get remove softname1 softname2 softname3…… 卸载并清除配置 apt-get remove –purge softname1 更新软件信息数据库 apt-get update …