2023-05-05 02:35 AM
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
Solved! Go to Solution.
2023-05-05 02:50 AM - edited 2023-11-20 06:23 AM
Look at example in manual:
Use:
swmgr install stm32cube_g0_1.6.0 ask
without "FW" and without "V"
2023-05-05 02:50 AM - edited 2023-11-20 06:23 AM
Look at example in manual:
Use:
swmgr install stm32cube_g0_1.6.0 ask
without "FW" and without "V"
2023-05-05 02:57 AM
Tanks