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 ?