Skip to content

Commit

Permalink
LicheePi4A/ArchLinux: added desktop environment installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
panglars committed Jan 15, 2025
1 parent 8f3c85e commit 0b21115
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
11 changes: 10 additions & 1 deletion LicheePi4A/ArchLinux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ sudo umount ./mnt
Extract the installation suite.
Flash u-boot and boot.

*Select whether you need 16GB version according to your hardware version*
*Select whether you need 8GB version u-boot according to your hardware version*

```bash
zstd -d boot-lpi4a-20250110_151339.ext4.zst
Expand All @@ -96,6 +96,15 @@ Access the system via serial port.
Default username: `root`
Default password: the password you set earlier or use default `archriscv`.

### Install Desktop Environment

Take the example of installing xfce:

```
pacman -S xorg xfce4 ligthdm lightdm-gtk-greeter
systemctl enable --now ligthdm.server
```

## Expected Results

The system boots up successfully, allowing login via onboard serial port.
Expand Down
14 changes: 12 additions & 2 deletions LicheePi4A/ArchLinux/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sudo umount ./mnt
解压安装套件。
刷入 u-boot 与 boot。

*根据你的硬件版本选择是否需要 16g*
*根据你的硬件版本选择是否需要 8g u-boot*

```bash
zstd -d boot-lpi4a-20250110_151339.ext4.zst
Expand All @@ -84,7 +84,17 @@ sudo fastboot flash root rootfs.ext4
通过串口登录系统。

默认用户名: `root`
默认密码:此处为你之前自行设置的密码。
默认密码:此处为你之前自行设置的密码或使用默认密码 `archriscv`

### 安装图形环境

以 xfce 为例:

```
pacman -S xorg xfce4 ligthdm lightdm-gtk-greeter
systemctl enable --now ligthdm.server
```


## 预期结果

Expand Down

0 comments on commit 0b21115

Please sign in to comment.