Artemis redboard ATP can't load blink example

Hi,

I am using the Artemis redboard ATP on a macOS Sierra 10.12.6. My Arduino core is most recent release 1.8.13. I followed the steps in the software setup tutorial and downloaded the Sparkfun Apollo3 boards 1.1.1 version. I can see the Artemis board show up as a serial device /de/cu.wchusbserialfa130.

I am using the Sparkfun Variable loader and a baud rate of 921600.

When I go to load the Blink example arduino script I get the following error message:

Arduino: 1.8.13 (Mac OS X), Board: “SparkFun RedBoard Artemis ATP, 921600, SparkFun Variable Loader (Recommended)”

[19695] Error loading Python lib ‘/var/folders/jz/73q76bfs12g6lvh5hbt3fwj80000gn/T/_MEIF4OOUC/Python’: dlopen: dlopen(/var/folders/jz/73q76bfs12g6lvh5hbt3fwj80000gn/T/_MEIF4OOUC/Python, 10): Symbol not found: _futimens

Referenced from: /var/folders/jz/73q76bfs12g6lvh5hbt3fwj80000gn/T/_MEIF4OOUC/Python

Expected in: /usr/lib/libSystem.B.dylib

in /var/folders/jz/73q76bfs12g6lvh5hbt3fwj80000gn/T/_MEIF4OOUC/Python

the selected serial port in /var/folders/jz/73q76bfs12g6lvh5hbt3fwj80000gn/T/_MEIF4OOUC/Python

does not exist or your board is not connected

I couldn’t find any similar issues on the forum, and would appreciate some help

Based on that error message I wonder did you select the port (/dev/cu.wchusbserialfa130) in the Arduino menu? (Tools->Port)

Hi liquid.soulder,

I selected the /dev/cu.wchusbserialfa130 port in the Arduino menu. It has a check mark beside it

liquid.soulder:
Based on that error message I wonder did you select the port (/dev/cu.wchusbserialfa130) in the Arduino menu? (Tools->Port)

Hi liquid.soulder,

I selected the /dev/cu.wchusbserialfa130 port in the Arduino menu. It has a check mark beside it

The other thing to note is that when the board is plugged blue LED labeled 5 binks on a one 1 Hz freuency. In addition, when I programming the board the tx and rx LEDs do not turn on.

Hmmm - how come the serial port listed in the error is different from the one we expect to be using?

/dev/cu.wchusbserialfa130

vs.

the selected serial port in /var/folders/jz/73q76bfs12g6lvh5hbt3fwj80000gn/T/_MEIF4OOUC/Python

Can you try using one of these scripts directly?

https://github.com/sparkfun/SparkFun_Ap … n2board.py

https://github.com/sparkfun/SparkFun_Ap … mis_svl.py