nvme-driver

Crates.ionvme-driver
lib.rsnvme-driver
version0.3.1
created_at2024-11-26 07:41:36.837275+00
updated_at2025-07-09 06:22:20.388561+00
descriptionnvme driver
homepage
repositoryhttps://github.com/drivercraft/nvme
max_upload_size
id1461297
size110,689
周睿 (ZR233)

documentation

README

NVME Driver

nvme driver 1.4

example run

install qemu.

cargo install ostool
./img.sh

# run test with qemu
cargo test --test tests --  --show-output

hardware test

  1. 主机连接开发板串口
  2. 开发板插入网线,并且主机与开发板应处于同一网段
  3. 准备开发板设备树文件 *.dtb
cargo install ostool
cargo test --test tests --  --show-output --uboot
Commit count: 0

cargo fmt