Skip to content

Setup guide

Stephane Dorre edited this page Sep 24, 2020 · 1 revision

How to flash

There are a few possibilities to flash the Hpynos firmware

Command

By default, pyocd is used to flash.

The simple command is : west flash

To flash with jlink: west flash --runer jlink

To flash with nrfjprog: west flash --runner nrfjprog

Clone this wiki locally