STM32CubeWL icon indicating copy to clipboard operation
STM32CubeWL copied to clipboard

Problems with file names when compiling on Linux

Open lucasgranberg opened this issue 3 years ago • 1 comments

I don't know if Linux is officially supported but I got it to work. Only problem was with some lower/upper-case file names. I had to edit these lines to use upper case "PLUS" to get it to work

  priorbin=$userAppBinary"/SBSFU_LoRaWAN_End_Node_DualCore_CM0PLUS.bin"
  priorbinadd=$userAppBinary"/SBSFU_LoRaWAN_End_Node_DualCore_CM0PLUS.bin.baseadd"

https://github.com/STMicroelectronics/STM32CubeWL/blob/59c5722deaf51724cff8446413a7a76792d8bb81/Projects/NUCLEO-WL55JC/Applications/LoRaWAN_FUOTA_DualCore/2_Images_SECoreBin/STM32CubeIDE/SECBOOT_ECCDSA_WITH_AES128_CBC_SHA256.sh#L38

lucasgranberg avatar Aug 09 '22 15:08 lucasgranberg

ST Internal Reference: 138402

ASELSTM avatar Nov 07 '22 11:11 ASELSTM