nvme-driver

Crates.ionvme-driver
lib.rsnvme-driver
version
sourcesrc
created_at2024-11-26 07:41:36.837275
updated_at2024-12-10 05:49:55.138191
descriptionnvme driver
homepage
repositoryhttps://gitee.com/zr233/nvme-driver
max_upload_size
id1461297
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
周睿 (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