I install this but i get an erro
first i
sudo apt-get install build-essential python-dev python-setuptools python gcc \ linux-headers-$(uname -r) nasm
then
sudo python setup.py install
then
sudo python setup.py build_ext -i
when i do this
sudo python chipsec_util.py spi dump rom.bin
at last I get a error
################################################################
## ##
## CHIPSEC: Platform Hardware Security Assessment Framework ##
## ##
################################################################
[CHIPSEC] Version : 1.5.2
[CHIPSEC] OS : Linux 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64
[CHIPSEC] Python : 2.7.18rc1 (64-bit)
****** Chipsec Linux Kernel module is licensed under GPL 2.0
[CHIPSEC] API mode: using CHIPSEC kernel module API
ERROR: Chipset requires a supported PCH to be loaded: VID = 0xFFFF, DID = 0xFFFF, RID = 0xFF
WARNING: *******************************************************************
WARNING: * Unknown platform!
WARNING: * Platform dependent functionality will likely be incorrect
WARNING: * Error Message: "Chipset requires a supported PCH to be loaded: VID = 0xFFFF, DID = 0xFFFF, RID = 0xFF"
WARNING: *******************************************************************
ERROR: To run anyways please use -i command-line option
I install this but i get an erro
first i
then
then
when i do this
at last I get a error