我是靠谱客的博主 迷路万宝路,最近开发中收集的这篇文章主要介绍nvme-cli tool 刷FW(固件),觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

nvme 刷fw
1.nvme id-ctrl /dev/nvmex |grep "fr "(查看现在在的fw version)

2.nvme fw-download /dev/nvmexn1 -f fw.bin(-f后加上要刷的FW的bin文档)
在这里插入图片描述

3.nvme fw-commit(fw-activate) /dev/nvmexn1 -s 1 -a 3(-s表示想把FW放在哪个slot,-a表示所执行的操作)
在这里插入图片描述

4.nvme reset /dev/nvmex(reset使fw生效,如果第三步用的是a 3就不用执行reset)
5.nvme fw-log /dev/nvme*n1(可以查看FW在哪个slot)

Tip:Here is what the different commit actions do (-a), as you can see they nicely match the spec table.
0: Downloaded image replaces the image indicated by the Firmware Slot field. This image is not activated.
1: Downloaded image replaces the image indicated by the Firmware Slot field. This image is activated at the next reset.
2: The image indicated by the Firmware Slot field is activated at the next reset.
3: The image specified by the Firmware Slot field is requested to be activated immediately without reset

download nvme-cli tool link:https://github.com/linux-nvme/nvme-cli

最后

以上就是迷路万宝路为你收集整理的nvme-cli tool 刷FW(固件)的全部内容,希望文章能够帮你解决nvme-cli tool 刷FW(固件)所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(57)

评论列表共有 0 条评论

立即
投稿
返回
顶部