Linkit Smart 7688 remote code upload not working

Hi.

I’m pushing a sketch via Arduino IDE to a LinkIt Smart 7688 Duo via a local IP port as an Arduio Yun board.

The script seems be written fine then after reading back the hex file I’m prompted for the password constantly, then the code verification fails.

[code]avrdude: verifying …
avrdude: 32764 bytes of flash verified
avrdude: reading input file “/tmp/sketch.hex”
avrdude: input file /tmp/sketch.hex auto detected as Intel Hex
avrdude: writing flash (32748 bytes):

Writing | ################################################## | 100% 5.16s

avrdude: 32748 bytes of flash written
avrdude: verifying flash memory against /tmp/sketch.hex:
avrdude: load data flash data from input file /tmp/sketch.hex:
avrdude: input file /tmp/sketch.hex auto detected as Intel Hex
avrdude: input file /tmp/sketch.hex contains 32748 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 4.77s

avrdude: verifying …
avrdude: verification error, first mismatch at byte 0x70be
0xe2 != 0xe6
avrdude: verification error; content mismatch

avrdude done. Thank you.[/code]

How can I develop remotely with the board (i.e via wifi and the Arduino IDE)? I’m developing on a Mac and I don’t see a serial com port to debug locally (plus I want to debug while the board is not plugged to the Mac eventually)

Best, thx.