sparkfun redboard artemis Uploading problem

Hallo , i am trying to program redboard artemis i just did every thing like Edge tutorial and adjust it for artemis but i got stacked at the last step by uploading the program

the last part of make file is


wired_update: all …/…/…/…/…/tools/apollo3_scripts/create_cust_image_blob.py --bin $(CONFIG)/$(TARGET).bin --load-address 0xC000 --magic-num 0xCB -o $(CONFIG)/main_nonsecure_ota --version 0x0 …/…/…/…/…/tools/apollo3_scripts/create_cust_wireupdate_blob.py --load-address 0x20000 --bin $(CONFIG)/main_nonsecure_ota.bin -i 6 -o $(CONFIG)/main_nonsecure_wire --options 0x1

bootload: wired_update …/…/…/…/…/tools/apollo3_scripts/uart_wired_update.py -b 115200 $(serial) -r 1 -f $(CONFIG)/main_nonsecure_wire.bin -i 6

boot_artemis: wired_update ${ARTEMIS_LOADER_CMD} -b 115200 $(serial) -r 1 -f $(CONFIG)/main_nonsecure_wire.bin -i 6 -v


but i got error

Connecting with Corvette over serial port /dev/ttyUSB0… Sending Hello. No response for command 0x00000000 Traceback (most recent call last): File “…/…/…/…/…/tools/apollo3_scripts/uart_wired_update.py”, line 345, in main() File “…/…/…/…/…/tools/apollo3_scripts/uart_wired_update.py”, line 36, in main connect_device(ser) File “…/…/…/…/…/tools/apollo3_scripts/uart_wired_update.py”, line 56, in connect_device response = send_command(hello, 88, ser) File “…/…/…/…/…/tools/apollo3_scripts/uart_wired_update.py”, line 244, in send_command raise NoResponseError main.NoResponseError


i can upload Arduino programs with the Arduino IDE,

and i tested the port with python and Arduino IDE, it works , but still get no response when i program it

is the problem in addresses or in somewhere else ?

Hmmm. I see that you’ve changed the bootload baud rate to 115200 - that should be correct for the Artemis modules. The artemis modules also have a slightly different configuration of the bootloader - the BOOT pin and polarity are different. However that should all be abstracted away by the hardware of your Redboard Artemis. So immediately I don’t have a good idea of what is going wrong.

The tutorial that you are following is fairly outdated. We have created much better resources for working with the Apollo3 and Artemis modules. Have you tried any of these tools?

All of those resources should have a getting started section in the README. If you have any questions about it or if you run into issues please let us know (replying here will be good).](GitHub - sparkfun/SparkFun_Apollo3_AmbiqSuite_BSPs: One-stop-shop for all your AmbiqSuite SDK board support package needs.)](GitHub - sparkfun/AmbiqSuiteSDK: A copy of the AmbiqSuite SDK available on GitHub. Can be used to include AmbiqSuite as a submodule. May be used to track issues in SDK releases, however this repo is not maintained by AmbiqMicro)](GitHub - sparkfun/artemis_dev_platform: Containerized development platform for Artemis / Apollo3)