0003 MPS2280D(Dual SSD Expansion Board):修订间差异

来自Mcuzone Wiki
(创建页面,内容为“== '''关键词''' == 树莓派5、PCIE扩展、Raspberry Pi5、SSD启动、NAS、测速、固态硬盘、OpenMediaVault、OMV == '''一、简介''' == 在树莓派固件更新至2024年5月后,RPi5支持从PCIE Switch芯片后的SSD启动系统。本文将基于我司MPS2280D扩展板演示如何更改设置实现从SSD启动。此外,MPS2280D支持双SSD,因此可以配合Raspberry Pi 5搭建大容量存储应用,您可以连接现有的存储设备…”)
 
无编辑摘要
第1行: 第1行:
== '''关键词''' ==
== '''Keywords''' ==
树莓派5、PCIE扩展、Raspberry Pi5、SSD启动、NAS、测速、固态硬盘、OpenMediaVault、OMV
Raspberry Pi 5, PCIE Expansion, boot on SSD, NAS, speed test, OpenMediaVault, OMV


== '''一、简介''' ==
== '''Ⅰ、Introduction''' ==
在树莓派固件更新至2024年5月后,RPi5支持从PCIE Switch芯片后的SSD启动系统。本文将基于我司MPS2280D扩展板演示如何更改设置实现从SSD启动。此外,MPS2280D支持双SSD,因此可以配合Raspberry Pi 5搭建大容量存储应用,您可以连接现有的存储设备(支持NVME协议的SSD硬盘,包括外部便携式硬盘驱动器和USB闪存驱动器),以创建所有重要文件的安全备份,可从世界任何地方访问,从而实现网络连接存储(NAS),即允许您通过家庭或办公室无线网络将文件从计算机和移动设备保存到外部硬盘驱动器。
After updating the Raspberry Pi firmware to May 2024, the RPi5 supports booting the system from an SSD via a PCIe switch chip. This article will demonstrate how to change the settings to enable booting from an SSD by using our MPS2280D expansion board. Moreover, the MPS2280D supports dual SSDs, making it suitable for creating large-capacity storage applications with the Raspberry Pi 5. You can connect existing storage devices (NVME protocol-supported SSD, including external portable hard drives and USB flash drives) to create secure backups of all important files accessible from anywhere in the world. This Network Attached Storage (NAS), allowing you to save files from computers and mobile devices to external hard drives through your home or office wireless network.


== '''二、硬件资源''' ==
== '''Ⅱ、Hardware Resources''' ==


2.1 支持2230/22242/2280尺寸的NVME SSD固态硬盘(默认仅焊接2280铜柱);
2.1 Support for 2230/2242/2280 sized NVME SSDs (only soldered with 2280 copper standoffs in default);


2.2. 硬盘可用于存储扩展,注:仅支持PCIE 1x Gen2;
2.2. The hard drive can be used for storage expansion. Note: Only supports PCIE 1x Gen2.


2.3 硬盘支持从SSD启动,需更新树莓派官方固件,固件版本要2024.5.13以后;
2.3 The hard drive supports booting from SSD and requires updating the official Raspberry Pi firmware to a version later than 2024.5.13;


2.4 预留硬盘电源接口,2.54mm-2P 插孔,如担心供电不足可从此接口外接辅助5V电源。实际上因为RPi5的PCIE只有1x,而且经过扩展后只支持Gen2模式,因此功耗就会降至额定参数的1/3,如SSD上标记3.3V 2.5A,实际从5V侧测量峰值也仅500mA多,在我们测试中两条SSD的峰值总电流为0.75A。板子尺寸56x86,比树莓派5略长;
2.4 Reserve a power interface for the hard drive, 2.54mm-2P socket. If concerned about insufficient power supply, an auxiliary 5V power source can be externally connected via this interface. In practice, since the RPi5's PCIe is only 1x and only supports Gen2 mode after expansion, the power consumption will drop to 1/3 of the rated parameters. For instance, if the SSD is marked 3.3V 2.5A, the actual peak measured from the 5V side is only a little over 500mA. In our tests, the peak total current for two SSDs was 0.75A. The board dimensions are 56x86, slightly longer than the Raspberry Pi 5;


2.5 40Pin位置开槽,不影响杜邦线连接;
2.5 Slotting at the 40-pin position, it does not affect the Dupont line connection;


2.6 板子尺寸:85*56mm;
2.6 Board size: 85*56mm;


2.7 沉金工艺,无铅生产,PCB板通过UL认证和ROHS认证。
2.7 Immersion gold process, lead-free production, PCB board certified by UL and ROHS.


http://www.mcuzone.com/wiki/0003_MPS2280D/MPS2280D_09.jpg
http://www.mcuzone.com/wiki/0003_MPS2280D/MPS2280D_09.jpg
第29行: 第29行:
http://www.mcuzone.com/wiki/0003_MPS2280D/MPS2280D_11.jpg
http://www.mcuzone.com/wiki/0003_MPS2280D/MPS2280D_11.jpg


FPC线请按照图示进行连接。树莓派5侧金属面朝板子中心位置,5V丝印靠近USB-C口。MPS2280D侧金属面朝下,FPC上的5V丝印和板子上的5V丝印对齐。
Please connect the FPC cable according to the diagram. For the Raspberry Pi, position the metal side facing the center of the board, with the 5V silk screen close to the USB-C port. For the MPS2280D, position the metal side facing down, aligning the 5V silk screen on the FPC with the 5V silk screen on the board.


http://www.mcuzone.com/wiki/0003_MPS2280D/MPS2280D_80.jpg
http://www.mcuzone.com/wiki/0003_MPS2280D/MPS2280D_80.jpg


== '''三、树莓派系统下使用演示''' ==
== '''Ⅲ、Demonstration of Using the Raspberry Pi System''' ==


=== 3.1 SSD用作存储扩展 ===
=== 3.1 Using SSD as storage expansion ===
3.1.1 本文所使用的树莓派OS为:2024-07-04-raspios-bookworm-armhf.img.xz,官方下载页面如下:
3.1.1 The Raspberry Pi OS used in this article is:2024-07-04-raspios-bookworm-armhf.img.xz,You can download it in:


https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-32-bit
https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-32-bit


3.1.2 使用树莓派镜像烧录器或者balenaEtcher,将镜像烧写进TF卡。
3.1.2 Use Imager or balenaEtcher to flash the OS image in TF card.


http://www.mcuzone.com/wiki/0003_MPS2280D/MPS2280D_01.jpg
http://www.mcuzone.com/wiki/0003_MPS2280D/MPS2280D_01.jpg
第46行: 第46行:
http://www.mcuzone.com/wiki/0003_MPS2280D/MPS2280D_02.jpg
http://www.mcuzone.com/wiki/0003_MPS2280D/MPS2280D_02.jpg


3.1.3 从TF卡启动树莓派OS,在终端输入<code>sudo rpi-update</code>更新最新固件和内核,注意:运行<code>sudo rpi-update</code>可能需要3-10分钟,并且可能需要能连通外网(需自备方法)。
3.1.3 Boot the Raspberry Pi OS from the TF card and enter<code>sudo rpi-update</code>in the terminal to update the latest firmware and kernel. Note: Running<code>sudo rpi-update</code>may take 3-10 minutes and might require an internet connection to foreign country(please prepare your own method).


http://www.mcuzone.com/wiki/0003_MPS2280D/MPS2280D_03.jpg
http://www.mcuzone.com/wiki/0003_MPS2280D/MPS2280D_03.jpg

2024年7月18日 (四) 17:03的版本

Keywords

Raspberry Pi 5, PCIE Expansion, boot on SSD, NAS, speed test, OpenMediaVault, OMV

Ⅰ、Introduction

After updating the Raspberry Pi firmware to May 2024, the RPi5 supports booting the system from an SSD via a PCIe switch chip. This article will demonstrate how to change the settings to enable booting from an SSD by using our MPS2280D expansion board. Moreover, the MPS2280D supports dual SSDs, making it suitable for creating large-capacity storage applications with the Raspberry Pi 5. You can connect existing storage devices (NVME protocol-supported SSD, including external portable hard drives and USB flash drives) to create secure backups of all important files accessible from anywhere in the world. This Network Attached Storage (NAS), allowing you to save files from computers and mobile devices to external hard drives through your home or office wireless network.

Ⅱ、Hardware Resources

2.1 Support for 2230/2242/2280 sized NVME SSDs (only soldered with 2280 copper standoffs in default);

2.2. The hard drive can be used for storage expansion. Note: Only supports PCIE 1x Gen2.

2.3 The hard drive supports booting from SSD and requires updating the official Raspberry Pi firmware to a version later than 2024.5.13;

2.4 Reserve a power interface for the hard drive, 2.54mm-2P socket. If concerned about insufficient power supply, an auxiliary 5V power source can be externally connected via this interface. In practice, since the RPi5's PCIe is only 1x and only supports Gen2 mode after expansion, the power consumption will drop to 1/3 of the rated parameters. For instance, if the SSD is marked 3.3V 2.5A, the actual peak measured from the 5V side is only a little over 500mA. In our tests, the peak total current for two SSDs was 0.75A. The board dimensions are 56x86, slightly longer than the Raspberry Pi 5;

2.5 Slotting at the 40-pin position, it does not affect the Dupont line connection;

2.6 Board size: 85*56mm;

2.7 Immersion gold process, lead-free production, PCB board certified by UL and ROHS.

MPS2280D_09.jpg

MPS2280D_08.jpg

MPS2280D_10a.jpg

MPS2280D_11.jpg

Please connect the FPC cable according to the diagram. For the Raspberry Pi, position the metal side facing the center of the board, with the 5V silk screen close to the USB-C port. For the MPS2280D, position the metal side facing down, aligning the 5V silk screen on the FPC with the 5V silk screen on the board.

MPS2280D_80.jpg

Ⅲ、Demonstration of Using the Raspberry Pi System

3.1 Using SSD as storage expansion

3.1.1 The Raspberry Pi OS used in this article is:2024-07-04-raspios-bookworm-armhf.img.xz,You can download it in:

https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-32-bit

3.1.2 Use Imager or balenaEtcher to flash the OS image in TF card.

MPS2280D_01.jpg

MPS2280D_02.jpg

3.1.3 Boot the Raspberry Pi OS from the TF card and entersudo rpi-updatein the terminal to update the latest firmware and kernel. Note: Runningsudo rpi-updatemay take 3-10 minutes and might require an internet connection to foreign country(please prepare your own method).

MPS2280D_03.jpg

MPS2280D_04.jpg

3.1.4 升级完毕后,在终端输入sudo rpi-eeprom-config --edit,对内核的boot.conf文件进行编辑,在最后一行添加NVME_CONTROLLER=1后保存退出,其中BOOT_ORDER=0XF461代表启动顺序依次为SD(TF)卡、NVME(SSD)、U盘,点击直达启动顺序设置说明。设置成功后重启系统,这样就可以支持SSD(包括存储和启动)了。

MPS2280D_05.jpg

MPS2280D_06.jpg

MPS2280D_07.jpg

3.1.5 系统启动后,我们可以在树莓派OS的File Manager中看到两个SSD,如下图所示:

MPS2280D_12.jpg

如果需要对SSD操作,请点击其中任何一个分区,此时需要输入系统密码,验证成功后即可对SSD进行操作:

MPS2280D_13.jpg

此时回到桌面,就可以看到两个SSD的各个分区的快捷图标:

MPS2280D_14.jpg

同时在终端中输入df,也可以看到两个SSD,我们可以将这两个SSD作为存储设备。

MPS2280D_15.jpg

3.2 SSD用于系统启动

3.2.1 将树莓派OS烧写进SSD,点击直达烧写方法说明。然后拔掉TF卡,或者在启动顺序设置中,把从NVME(SSD)启动设置成第一位。

3.2.2 经我们的测试,单个SSD插在任何一个SSD插槽上均可启动系统(靠近Mcuzone标志的是03插槽,远离Mcuzone标志的是04插槽);若两个插槽都插上SSD,如果只有一个SSD烧写了系统,那将从烧写了系统的SSD启动,若两个SSD都烧写了系统,则将从04插槽优先启动系统。插槽在扩展板上的位置如下图所示:

MPS2280D_79.jpg

两个插槽的具体信息,可以在终端中输入lspci来查看。

MPS2280D_16.jpg

注意:金士顿NV2系列SSD没法直接从纯PCIE SSD扩展板启动,但可以从带PCIE SWITCH芯片的扩展板上启动。

四、Ubuntu系统下使用演示

4.1 SSD用作存储扩展

4.1.1 本文所使用的Ubuntu系统为:ubuntu-24.04-preinstalled-desktop-arm64+raspi.img.xz,官方下载页面如下:

https://ubuntu.com/download/raspberry-pi

4.1.2 使用树莓派镜像烧录器或者balenaEtcher,将镜像烧写进TF卡。操作方法与上一章烧写树莓派OS相同,此处略过(第三章 3.1.2)。

4.1.3 从TF卡启动Ubuntu系统,因为上一章已经更新了树莓派内核,并且在内核中开启了支持SSD(包括存储和启动)功能,所以这里不需要再做一遍,如果没有做过,请按照上一章的步骤做一遍.(第三章 3.1.3、3.1.4)。

注意,在Ubuntu系统下,更新树莓派内核的命令是sudo rpi-eeprom-update -a,而编辑boot.conf文件的命令仍然为sudo rpi-eeprom-config --edit

MPS2280D_17.jpg

4.1.4 关机,插上两块SSD,然后启动Ubuntu系统,我们可以看到两块SSD及其各自的两个分区。与树莓派OS不同的是,我们不需要输入系统密码就可以对SSD进行操作。

MPS2280D_18.jpg

MPS2280D_19.jpg

同时在终端中输入df,也可以看到两个SSD,我们可以将这两个SSD作为存储设备。

MPS2280D_20.jpg

4.2. SSD用于系统启动

4.2.1 和树莓派OS一样,将Ubuntu系统分别烧写进两个SSD,然后拔掉TF卡,或者在启动顺序设置中,把从NVME(SSD)启动设置成第一位。

4.2.2 Ubuntu系统也一样,单个SSD插在任何一个SSD插槽上均可启动系统(靠近Mcuzone标志的是03插槽,远离Mcuzone标志的是04插槽);若两个插槽都插上SSD,并且两个SSD上都烧写有系统的话,将从04插槽启动系统,两个插槽的具体信息,可以在终端中输入lspci来查看。

MPS2280D_21.jpg

五、对SSD进行分区等操作

5.1 概述

本章以树莓派OS为例,介绍对MPS2280D的SSD进行分区、挂载等操作。

5.2 使用GParted软件对SSD进行分区

5.2.1 下载GParted软件。打开树莓派OS终端,输入以下命令,安装GParted软件。

sudo apt install gparted

MPS2280D_77.jpg

5.2.2 打开GParted软件,选择相应SSD。

打开GParted软件的命令是sudo gparted,打开后为图形化界面,我们在右上角的下拉菜单中选择SSD。

MPS2280D_23.jpg

MPS2280D_24.jpg

5.2.3 在对SSD进行分区前,首先要对该分区进行取消原来的挂载,在该分区上点右键,选择“Unmount”,取消挂载后,再次在此分区上点右键,选择“Delete”,删除分区。本SSD上有两个分区,对另一个分区也是如此操作。

MPS2280D_25.jpg

MPS2280D_26.jpg

5.2.4 删除分区完毕后,我们在菜单中选择“Edit - Apply All Operations”,接受上述所有的操作。GParted类似于DiskGenius,在没有Apply之前,是不会对分区进行真实的操作的。

MPS2280D_27.jpg

MPS2280D_28.jpg

MPS2280D_29.jpg

5.2.5 然后在空白的SSD上点击右键,选择“New”,建立新分区,在这里我们建立了两个分区,格式为exfat,操作如下所示。

MPS2280D_30.jpg

MPS2280D_31.jpg

MPS2280D_32.jpg

MPS2280D_33.jpg

MPS2280D_34.jpg

MPS2280D_35.jpg

MPS2280D_36.jpg

这样我们就完成了对SSD的分区。

5.3 挂载分区

5.3.1 此时SSD已经分为了两个区,这两个区可以在Windows下进行操作,但Linux和Windows不一样,需要对新建的分区进行挂载,挂载完毕后才能操作。我们首先用命令lsblk查看分区信息,可见新建的两个分区,名字分别为nvme0n1p1和nvme0n1p2。

MPS2280D_37.jpg

然后我们依次输入以下命令,建立挂载点:

sudo mkdir /ssd1

sudo mkdir /ssd2

5.3.2 查看分区UUID,我们在树莓派终端中输入命令sudo blkid,如图所示,两个SSD分区的UUID分别是769F-F2E1和77F0-F2E1,将这两个值记录下来。

MPS2280D_38.jpg

5.3.3 在树莓派终端中输入命令sudo nano /etc/fstab,在文件的末尾加入两行代码:

UUID=769F-F2E1 /ssd1 exfat defaults,umask=000,gid=1000 0 2

UUID=77F0-F2E1 /ssd2 exfat defaults,umask=000,gid=1000 0 2

MPS2280D_39.jpg

MPS2280D_40.jpg

保存后退出,然后重启系统,在树莓派终端中输入lsblk,可以看见nvme0n1p1和nvme0n1p2分别被挂载到ssd1和ssd2下。

MPS2280D_42.jpg

此时我们也可以在文件目录的根目录下看到ssd1和ssd2两个目录,分别代表SSD上的两个分区,我们可以对这两个文件夹进行操作,这样就完成了分区的挂载。

MPS2280D_41.jpg

六、NAS服务器的应用演示

6.1 系统选择

为了能够正确安装NAS服务器,软件平台请选择32位Lite版本(即不带GUI的32位命令行版本),其他版本将无法正常安装OpenMediaVault。系统镜像下载地址:

https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-32-bit

本文所使用的镜像版本为:2024-07-04-raspios-bookworm-armhf-lite.img.xz

6.2 系统烧写

使用树莓派镜像烧录器烧写系统。

MPS2280D_45.jpg

因为该系统起来后为命令行界面,因此在Use OS customization中,点击编辑设置,将登录用户名和密码设置进去,如果需要使用Wifi,将Wifi参数也一并设置,这样就免去在命令行界面下进行设置,便于使用。

MPS2280D_46.jpg

MPS2280D_47.jpg

6.3 安装OpenMediaVault软件

6.3.1 系统烧写完毕后,连接好网线并启动系统(如果之前设置了Wifi,也可以使用Wifi),将之前烧录时设定的用户名和密码填入,登录系统。

MPS2280D_43.jpg

6.3.2 登录系统后,输入以下命令更新系统和头文件:

sudo apt update

sudo apt upgrade

MPS2280D_44.jpg

然后输入以下命令安装OpenMediaVault软件:

wget https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install

chmod +x install

sudo ./install -n

MPS2280D_48.jpg

注意:下载OpenMediaVault软件时可能需要能连通外网(需自备方法),且安装时间较长,请耐心等待。

6.4 配置NAS服务器的OpenMediaVault软件

6.4.1 使用ifconfig查看树莓派的系统ip,如图所示,本文所使用的树莓派的ip为192.168.8.102。

MPS2280D_69.jpg

在同一局域网内的PC中,在浏览器中输入192.168.8.102,打开OpenMediaVault,默认的登录名和登录密码分别为admin和openmediavault。

MPS2280D_49.jpg

6.4.2 在配置NAS服务器之前,请确保存储设备已经正确安装,安装好后才能进行接下来的操作。选择“存储器”,随后点击“磁盘”此处应显示所有连接的存储设备,包括SD(TF)卡和SSD硬盘。如果没有,请仔细检查所有内容是否正确插入并重新启动系统。

MPS2280D_50.jpg

6.4.3 点击“存储器”下的“文件系统”,然后点击“挂载现有文件系统”,如下图所示,选择目前已安装的存储器,本文中所选择的是一块120G的SSD硬盘。在分区格式方面,我们建议选择EXT4格式。

MPS2280D_51.jpg

MPS2280D_52.jpg

选择完毕后点击保存,保存后再点击随后显示的“待应用的配置更改”中的“更改”,这样就完成了挂载设置。

MPS2280D_53.jpg

MPS2280D_54.jpg

我们可以重复上述步骤,挂载多个存储器。

6.4.4 点击“存储器”下的“共享文件夹”,再点击“创建”:

MPS2280D_55.jpg

您可以在此处命名文件夹,选择它应存在于哪个驱动器上,并向用户授予权限。默认情况下,权限应该是正确的,但如果您更喜欢网络首选项的不同选项,则可以调整它们。保存并应用更改。

MPS2280D_56.jpg

MPS2280D_57.jpg

此处可根据需求添加多个设备。

6.4.5 接下来,我们需要确保网络上的计算机可以找到该共享文件夹。点击“服务”下的“SMB/CIFS”,然后点击“设置”,选中“已启动”,保存并应用更改。

MPS2280D_58.jpg

随后点击“SMB/CIFS”下的“共享”,点击“创建”,然后选择上面配置的共享文件夹,保存并应用更改,

MPS2280D_59.jpg

MPS2280D_60.jpg

MPS2280D_61.jpg

如果需要配置多个共享文件夹,请按照上述步骤重复进行。

6.4.5 最后,点击“用户”下的“用户”,我们可以设置一个用户供后续登录NAS服务器用,如果不想创建新用户,也可以使用默认的用户(本文所示的为adm用户),如果不知道默认用户的登录密码,可以编辑该用户,重新修改一个密码。

注意:此处的默认用户即为树莓派OS的登录用户(本文所示的为adm用户),如果改了这个密码,下次登录树莓派系统时也要使用新的密码。

MPS2280D_62.jpg

MPS2280D_63.jpg

MPS2280D_70.jpg

MPS2280D_71.jpg

6.5 测试NAS服务器

6.5.1 确认网络发现和文件共享是否打开。进入以太网设置,点击“更改高级共享设置”,查看“启用网络发现”和“启用文件和打印机共享”是否打开,如果没打开,请打开。

MPS2280D_74.jpg

MPS2280D_75.jpg

6.5.2 在同一局域网内的PC中,点击“网络”,找到NAS服务器,本文中所示的为“RASPBERRYPI”,双击此服务器,然后输入上面设置的用户名和密码,即可打开共享文件夹

MPS2280D_72.jpg

MPS2280D_73.jpg

MPS2280D_76.jpg

6.5.3 接下来我们通过拷贝大文件进行NAS测速。下面分别是写入和读取演示,速度按网络状况不同而异。

MPS2280D_67.jpg

MPS2280D_68.jpg

联系我们

4f7e81daf8791971.jpg 79c020da7ad0af9b.jpg 2851e01a0549e6f7.gif 0003_bb.jpg 0005_qq.jpg QQ:8204136

邮件:mcuzone@vip.qq.com

电话:13957118045

如本页面有任何疏漏、错误或者侵权,请通过上述途径联系我们,谢谢!

Copyright 2004-2024 野芯科技