Difference between revisions of "Template:RockchipCommonLinuxTips/zh"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
(updated by API)
 
Line 4: Line 4:
 
开机自动开启
 
开机自动开启
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
mv /etc/init.d/K50usbdevice /etc/init.d/S50usbdevice
+
mv /etc/init.d/K50usbdevice.sh /etc/init.d/S50usbdevice.sh
 
reboot
 
reboot
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 09:14, 30 September 2024

1 Linux操作系统的常见操作

1.1 Linux系统下使用adb

1.1.1 buildroot系统下开启adb功能

开机自动开启

mv /etc/init.d/K50usbdevice.sh /etc/init.d/S50usbdevice.sh
reboot

临时开启

usbdevice-wrapper start

1.1.2 ubuntu和debian系统下开启adb功能

开机自动开启

sudo systemctl enable usbdevice
sudo reboot

临时开启

usbdevice-wrapper start

1.1.3 如何连接

使用adb时,与电脑相连接的端口与usb线刷的端口相同。

1.2 安装内核头文件

sudo dpkg -i /opt/archives/linux-headers-*.deb