Seeeduino Xiao Zephyr Problem #42766
Unanswered
Lemonochrme
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi !
I'm currently trying to run Zephyr on Seeeduino Xiao (SAMD21) with the help of the PlatformIO IDE but I'm facing an issue.
I've created a new project running on Zephyr framework and built this bit of code :
The building process seems to work properly as well as the uploading to the board.
But once the file is on the board the Xiao isn't recognise anymore (COMx dont show up), and the blue TX LED doesnt blink at all.
I first tought it was a bootloader problem and tried a new one but it doesnt seems to work.
Thank's :)
platformio.ini configuration :
[env:seeed_xiao] platform = atmelsam board = seeed_xiao framework = zephyr
Beta Was this translation helpful? Give feedback.
All reactions