pvvx / RtlDuino

Arduino module RTL8195/8711/8710Ax
73 stars 22 forks source link

postbuild_img2_arduino_windows.exe": file does not exist #9

Closed ru-sh closed 6 years ago

ru-sh commented 6 years ago

I've installed latest arduino ide and cloned fresh RtlDuino. When I try to compile sketch, I get the following error: exec: "{runtime.tools.ameba_tools.path}/postbuild_img2_arduino_windows.exe": file does not exist

I've search into RtlDuino folder and not found the file.

Upload method: JLink RAM

ru-sh commented 6 years ago

The problem was resolved by adding "https://github.com/Ameba8195/Arduino/raw/master/release/package_realtek.com_ameba_index.json" to Additional Boards Manager (in Arduino IDE settings) and installing support of Realtek Ameba boards in Boards manager.

Full instructions are here: https://www.amebaiot.com/en/ameba-arduino-getting-started/

Проблема решается добавлением этого урла в настройки Arduino IDE "https://github.com/Ameba8195/Arduino/raw/master/release/package_realtek.com_ameba_index.json" и установкой поддержки Realtek Ameba boards в Boards Manager.

image