Loding microPython onto Adafruit Feather M0 Adalogger

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
alidayvn
Posts: 4
Joined: Fri Aug 30, 2019 8:34 am

Loding microPython onto Adafruit Feather M0 Adalogger

Post by alidayvn » Wed Oct 09, 2019 9:52 am

Hi everyone,

i am trying to load microPython onto the Feater M0 Adlogger board. I followed the instructions in this video/ guide:

https://learn.adafruit.com/micropython- ... 1/overview

I downloaded the recent firmware and bossac-1.7 from the GitHub

when I try to use ./bossac -e -w -v -R -p tty.usbmodem411 firmware.bin i always get "No device found on tty.usbmodem411"

One thing i noticed is that other then in the video my board falls out of bootloader-mode fairly quickly.
I am on a MacBookPro El Capitan Version 10.11.16

Thanks for the Help!

Christian Walther
Posts: 169
Joined: Fri Aug 19, 2016 11:55 am

Re: Loding microPython onto Adafruit Feather M0 Adalogger

Post by Christian Walther » Wed Oct 09, 2019 11:02 am

Can you post the full link to the guide you used? Abbreviated like this it’s not much use. (I’m confused because I’m not aware of any official release of MicroPython for SAMD21 yet. Any reason why you want MicroPython, not CircuitPython on that board?)

Are you sure tty.usbmodem411 is the right port or did you just copy that from the guide? If the latter, it may be named differently in your situation. Run ls /dev/tty.* to find what ports you have.

Post Reply