Re: Errors while using west flash
Erwan Gouriou
Hi Mithun, Seeing this: File "C:\Users\username\zephyrproject\zephyr\scripts/west_commands\runners\openocd.py", line 114, in do_run self.require(self.openocd_cmd[0]) It seems that west is attempting to flash using openocd which might not be installed in your environment. You have two options: - Install openocd - [Not tested] Set pyocd as the default runner for this board, by adding the following lines in board/arm/nucleo_f429zi/board.cmake
HIH On Wed, 30 Jun 2021 at 06:19, Pandey, Mithun <mithunpandey@...> wrote:
|
|