版本比较

密钥

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

1. System Requirements

  • Processor: Phytium FT-2000

  • Kernel: 4.19 or 5.10 version

  • Graphics:AMD Radeon

  • Storage:Minimum 8GB.

2. Activate Developer Mode

Open Settings - General - Developer Mode/Enter Developer Mode. You can also directly search in the search bar for faster access.

...

After entering Developer Mode, select "Activate Online". Please note that during the activation process, a restart may be required. After restarting, continue with the subsequent steps.

...

3. Security Center Settings

In Developer Mode, click on "Security Center" under the "Security Tools" section. In the "Security Tools" options, select "Allow any app".

...

4. Install OpenFDE

Step1. install curl

代码块
sudo apt-get install curl

Step2. download the script to your local

代码块
curl -fsSL https://openfde.com/getopenfde/get-openfde.sh -o get-openfde.sh 

Step3. execute the script file

代码块
sudo sh ./get-openfde.sh

During the installation process, you may be prompted to enter "y" to confirm certain actions. Simply follow the prompts and enter the requested input as necessary.