I was checking DFU through serial usb/uart on the following link:
I want to double check if this entire project is for programming the nordic chip through the usb port on the long side (not the one on the short side with J-link) on nFR52840 DK.
I'd like to get a confirmation from any dev who knows about this.
And if it's yes, then it gets where it confuses me:
Do I need to build and run this project onto the DK through J-link first?
These commands mentioned in above page:
nrfutil dfu serial -pkg package.zip -p COM_PORT
for UART transportnrfutil dfu usb_serial -pkg package.zip -p COM_PORT
for USB transport
Do they go through the usb port on the long side (not the one on the short side with J-link)?
Does that mean I need to connect a second usb cable from pc to DK usb long side?