Quantcast
Channel: SparkFun Electronics Forum
Viewing all articles
Browse latest Browse all 82

Artemis Development on MBed OS • Issue Flashing Zephyr Binary to SparkFun Artemis Nano

$
0
0
Hello,

I've been working on porting the SparkFun Artemis Nano (based on Apollo3 Blue SoC) to the Zephyr Project. I've set up the board directory, modified the necessary files, and successfully built the OS, resulting in a `zephyr.bin` file.

However, when I try to flash this binary to the board using the following command:
Code: 
python3 artemis_uploader/artemis_svl.py -f ./build/zephyr.bin /dev/ttyUSB0 -v 

it just says "can't upload" after 3 attempts and then "Upload Failed" with the version number:
Code: 
Phase:SetupCleared startup blip - Version: 5Sending 'enter bootloader' commandPhase:Bootloadhave 14055 bytes to send in 7 framesSending frame #1, length: 2048Sending frame #2, length: 2048Sending frame #3, length: 2048Sending frame #4, length: 2048Sending frame #5, length: 2048Sending frame #6, length: 2048Sending frame #7, length: 1767Retrying...Sending frame #7, length: 1767Retrying...Sending frame #7, length: 1767Retrying...Sending frame #7, length: 1767Retrying...Sending frame #7, length: 1767Upload Failed
There are no further error messages to help diagnose the issue. Notably, the flash tool works fine with pre-built binaries from Artemis (example/Blink.bin).

Any guidance or suggestions on how to resolve this issue would be greatly appreciated.

Thank you

Statistics: Posted by ali.sarlak — Sun Jun 09, 2024 4:55 am



Viewing all articles
Browse latest Browse all 82

Trending Articles