NebraLtd / hm-pyhelper

A helper module used across various Nebra repos to reduce redundant features.
https://nebra.io/hmpyhelper
MIT License
9 stars 16 forks source link

Add TPM to variants #29

Open shawaj opened 3 years ago

shawaj commented 3 years ago

We need to add TPM option to variants file for 5g units

This will be consumed by the miner and gwmfr containers to initialise the TPM

vpetersson commented 3 years ago

Don't think that's supported by any of the tooling yet, so we're blocked by that. I presume they'll merge that into gateway-mfr-rs later on.

shawaj commented 2 years ago

https://github.com/NebraLtd/hm-pyhelper/issues/28#issuecomment-980491430

@vpetersson it is supported:

https://github.com/openEPC/gateway_mfr/tree/tpm-support

https://github.com/openEPC/miner/tree/tpm-support

https://github.com/openEPC/erltss2

shawaj commented 2 years ago

See here for reference https://github.com/NebraLtd/hm-pyhelper/pull/84#issuecomment-1000496510

vpetersson commented 2 years ago

I've chased to get this into the mainline gateway_mfr here https://github.com/helium/gateway_mfr/pull/7#issuecomment-1011959625. Wouldn't want to use a fork for our main version.

shawaj commented 2 years ago

Probably makes more sense in gateway-mfr-rs?