I have an application what I would like to upload to an Artemis board. I’m testing with an Artemis Nano and an Artemis Blackboard. I can successfully run the Blink example.
When I try to upload my application I’m getting the following error message:
Sending Hello.
Received response for Hello
Bootloader connected
Received Status
length = 0x58
version = 0x3
Max Storage = 0x4ffa0
Status = 0x2
State = 0x7
AMInfo =
0x1
0xff2da3ff
0x55fff
0x1
0x49f40003
0xffffffff
0xffffffff
0xffffffff
0xffffffff
0xffffffff
0xffffffff
0xffffffff
0xffffffff
0xffffffff
0xffffffff
0xffffffff
Sending OTA Descriptor = 0xfe000
Sending Update Command.
number of updates needed = 1
Sending block of size 0x15a34 from 0x0 to 0x15a34
Sending Data Packet of length 8180
Sending Data Packet of length 8180
Sending Data Packet of length 8180
Sending Data Packet of length 8180
Sending Data Packet of length 8180
Sending Data Packet of length 8180
Sending Data Packet of length 8180
Sending Data Packet of length 8180
Sending Data Packet of length 8180
Sending Data Packet of length 8180
Sending Data Packet of length 6828
No response for command 0x00000008
Response not valid
Failed to ack command
Fail
Tries = 3
Upload failed
The upload always fails when uploading the last chunk of the application binary.
Any idea?