I am trying to use the Arduino environment to build Artemis Blackboard test programs. Things were working earlier this weekend when I was using the old 1.0.2 Apollo3 board package, but as of this morning I made the apparently fatal mistake to update to the 1.0.8 board package. Now when I try to upload a sketch I get the following error:
Artemis SVL Bootloader
phase: setup
cleared startup blip
phase: bootload
have 9860 bytes to send in 5 frames
error receiving packet
{'len': 128, 'cmd': 128, 'data': b'\x80\x80\x00\x80\x80\x80\x80\x80\x00\x80\x00\x80\x80\x80\x80\x00\x00\x80\x80\x80\x00\x80\x00\x00\x80\x00\x80\x80\x00\x80\x80\x80\x80\x00\x80\x80\x80\x00\x80\x00\x80\x00\x00\x80\x80\x00\x80\x80\x80\x80\x00\x00\x80\x80\x80\x00\x80\x00\x00\x00\x80\x80\x80\x80\x80\x00\x80\x80\x00\x80\x00\x80\x80\x80\x00\x80\x80\x00\x80\x80\x80\x00\x80\x00\x00\x80\x00\x80\x80\x80\x80\x00\x80\x00\x80\x00\x00\x80\x00\x00\x00\x80\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x00\x80\x00\x00\x00\x00\x80\x00\x00\x00\x00\x00\x80', 'crc': 51537, 'timeout': 0}
unknown error
sending frame #0, length: 0
Upload failed
phase: setup
cleared startup blip
phase: bootload
have 9860 bytes to send in 5 frames
error receiving packet
{'len': 128, 'cmd': 128, 'data': b'\x80\x80\x00\x80\x80\x80\x80\x80\x00\x80\x00\x80\x80\x80\x80\x00\x00\x80\x80\x80\x00\x80\x00\x00\x80\x00\x80\x80\x00\x80\x80\x80\x80\x00\x80\x80\x80\x00\x80\x00\x80\x00\x00\x80\x80\x00\x80\x80\x80\x80\x00\x00\x80\x80\x80\x00\x80\x00\x00\x00\x80\x80\x80\x80\x80\x00\x80\x80\x00\x80\x00\x80\x80\x80\x00\x80\x80\x00\x80\x80\x80\x00\x80\x00\x00\x80\x00\x80\x80\x80\x80\x00\x80\x00\x80\x00\x00\x80\x00\x00\x00\x80\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x00\x80\x00\x00\x00\x00\x80\x00\x00\x00\x00\x00\x80', 'crc': 51537, 'timeout': 0}
unknown error
sending frame #0, length: 0
Upload failed
phase: setup
cleared startup blip
phase: bootload
have 9860 bytes to send in 5 frames
error receiving packet
{'len': 128, 'cmd': 128, 'data': b'\x80\x80\x00\x80\x80\x80\x80\x80\x00\x80\x00\x80\x80\x80\x80\x00\x00\x80\x80\x80\x00\x80\x00\x00\x80\x00\x80\x80\x00\x80\x80\x80\x80\x00\x80\x80\x80\x00\x80\x00\x80\x00\x00\x80\x80\x00\x80\x80\x80\x80\x00\x00\x80\x80\x80\x00\x80\x00\x00\x00\x80\x80\x80\x80\x80\x00\x80\x80\x00\x80\x00\x80\x80\x80\x00\x80\x80\x00\x80\x80\x80\x00\x80\x00\x00\x80\x00\x80\x80\x80\x80\x00\x80\x00\x80\x00\x00\x80\x00\x00\x00\x80\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x00\x80\x00\x00\x00\x00\x80\x00\x00\x00\x00\x00\x80', 'crc': 51537, 'timeout': 0}
unknown error
sending frame #0, length: 0
Upload failed
I tried updating my Arduino from 1.8.9 to 1.8.10, but that didn’t help. I tried uninstalling and reinstalling the Sparkfun Apollo3 board package, and that didn’t help. I tried downgrading back to 1.0.2 and that didn’t help.
Does anyone know what might have happened? Is my bootloader corrupted?