We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcca90a commit 4bfe210Copy full SHA for 4bfe210
linux/stm32CubeProg.sh
@@ -39,6 +39,9 @@ check_tool() {
39
if ! command -v $STM32CP_CLI > /dev/null 2>&1; then
40
export PATH="$HOME/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin":$PATH
41
fi
42
+ if ! command -v $STM32CP_CLI > /dev/null 2>&1; then
43
+ export PATH="/opt/stm32cubeprog/bin":$PATH
44
+ fi
45
46
echo "$STM32CP_CLI not found."
47
echo "Please install it or add '<STM32CubeProgrammer path>/bin' to your PATH environment:"
0 commit comments