X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2FREADME.nvme;h=e8f9be149e5c051377fa0a20ec54d1343d58ad22;hb=44f5c9ab459f5fafb72b39ec1e1bbedb7b164628;hp=3afa912a583faf956f223796f29d80b008727620;hpb=c1b62ba9ca0e41fdd548cb3bb9af3b3f90d4a393;p=oweals%2Fu-boot.git diff --git a/doc/README.nvme b/doc/README.nvme index 3afa912a58..e8f9be149e 100644 --- a/doc/README.nvme +++ b/doc/README.nvme @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2017 NXP Semiconductors # Copyright (C) 2017 Bin Meng -# -# SPDX-License-Identifier: GPL-2.0+ -# What is NVMe ============ @@ -50,14 +48,14 @@ identified. To list all of the NVMe hard disks, try: - => nvme list + => nvme info Device 0: Vendor: 0x8086 Rev: 8DV10131 Prod: CVFT535600LS400BGN Type: Hard Disk Capacity: 381554.0 MB = 372.6 GB (781422768 x 512) and print out detailed information for controller and namespaces via: - => nvme info + => nvme detail Raw block read/write to can be done via the 'nvme read/write' commands: