Linux系统、树莓派
【教程】树莓派程序开机自启动方法总结
Kalet 发表于2019-06-18 浏览748 评论0
刚上手树莓派,也因此接触Linux,对Linux系统很多机制都不熟悉,先前想把自己写的一个程序随树莓派开机启动,搜寻并尝试了网上各种方法,经过一番折腾,总结了四种实现开机自启动的方法。制作测试脚本首先我们需要制作一个脚本来测试自启动是否有效。在终端下输入并回车新建脚本文件testboot.shpi@raspberry:~$nanotestboot.shtestboot.sh文件内容如下:#!/bin/shtouch/home/pi/testboot.txtchmod777/home/pi/testboot.txtecho"hellopi~"&g...
Linux系统、树莓派
[原创]树莓派使用VirtualHere共享USB设备
Kalet 发表于2019-06-18 浏览1604 评论0
树莓派: 1、从https://virtualhere.com/usb_server_software上面下载VirtualHereUSBServerforLinux(ARM) <--RaspberryPi,pi2,pi3,BeagleBone,Odroid,Angstrom,&anyARM32-bitbasedAndroid 2、相关操作cd/usr/srcsudowget https://virtualhere.com/sites/default/files/usbserver/vhus...