We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In azure-iot-device-ecosystem/get_started/raspbian-linux-optiga-tpm-slb-9670-iridium-board-c.md, and azure-iot-device-ecosystem/get_started/rasbian-linux-optiga-tpm-slb-9670-c.md there is a step missing to create the cmake directory.
Point 2: missing: mkdir azure-iot-sdk-c/cmake
mkdir azure-iot-sdk-c/cmake
before:
cd azure-iot-sdk-c/cmake cmake -Duse_prov_client:BOOL=ON .. cd provisioning_client/tools/tpm_device_provision make sudo ./tpm_device_provision
I will create a pull request with a fix.
The text was updated successfully, but these errors were encountered:
added missing instruction, resolves Azure#728
1c2e8fa
919edb4
pull request #729 created
Sorry, something went wrong.
No branches or pull requests
In azure-iot-device-ecosystem/get_started/raspbian-linux-optiga-tpm-slb-9670-iridium-board-c.md, and
azure-iot-device-ecosystem/get_started/rasbian-linux-optiga-tpm-slb-9670-c.md
there is a step missing to create the cmake directory.
Point 2:
missing:
mkdir azure-iot-sdk-c/cmake
before:
I will create a pull request with a fix.
The text was updated successfully, but these errors were encountered: