Open
Description
Steps to reproduce:
- you have a MKR1000,
- follow the instructions from https://docs.arduino.cc/tutorials/mkr-1000-wifi/wifi-101-ota, and when you see the
network
port discovered, execute upload to the board.
Failed uploading: uploading error: signal: killed
arduinoOTA_signal_killed-verify+upload-log.txt
Further info:
% uname -a
Darwin Akoss-MacBook-Pro.local 22.6.0 Darwin Kernel Version 22.6.0: Wed Jul 5 22:21:56 PDT 2023; root:xnu-8796.141.3~6/RELEASE_X86_64 x86_64
% pwd
/Users/a.kitta/Library/Arduino15/packages/arduino/tools/arduinoOTA/1.2.1/bin
% file arduinoOTA
arduinoOTA: Mach-O 64-bit executable x86_64
% xattr -l arduinoOTA
% ls -al arduinoOTA
-rwxr-xr-x 1 a.kitta staff 6932852 Jul 13 17:41 arduinoOTA
% "/Users/a.kitta/Library/Arduino15/packages/arduino/tools/arduinoOTA/1.2.1/bin/arduinoOTA" -address "192.168.0.106" -port 65280 -username arduino -password "xxx" -sketch "/private/var/folders/z1/xkw1yh5n7rz4n8djprp1mdn80000gn/T/arduino/sketches/9C7EE78B830842E6BC2462BA8AB74A9D/WiFi101_OTA.ino.bin" -upload /sketch -b
zsh: killed -address "192.168.0.106" -port 65280 -username arduino -password "xxx" -
% ./arduinoOTA
zsh: killed ./arduinoOTA
I am on macOS 13.5.2