Error: Could not find LD script when uploading remotely #165
Closed
Description
I have following setup: Platformio installed on Raspberry Pi and gen4iod board connected to the Raspberry via USB. I run remote agent on the Raspberry.
When I try to upload firmware remotely from my PC, it ends with the error:
================================================================== [SUCCESS] Took 6.25 seconds ==================================================================
Uploading firmware remotely
Processing gen4iod (platform: espressif8266; board: gen4iod; framework: arduino)
------------------------------------------------------------------------------------------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
Error: Could not find LD script
=================================================================== [ERROR] Took 1.79 seconds ===================================================================
The terminal process terminated with exit code: 1
When I compile exactly the same project locally on the Raspberry and upload it locally (with pio run --target upload
), it uploads the firmware to the board without any problems.
I'm using PlatformIO, version 4.0.0 and espressif8266 @ 2.2.2