west flash doesn't support "--ip" flag for an ethernet connected JLin

Hi,

I am posting this here because I am not sure exactly which repository to file the bug on (zephyr? west? something else?)

nrfjprog supports programming over IP with the '--ip' flag (I have tested this and it works). However, when using 'west build --ip xx.xx.xx.xx', an error is returned:

-- west flash: using runner nrfjprog
FATAL ERROR: runner nrfjprog received unknown arguments: ['--ip', '192.168.3.44']

Could you please tell me which repository I should be reporting this bug to ?

Thanks,

Jeremy

Related