You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when a command using the nrfutil runs inside the nrfutil toolchain-manager environmentthe actualnrfutilthat is used is the one provided by the system (found onPATH) and not the one that is downloaded/used by the east (on path ~/.local/share/east/tooling/nrfutil/nrfutil` ).
This should be changed, as it would make it easier for to ensure that correct version of nrfutil is used.
Definition of Done
Running command east bypass -- which nrfutil returns ~/.local/share/east/tooling/nrfutil/nrfutil .
The text was updated successfully, but these errors were encountered:
Context
Currently when a command using the
nrfutil
runs inside thenrfutil toolchain-manager
environmentthe actual
nrfutilthat is used is the one provided by the system (found on
PATH) and not the one that is downloaded/used by the east (on path
~/.local/share/east/tooling/nrfutil/nrfutil` ).This should be changed, as it would make it easier for to ensure that correct version of nrfutil is used.
Definition of Done
Running command
east bypass -- which nrfutil
returns~/.local/share/east/tooling/nrfutil/nrfutil
.The text was updated successfully, but these errors were encountered: