-
Notifications
You must be signed in to change notification settings - Fork 21
Setup guide
Stephane Dorre edited this page Sep 24, 2020
·
1 revision
There are a few possibilities to flash the Hpynos firmware
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
This document is available under the Creative Commons Attribution-ShareAlike 4.0 license.