I was checking DFU through serial usb/uart on the following link:
infocenter.nordicsemi.com/index.jsp
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?
About these commands mentioned in above page:
nrfutil dfu serial -pkg package.zip -p COM_PORT for UART transport
nrfutil dfu usb_serial -pkg package.zip -p COM_PORT for USB transport
Do these commands 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?