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

boards: nucle_g474re: west flash doesn't work #23351

Closed
alexanderwachter opened this issue Mar 9, 2020 · 0 comments · Fixed by #23230
Closed

boards: nucle_g474re: west flash doesn't work #23351

alexanderwachter opened this issue Mar 9, 2020 · 0 comments · Fixed by #23230
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug
Milestone

Comments

@alexanderwachter
Copy link
Member

Describe the bug
Flashing of the board doesn't work.
It shows successful, but the board does not blink.
To Reproduce
Steps to reproduce the behavior:

  1. west build -b nucleo_g474re zephyr/samples/basic/blinky
  2. west flash

Expected behavior
LED should blink.

Impact
Can't flash the board

Environment (please complete the following information):

  • OS: Linux
  • pyocd
@alexanderwachter alexanderwachter added the bug The issue is a bug, or the PR is fixing a bug label Mar 9, 2020
@jhedberg jhedberg added the priority: medium Medium impact/importance bug label Mar 9, 2020
@jhedberg jhedberg added this to the v2.2.0 milestone Mar 9, 2020
str4t0m added a commit to str4t0m/zephyr that referenced this issue Aug 27, 2022
Pyocd couldn't flash the nucleo_g474re board with the target
stm32g474retx (issue zephyrproject-rtos#23351).
Therefore PR zephyrproject-rtos#23230 introduced a workaround changing the target
to stm32g474rbtx.

In the meantime this issue was resolved, therefore revert the
workaround.

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
fabiobaltieri pushed a commit that referenced this issue Sep 2, 2022
Pyocd couldn't flash the nucleo_g474re board with the target
stm32g474retx (issue #23351).
Therefore PR #23230 introduced a workaround changing the target
to stm32g474rbtx.

In the meantime this issue was resolved, therefore revert the
workaround.

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants