masato-ka / platform-wiolte

Wio LTE platform for PlatformIO.
Apache License 2.0
5 stars 2 forks source link

When upload firmware.bin, That did not work Windows enviroment. #1

Open masato-ka opened 6 years ago

masato-ka commented 6 years ago

Enviroment ・Wio LTE Cat1 v1.1 ・Visual Studio Code 1.26.1 ・PlatformIO IDE 0.17.5

After compleate build firmware. That can success create firmware.bin. But, When upload firmware.bin, Failed and stop the upload process and show the below message in prompt.

'''

Configuring upload protocol... AVAILABLE: dfu CURRENT: upload_protocol = dfu Looking for upload port... Use manually specified: dfu Uploading .pioenvs\wio_lte\firmware.bin 指定されたパスが見つかりません。 '''

masato-ka commented 6 years ago

The tool-stm32duino.tar.gz is different directory structure between Windows ver and OSX ver. The build script should be change path adopt to Environment OS.