Difference between revisions of "Template:RockchipCommonLinuxTips/zh"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
(updated by API)
 
Line 28: Line 28:
 
</syntaxhighlight>
 
</syntaxhighlight>
 
{{#switch: {{{1}}}
 
{{#switch: {{{1}}}
  | rk3588
+
  | rk3588 =
 
===更新内核到最新版本===
 
===更新内核到最新版本===
 
会更新内核到kernel和resource分区,同时更新内核模块:
 
会更新内核到kernel和resource分区,同时更新内核模块:

Latest revision as of 06:08, 23 May 2024

1 Linux操作系统的常见操作

1.1 Linux系统下使用adb

1.1.1 buildroot系统下开启adb功能

开机自动开启

mv /etc/init.d/K50usbdevice /etc/init.d/S50usbdevice
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