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

What's wrong now? #2

Closed
jotasprout opened this issue Sep 27, 2020 · 2 comments
Closed

What's wrong now? #2

jotasprout opened this issue Sep 27, 2020 · 2 comments

Comments

@jotasprout
Copy link

I can't figure out what's wrong now at this step. I don't see "done" and what I do get doesn't completely match your logs.

20200927_010334
20200927_010348
20200927_010359
20200927_010423
20200927_153756

@bajansen
Copy link

bajansen commented Oct 5, 2020

The script will always attempt to program through the GPIO pins when run on a Raspberry Pi, regardless of whether an ST-Link adapter is connected. You can override this behaviour by changing the comparison below in run.sh to False.

if [[ "$model" == Raspberry\ Pi* ]]; then

@jotasprout
Copy link
Author

If I make this change to my fork and all goes well, would it be a good Pull Request? Is this a change that should be in the master?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants