Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feather-m0: make flash reports "device unsupported" #17722

Open
miri64 opened this issue Mar 1, 2022 · 1 comment
Open

feather-m0: make flash reports "device unsupported" #17722

miri64 opened this issue Mar 1, 2022 · 1 comment
Assignees
Labels
Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)

Comments

@miri64
Copy link
Member

miri64 commented Mar 1, 2022

Description

When trying to flash hello-world to BOARD=feather-m0, bossa (the default programmer for that board) reports Device unsupported.

Steps to reproduce the issue

With the respective board plugged into USB, run

BOARD=feather-m0 make -C examples/hello-world flash

Expected results

The hello world application should be flashed to the board.

Actual results

Flashing fails with

/home/mlenders/Repositories/RIOT-OS/RIOT/dist/tools/bossa-1.9/bossac -p /dev/ttyACM0 -o 0x2000 -e -i -w -v -b -R /home/mlenders/Repositories/RIOT-OS/RIOT/examples/hello-world/bin/feather-m0/hello-world.bin

Device unsupported
make: *** [/home/mlenders/Repositories/RIOT-OS/RIOT/examples/hello-world/../../Makefile.include:796: flash] Error 1

Versions

Current master (a17ff53) and definitely since 2021.10. I tried earlier releases, but they require cherry-picking 8f10f22, with cherry-picking I hit another merge-conflict wall in the 2020er releases, so I stopped there... I am pretty sure, that I was able to flash this board in early 2020 though.

@miri64 miri64 added the Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) label Mar 1, 2022
@dylad
Copy link
Member

dylad commented Mar 3, 2023

I don't own the board and I am not using bossac since quite some time.
But if you still have access to it, could you try:
BOSSA_FLAGS_OPTS="-i -d" BOARD=feather-m0 make -C examples/hello-world flash
This might help to figure out what's going here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

No branches or pull requests

4 participants