diff --git a/README.md b/README.md index 19392fe..8f4d3b2 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,13 @@ sidebar_position: 1 [MUSE-N1固件](https://archive.spacemit.com/openwrt/releases/23.05.2/targets/spacemit/DEVICE_MUSE-N1/openwrt-spacemit-k1-nas-MUSE-N1-ext4-pack.zip) + +## 支持设备列表 +目前支持以下硬件设备: + +### SBC方案 +- BPI-F3 +- [MUSE Pi](supported_devices/muse_pi.md) + +### NAS方案 +- [MUSE N1](supported_devices/muse_n1.md) \ No newline at end of file diff --git a/openwrt_quickstart.md b/openwrt_quickstart.md index 441e7d3..8ec120b 100644 --- a/openwrt_quickstart.md +++ b/openwrt_quickstart.md @@ -30,6 +30,7 @@ git clone https://gitee.com/bianbu-linux/openwrt.git -b bl-v1.0.y ``` cd openwrt ./scripts/feeds update -a +./scripts/feeds install -f -p spacemit_openwrt_feeds -a ./scripts/feeds install -a ``` diff --git a/supported_devices/_category_.json b/supported_devices/_category_.json new file mode 100644 index 0000000..6cf1b9a --- /dev/null +++ b/supported_devices/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "支持的设备", + "position": 5, + "link": { + "type": "generated-index", + "description": "OpenWrt支持设备列表" + } +} diff --git a/supported_devices/muse_n1.md b/supported_devices/muse_n1.md new file mode 100644 index 0000000..a7bd2fd --- /dev/null +++ b/supported_devices/muse_n1.md @@ -0,0 +1,41 @@ +--- +sidebar_position: 1 +--- + +# MUSE N1 + +## **概述** + +MUSE N1 开发板板型: + +- MUSE N1 开发板采用 K1 芯片、P1 PMIC + 外挂 DCDC 的供电方案 +- 存储采用 LPDDR4X、eMMC +- DC Power:USB TYPEC 供电 +- Ethernet:支持3路 RJ45 网络接口. 其中2路支持 10/100/1000M 以太网,1路支持 2.5G 网口 +- USB:1路USB 2.0 Host TYPEA 接口,1路 USB3.0 Device TypeC 功能 +- SDIO WIFI:WIFI 型号为 RTL8852BS,外置 SMA 天线,支持无线上网功能 +- PCIe2.0 2lane Interface:2路标准M.2 KEY M 接口,用于扩展 PCIe 设备 + +## **实物图** + +![MUSE_n1_1](static/muse_n1_1.png) + +## 刷机模式 + +对照实物图,进行下述操作: + +- USB线一端连接板子Type-C口,一端连接PC。长按 S3 键不松手,然后按下 S2 REST键进入刷机模式 + +刷机工具使用参考《 [刷机工具使用手册](https://developer.spacemit.com/#/documentation?token=O6wlwlXcoiBZUikVNh2cczhin5d)》,刷机完成,按S2重启系统。 + +## 拨码开关 + +对照实物图,拨码开关功能由 SW1 进行控制。通过拨动 SW1 可使得开发板以下面两种模式启动: + +- NAS 模式:如图所示放置 MUSE N1 开发板,SW1 三个子键全部往上拨为 NAS 模式。 + + ![muse_n1_normal](static/muse_n1_normal.jpg) + +- 快速U盘模式:如图所示放置 MUSE N1 开发板,SW1 三个子键全部往下拨为快速U盘模式。 + + ![muse_n1_usb-flash](static/muse_n1_usb-flash.jpg) diff --git a/supported_devices/muse_pi.md b/supported_devices/muse_pi.md new file mode 100644 index 0000000..89537e0 --- /dev/null +++ b/supported_devices/muse_pi.md @@ -0,0 +1,37 @@ +--- +sidebar_position: 2 +--- + +# MUSE Pi + +## 概述 + +MUSE Pi 开发板板型: + +- MUSE Pi 开发板采用 K1 芯片,集成8核 X60,符合 RISC-V 64GCVB 和 RVA22 标准设计 +- 存储采用 LPDDR4X 4266 SDRAM 8GB/16GB 和 EMMC 32GB/64GB +- 电源:TypeC 接口支持 USB2.0 OTG 数据传输,支持 PD3.0 协议输入(12V) +- Ethernet:支持2路 RJ45 接口 1000M 以太网 +- HDMI:支持 HDMI1.4 接口,最大可输出 1920x1080@60Hz +- 卡启动:支持 TF 卡扩展存储,可用作系统启动存储,支持高速数据传输模式 +- 蓝牙:支持蓝牙5.0标准及低功耗模式(BLE) +- Wi-Fi:支持双频(2.4GHz 和 5GHz)的 802.11ax Wi-Fi 无线网络连接 +- MIPI DSI:支持 4lane MIPI DSI 接口,最大可输出 1920x1080@60Hz +- MIPI CSI:支持 2x4-lane MIPI CSI,支持 4lane+4lane 或 4lane+2lane+2lane 组合 +- PCIe:支持2路 PCIe x2,提供 10Gbps 通讯速率,快速扩展 +- 音频:支持立体声喇叭、耳机输出及双 MIC 录音 +- GPIO:兼容树莓派标准 26pin 接口 +- USB:支持1路 USB3.0 DRD,1路 USB2.0 Host + +## 实物图 + +![muse_pi](static/muse_pi.jpg) + +## 刷机模式 + +对照实物图,进行下述操作: + +- USB线一端连接板子Type-C口,一端连接PC。长按 SW2 键不松手,然后按下SW4 REST键进入刷机模式 + +刷机工具使用参考《 [刷机工具使用手册](https://developer.spacemit.com/#/documentation?token=O6wlwlXcoiBZUikVNh2cczhin5d)》,刷机完成,按SW4 重启系统。 + diff --git a/supported_devices/static/muse_n1_1.png b/supported_devices/static/muse_n1_1.png new file mode 100644 index 0000000..429bc7e Binary files /dev/null and b/supported_devices/static/muse_n1_1.png differ diff --git a/supported_devices/static/muse_n1_normal.jpg b/supported_devices/static/muse_n1_normal.jpg new file mode 100644 index 0000000..5f4dac3 Binary files /dev/null and b/supported_devices/static/muse_n1_normal.jpg differ diff --git a/supported_devices/static/muse_n1_usb-flash.jpg b/supported_devices/static/muse_n1_usb-flash.jpg new file mode 100644 index 0000000..27962e7 Binary files /dev/null and b/supported_devices/static/muse_n1_usb-flash.jpg differ diff --git a/supported_devices/static/muse_pi.jpg b/supported_devices/static/muse_pi.jpg new file mode 100644 index 0000000..12814c1 Binary files /dev/null and b/supported_devices/static/muse_pi.jpg differ