Skip to main content
alex95
Associate
May 5, 2023
Solved

STM32CubeMx command line unknown pack STM32Cube_FW_G0_V1.6.0

  • May 5, 2023
  • 1 reply
  • 1022 views

Hi,

I start STM32CubeMx with this command

/mydir/STM32CubeMX/STM32CubeMX -q /mydir/myscript

Inside the file myscript there are this lines:

swmgr refresh

swmgr install STM32Cube_FW_G0_V1.6.0 ask

exit

When run this line "swmgr install STM32Cube_FW_G0_V1.6.0 ask" the output in the terminal is

2023-05-05 09:27:39,236 [INFO] MainUpdater:1566 - Unknown pack: STM32Cube_FW_G0_V1.6.0

KO

where can i find the correct pack name?

Best regards

This topic has been closed for replies.
Best answer by Kamil Duljas

Look at example in manual:

https://www.st.com/resource/en/user_manual/dm00104712-stm32cubemx-for-stm32-configuration-and-initialization-c-code-generation-stmicroelectronics.pdf


_legacyfs_online_stmicro_images_0693W00000bjSzPQAU.pngUse:

swmgr install stm32cube_g0_1.6.0 ask

without "FW" and without "V"

1 reply

Kamil DuljasBest answer
Senior III
May 5, 2023
alex95
alex95Author
Associate
May 5, 2023

Tanks