Received a SparkFun Edge board (15170) and breakout board (15096).
Running both command lines tools and Arduino IDE on MacBook Pro.
Edge Board powers up via breakout board, serial port drivers installed and authorized, serial port shows in tty list.
Board LED flashes blue, with one short duration red flash a few seconds after board reset. Otherwise, no response from LEDs regarding any speech recognition. No output on serial port from board via screen or Arduino IDE serial monitor.
Rebuilt micro_speech example from source, signed binary.
All attempts to reflash using command line tools fail with a NACK following apparent transfer of binary data to board. Changing baud rate does not result in success either. Yellow LED on serial breakout board flashes during upload attempts, suggesting data transfer is working. uploader seems to connect successfully to board and extract some metadata which displays on console before binary uploads.
cloned https://github.com/sparkfun/AmbiqSuiteSDK to acquire uart_wired_update.py script.
Can flash code to SparkFun Thing Plus using Arduino IDE (Blink example) and same usb3 port on laptop. Unable to connect to Edge board via Arduino IDE.