zamaudio / intelmetool

My tool for working with Intel Management Engine - RETIRED REPO (see coreboot for new upstream)
https://review.coreboot.org/plugins/gitiles/coreboot/+/refs/heads/master/util/intelmetool
Other
156 stars 25 forks source link

Intel E3815: Hardware unsupported by intelmetool, exiting #16

Closed ProBackup-nl closed 6 years ago

ProBackup-nl commented 6 years ago

I unloaded mei and mei_txt modules, and cat /proc/cmdline contains 'iomem=relaxed'.

The ./intelmetool output is short:

Hardware unsupported by intelmetool, exiting

DE3815TYKH, BIOS TYBYT10H.86A.0054.2016.0929.15 is inside.

zamaudio commented 6 years ago

Hi thanks for report, can you please show output for:

lspci -nn | grep -E "00:00.0|LPC"
ProBackup-nl commented 6 years ago

00:00.0 Host bridge [0600]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register [8086:0f00] (rev 0c)

zamaudio commented 6 years ago

Okay it is not detecting your board because it doesnt have a separate Southbridge.

zamaudio commented 6 years ago

But you probably do have the ME hardware and a pci MEI.

ProBackup-nl commented 6 years ago
# lsmod | grep me
mei_txe                24576  0
mei                   114688  1 mei_txe
# modinfo mei | grep description
description:    Intel(R) Management Engine Interface
# modinfo mei_txe | grep description
description:    Intel(R) Trusted Execution Environment Interface
zamaudio commented 6 years ago

Oh you've got TXE instead... have fun