跳到主要内容

PCIe M Key

查看容量

  1. 安装 NVME 相关工具

    radxa@rock-3b:~$ sudo apt-get install nvme-cli
  2. 查看容量

    radxa@rock-3b:~$ sudo nvme list


    [sudo] password for radxa: Node SN Model Namespace Usage Format FW Rev



    -------------------------- ---------------- -------- /dev/nvme0n1 50026B7684E3662B KINGSTON OM8PDP3256B-A01 1 256.06 GB / 256.06 GB 512 B + 0 B EDFK0S03

测速

  1. 安装 FIO 工具

    radxa@rock-3b:~$ sudo apt install fio
  2. 读测试

    radxa@rock-3b:~$ sudo fio -rw=read -bs=1m -runtime=60 -iodepth 1 -numjobs=8 -size=1G -filename /dev/nvme0n1 -ioengine libaio -direct=1 -group_reporting -name seq_read

read test
  1. 写测试

    radxa@rock-3b:~$ sudo fio -rw=write -bs=1m -runtime=60 -iodepth 1 -numjobs=8 -size=1G -filename /dev/nvme0n1 -ioengine libaio -direct=1 -group_reporting -name seq_write

write test

从 NVME 启动系统

请参考以下文档:

  1. SD 卡启动系统再刷 NVME
  2. RKDevtool 刷 NVME