Skip to content

Commit

Permalink
Merge pull request #54 from 255doesnotexist/main
Browse files Browse the repository at this point in the history
BPi-F3: Update Bianbu to v2.0
  • Loading branch information
KevinMX authored Oct 25, 2024
2 parents 0d65d9b + bb17fe4 commit 3630bd6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 66 deletions.
49 changes: 16 additions & 33 deletions BPI-F3/Bianbu/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
sys: bianbu
sys_ver: 2.0rc1
sys_ver: 2.0
sys_var: null

status: basic
last_update: 2024-09-20
last_update: 2024-10-24
---

# Bianbu Banana Pi BPI-F3 Test Report
Expand All @@ -13,8 +13,8 @@ last_update: 2024-09-20

### System Information

- System version: v2.0rc1
- Download Links: https://archive.spacemit.com/image/k1/version/bianbu/v2.0rc1/
- System version: v2.0
- Download Links: https://archive.spacemit.com/image/k1/version/bianbu/v2.0/
- Reference Installation Document: https://docs.banana-pi.org/en/BPI-F3/GettingStarted_BPI-F3

### Hardware Information
Expand All @@ -32,8 +32,8 @@ last_update: 2024-09-20
After downloading and extracting the image, use `dd` to flash the image to the microSD card.

```bash
unzip bianbu-24.04-desktop-k1-v2.0rc1-release-20240909135447.img.zip
sudo dd if=/path/to/bianbu-24.04-desktop-k1-v2.0rc1-release-20240909135447.img of=/dev/your-device bs=1M status=progress
unzip bianbu-24.04-desktop-k1-v2.0-release-20241021195251.img.zip
sudo dd if=/path/to/bianbu-24.04-desktop-k1-v2.0-release-20241021195251.img of=/dev/your-device bs=1M status=progress
```

### Logging into the System
Expand All @@ -54,35 +54,22 @@ The system booted successfully and login via the onboard serial port was also su
### Boot Log

Screen recording (from flashing image to login):
[![asciicast](https://asciinema.org/a/sAccZbGletHEuqNUrHYeCZkLa.svg)](https://asciinema.org/a/sAccZbGletHEuqNUrHYeCZkLa)
[![asciicast](https://asciinema.org/a/0MjtXy8ravCQeDd6ThYHHGIqL.svg)](https://asciinema.org/a/0MjtXy8ravCQeDd6ThYHHGIqL)

```log
Welcome to Bianbu 2.0rc1 (GNU/Linux 6.6.36 riscv64)
Welcome to Bianbu 2.0 (GNU/Linux 6.6.36 riscv64)
* Documentation: https://bianbu.spacemit.com
* Support: https://ticket.spacemit.com
0 updates can be applied immediately.
root@k1:~# uname -a
Linux k1 6.6.36 #2.0.0.2 SMP PREEMPT Mon Oct 21 10:33:52 UTC 2024 riscv64 riscv64 riscv64 GNU/Linux
The programs included with the Bianbu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Bianbu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
uname -a && echo mBxJad47
res =root@k1:~# uname -a && echo mBxJad47
res =
Linux k1 6.6.36 #2.0~rc6.2 SMP PREEMPT Mon Sep 9 04:47:40 UTC 2024 riscv64 riscv64 riscv64 GNU/Linux
mBxJad47
res =root@k1:~# cat /etc/os-release && echo 88L1MpXg
res =
PRETTY_NAME="Bianbu 2.0rc1"
root@k1:~# cat /etc/os-release
PRETTY_NAME="Bianbu 2.0"
NAME="Bianbu"
VERSION_ID="2.0rc1"
VERSION="2.0rc1 (Noble Numbat)"
VERSION_ID="2.0"
VERSION="2.0 (Noble Numbat)"
VERSION_CODENAME=noble
ID=bianbu
ID_LIKE=debian
Expand All @@ -92,9 +79,8 @@ BUG_REPORT_URL="https://ticket.spacemit.com"
PRIVACY_POLICY_URL="https://www.spacemit.com/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
88L1MpXg
res =root@k1:~# cat /proc/cpuinfo && echo E6oYZaZI
res =
root@k1:~# cat /proc/cpuinfo
processor : 0
hart : 0
model name : Spacemit(R) X60
Expand Down Expand Up @@ -166,9 +152,6 @@ mmu : sv39
mvendorid : 0x710
marchid : 0x8000000058000001
mimpid : 0x1000000049772200
E6oYZaZI
res =root@k1:~#
```

## Test Criteria
Expand Down
45 changes: 14 additions & 31 deletions BPI-F3/Bianbu/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### 系统信息

- 系统版本:v2.0rc1
- 下载链接:https://archive.spacemit.com/image/k1/version/bianbu/v2.0rc1/
- 系统版本:v2.0
- 下载链接:https://archive.spacemit.com/image/k1/version/bianbu/v2.0/
- 参考安装文档:https://docs.banana-pi.org/en/BPI-F3/GettingStarted_BPI-F3

### 硬件信息
Expand All @@ -24,8 +24,8 @@
下载并解压镜像后,使用 `dd` 将镜像写入 microSD 卡。

```bash
unzip bianbu-24.04-desktop-k1-v2.0rc1-release-20240909135447.img.zip
sudo dd if=/path/to/bianbu-24.04-desktop-k1-v2.0rc1-release-20240909135447.img of=/dev/your-device bs=1M status=progress
unzip bianbu-24.04-desktop-k1-v2.0-release-20241021195251.img.zip
sudo dd if=/path/to/bianbu-24.04-desktop-k1-v2.0-release-20241021195251.img of=/dev/your-device bs=1M status=progress
```

### 登录系统
Expand All @@ -46,35 +46,22 @@ sudo dd if=/path/to/bianbu-24.04-desktop-k1-v2.0rc1-release-20240909135447.img o
### 启动信息

屏幕录像(从刷写镜像到登录系统):
[![asciicast](https://asciinema.org/a/sAccZbGletHEuqNUrHYeCZkLa.svg)](https://asciinema.org/a/sAccZbGletHEuqNUrHYeCZkLa)
[![asciicast](https://asciinema.org/a/0MjtXy8ravCQeDd6ThYHHGIqL.svg)](https://asciinema.org/a/0MjtXy8ravCQeDd6ThYHHGIqL)

```log
Welcome to Bianbu 2.0rc1 (GNU/Linux 6.6.36 riscv64)
Welcome to Bianbu 2.0 (GNU/Linux 6.6.36 riscv64)
* Documentation: https://bianbu.spacemit.com
* Support: https://ticket.spacemit.com
0 updates can be applied immediately.
root@k1:~# uname -a
Linux k1 6.6.36 #2.0.0.2 SMP PREEMPT Mon Oct 21 10:33:52 UTC 2024 riscv64 riscv64 riscv64 GNU/Linux
The programs included with the Bianbu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Bianbu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
uname -a && echo mBxJad47
res =root@k1:~# uname -a && echo mBxJad47
res =
Linux k1 6.6.36 #2.0~rc6.2 SMP PREEMPT Mon Sep 9 04:47:40 UTC 2024 riscv64 riscv64 riscv64 GNU/Linux
mBxJad47
res =root@k1:~# cat /etc/os-release && echo 88L1MpXg
res =
PRETTY_NAME="Bianbu 2.0rc1"
root@k1:~# cat /etc/os-release
PRETTY_NAME="Bianbu 2.0"
NAME="Bianbu"
VERSION_ID="2.0rc1"
VERSION="2.0rc1 (Noble Numbat)"
VERSION_ID="2.0"
VERSION="2.0 (Noble Numbat)"
VERSION_CODENAME=noble
ID=bianbu
ID_LIKE=debian
Expand All @@ -84,9 +71,8 @@ BUG_REPORT_URL="https://ticket.spacemit.com"
PRIVACY_POLICY_URL="https://www.spacemit.com/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
88L1MpXg
res =root@k1:~# cat /proc/cpuinfo && echo E6oYZaZI
res =
root@k1:~# cat /proc/cpuinfo
processor : 0
hart : 0
model name : Spacemit(R) X60
Expand Down Expand Up @@ -158,9 +144,6 @@ mmu : sv39
mvendorid : 0x710
marchid : 0x8000000058000001
mimpid : 0x1000000049772200
E6oYZaZI
res =root@k1:~#
```

## 测试判定标准
Expand Down
2 changes: 1 addition & 1 deletion BPI-F3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cpu_core: SpacemiT X60
### Operating System Information

- Bianbu
- Download Links: https://archive.spacemit.com/image/k1/version/bianbu/v2.0rc1/
- Download Links: https://archive.spacemit.com/image/k1/version/bianbu/v2.0/
- Reference Installation Document: https://docs.banana-pi.org/en/BPI-F3/GettingStarted_BPI-F3
- Armbian
- Download Links:
Expand Down
2 changes: 1 addition & 1 deletion BPI-F3/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### 操作系统信息

- Bianbu
- 下载链接:https://archive.spacemit.com/image/k1/version/bianbu/v2.0rc1/
- 下载链接:https://archive.spacemit.com/image/k1/version/bianbu/v2.0/
- 参考安装文档:https://docs.banana-pi.org/en/BPI-F3/GettingStarted_BPI-F3
- Armbian
- 下载链接:
Expand Down

0 comments on commit 3630bd6

Please sign in to comment.