The CHIPSEC team has advised that running with the -i is not a good idea as it may lead to invalid results. This option is used mainly for debugging purposes when it is necessary to ignore the fact that CHIPSEC does not recognize the platform on which it is running. In most cases the platform will be known. Also, it is better to simply say that a given platform is not supported rather than giving spurious results. Signed-off-by: Ricardo Neri --- meta-luv/recipes-core/chipsec/chipsec/chipsec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-luv/recipes-core/chipsec/chipsec/chipsec b/meta-luv/recipes-core/chipsec/chipsec/chipsec index fa72e45..57b5819 100644 --- a/meta-luv/recipes-core/chipsec/chipsec/chipsec +++ b/meta-luv/recipes-core/chipsec/chipsec/chipsec @@ -6,4 +6,4 @@ # The below is replaced with the python site packages path during # do_patch(). -python PYTHONPATH/chipsec_main.py -i -v +python PYTHONPATH/chipsec_main.py -v -- 2.7.4