Member #1591002

Member Since: April 13, 2020

Country: United States

  • thank you , i reposted the question in the right place

  • Hallo , i am trying to program artemis red 3 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

    ###############3

    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 <module> 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 am sure that baud rate is correct is the problem in addresses or in somewhere else ?

No public wish lists :(