diff --git a/en/Community_Development_Guidelines/Install openKylin on arm.md b/en/Community_Development_Guidelines/Install openKylin on arm.md new file mode 100644 index 0000000000000000000000000000000000000000..243b8715329e872970076a362f77ad67a785a349 --- /dev/null +++ b/en/Community_Development_Guidelines/Install openKylin on arm.md @@ -0,0 +1,132 @@ +--- +title: 在ARM上安装openKylin +description: +published: true +date: 2023-01-12T02:42:26.148Z +tags: +editor: markdown +dateCreated: 2023-01-12T02:36:15.135Z +--- + +# 1、Install openKylin on coolpi + +## 1.Download via mirror + +Download via the following link: + +https://www.openkylin.top/downloads + +Right click to extract the .img file directly after download + + + +## 2.Mirror burning + +Burn-in program installation: https://www.raspberrypi.com/software/ + +![arm64 burning program installation address.png](./assets/arm64 system installation/arm64 burning program installation address.png) + +Insert the SD card, open rpi-imager, select custom mirror, then select the installed .img mirror file + +![arm64 burner mirror selection.png](./assets/arm64 system installation/arm64 burner mirror selection.png) + + +Select the SD card, click WRITE, and wait for the production to finish. + +![arm64 burner SD card selection.png](./assets/arm64 system installation/arm64 burner SD card selection.png) + + + +## 3.coolpi openkylin setup + +接好coolpi开发板的电源线、显示器线,连接好键盘鼠标,插好SD? + +![arm64coolpi wiring method.png](./assets/arm64 system installation/arm64coolpi wiring method.png) +coolpi?动时,可能存在一直黑屏的状态,或突然进入一?有问题的kylin操作系统(这?由于coolpi板子加载SD卡出错?致),插拔电源线重新?动即? + + +进入到登录界?,然后输入用户名密码,即?登录到?面(登录密码:kk123123? + +![arm64 login screen.png](./assets/arm64 system installation/arm64 login screen.png) +![arm64 desktop.png](./assets/arm64 system installation/arm64 desktop.png) + + + +## 4.Other matters +### 1.System Stuck + +The problem is caused by the high cpu rate of the window pipe, after entering the desktop, go to the control panel to turn off the special effects mode, can make the lag can be effectively alleviated + +![arm64 control panel effects off.png](./assets/arm64 system installation/arm64 control panel effects off.png) + + +### 2.Bluetooth service not activated + +The problem is caused by a bluetooth self-start error, win+t open a terminal, type sudo systemctl start bluetooth and reopen the bluetooth service to see the bluetooth module in the control panel + +![arm64 Bluetooth service on.png](./assets/arm64 system installation/arm64 Bluetooth service on.png) + + +### 3.Wake up to a black screen after turning off the monitor or hibernating + +It is recommended that the user set the monitor and power supply to never turn off in the control panel's power supply to avoid this problem + +![arm64 Power Unsleep & Turn Off Display.png](./assets/arm64 system installation/arm64 Power Unsleep & Turn Off Display.png) + +# 2、Install openKylin on Raspberry PI + +## 1.Mirror download + +Download via the following link: + +https://www.openkylin.top/downloads + +Right click to extract the .img file directly after download + + +## 2.Mirror burning + +Burning program installation: https://www.raspberrypi.com/software/ + +![arm64 burning program installation address.png](./assets/arm64 system installation/arm64 burning program installation address.png) + +Insert SD card, open rpi-imager, select Custom mirror, then select the installed.img mirror file. + +![arm64 burner mirror selection.png](./assets/arm64 system installation/arm64 burner mirror selection.png) + + +Select the SD card, click WRITE, and wait for the production to finish. + +![arm64 burner SD card selection.png](./assets/arm64 system installation/arm64 burner SD card selection.png) + + + +## 3.Start Raspberry PI openkylin + +Connect the raspberry PI power cable, monitor cable, connect the keyboard and mouse, plug in the SD card. + +![arm64 raspberry pi wiring method.png](./assets/arm64 system installation/arm64 raspberry pi wiring method.png) + +When Raspberry PI starts, the screen may remain black. Remove and insert the power cable to restart the Raspberry PI. + +Enter the login interface, select ukui-Wayland in the lower right corner, and then enter the user name and password, you can log in to the desktop (login password: kk123123) (because the image lacks X11-related packages, kwin-x11 cannot be used to enter the desktop). + +![arm64 selects wayland method login.png](./assets/arm64 system installation/arm64 selects wayland method login.png) +![arm64 login screen.png](./assets/arm64 system installation/arm64 login screen.png) +![arm64 desktop.png](./assets/arm64 system installation/arm64 desktop.png) + + + +## 4.Other matters +### 1.System Stuck + +This problem is caused by the high cpu usage of the window tube. After entering the desktop, go to the control panel to close the special effect mode, which can make the lag can be effectively relieved. + +![arm64 control panel effects off.png](./assets/arm64 system installation/arm64 control panel effects off.png) + + +### 2.Turn off the monitor or wake up the black screen after sleep + +It is recommended that users never turn off the display and power supply in the power supply of the control panel to avoid this problem. + +![arm64 Power Unsleep & Turn Off Display.png](./assets/arm64 system installation/arm64 Power Unsleep & Turn Off Display.png) \ No newline at end of file diff --git a/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 Bluetooth service on.png b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 Bluetooth service on.png new file mode 100644 index 0000000000000000000000000000000000000000..b632cf58a5e38252f318a4716f807fff2fc11b9d Binary files /dev/null and b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 Bluetooth service on.png differ diff --git a/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 Power Unsleep & Turn Off Display.png b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 Power Unsleep & Turn Off Display.png new file mode 100644 index 0000000000000000000000000000000000000000..bb27e38ded0e0c45e3a159f95bb158d4d89728f7 Binary files /dev/null and b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 Power Unsleep & Turn Off Display.png differ diff --git a/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 burner SD card selection.png b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 burner SD card selection.png new file mode 100644 index 0000000000000000000000000000000000000000..c95e0b0f8630343d28f00cd22156561b523320d7 Binary files /dev/null and b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 burner SD card selection.png differ diff --git a/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 burner mirror selection.png b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 burner mirror selection.png new file mode 100644 index 0000000000000000000000000000000000000000..eb7e855e8f6c72bf5394072bd9704f1e156c2c08 Binary files /dev/null and b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 burner mirror selection.png differ diff --git a/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 burning program installation address.png b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 burning program installation address.png new file mode 100644 index 0000000000000000000000000000000000000000..389d2051b5fc92bc1e71fb08ff28d46a10a4e100 Binary files /dev/null and b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 burning program installation address.png differ diff --git a/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 control panel effects off.png b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 control panel effects off.png new file mode 100644 index 0000000000000000000000000000000000000000..e5cdb306d18dad4fbd735b29193a85f851325a56 Binary files /dev/null and b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 control panel effects off.png differ diff --git a/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 desktop.png b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..68abbbcf89731ffd552c47351c37f1953fd0c646 Binary files /dev/null and b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 desktop.png differ diff --git a/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 login screen.png b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 login screen.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5d1994b7de8cffc1b50e3c7db63c71e46291e9 Binary files /dev/null and b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 login screen.png differ diff --git a/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 raspberry pi wiring method.png b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 raspberry pi wiring method.png new file mode 100644 index 0000000000000000000000000000000000000000..dcda494a1244f70c914a5528f3192b3d9ec88158 Binary files /dev/null and b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 raspberry pi wiring method.png differ diff --git a/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 selects wayland method login.png b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 selects wayland method login.png new file mode 100644 index 0000000000000000000000000000000000000000..3019eedd1744d8c4f4943f1b28f9d236502ab750 Binary files /dev/null and b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64 selects wayland method login.png differ diff --git a/en/Community_Development_Guidelines/assets/arm64 system installation/arm64coolpi wiring method.png b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64coolpi wiring method.png new file mode 100644 index 0000000000000000000000000000000000000000..82771a038e8ee1b191951394b90296fcb0da8ad8 Binary files /dev/null and b/en/Community_Development_Guidelines/assets/arm64 system installation/arm64coolpi wiring method.png differ