boards/hifive1: flashing issue #13104
Labels
Area: boards
Area: Board ports
Platform: RISC-V
Platform: This PR/issue effects RISC-V-based platforms
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
@fjmolinas realizied that the hifive1 shows a flasing issue.
Somehow, the boards gets into a state where openocd cannot flash it anymore.
There's a "safe bootloader mode" that can be entered by flashing the reset button twice (second time when the led blinks green, after which the led should pulse in red, indicating safe mode). In this the board can be flashed again. Unfortunately that's a manual procedure and thus makes the board unusable in CI or automated testing...
I've bisected the issue to this commit: 547ebd1
Steps to reproduce the issue
BOARD=hifive1 make -Cexamples/hello-world make flash
Expected results
Flashing succeeds.
Actual results
Flashing fails.
Versions
Current master, self compiled openocd, on arch linux.
The text was updated successfully, but these errors were encountered: