升級(jí) Intel CPU 微碼
2023-08-11 07:45 作者:LeisureLinux | 我要投稿

關(guān)于用 od 命令查看微碼版本號(hào),我視頻里沒有講清楚,正確的是下面的 od 命令輸出,第三個(gè)字段就是 0x042c 就是 microcode 的版本號(hào)。
debian-01# od -t x4 /lib/firmware/intel-ucode/06-9a-03|head -1
0000000 00000001 0000042c 04182023 000906a3
至于是哪個(gè) firmware 文件,文件名如何得到:
LC_ALL=C lscpu |grep -i -E "^CPU family:|^Model:|^Stepping:"|awk -F: '{printf "%x\n",$2}'
標(biāo)簽: