nRF Connect for Desktop - Programmer v3.0.4 support for nRF9160 using other USB chips

I'm developing currently with the nRF9160 feather , which uses a CP2102 for USB.

That works quite well, especially it enables to add different sensors, which isn't that easy with a Thingy:91. Using a nRF9160-DK for that requires a larger form-factor.

Flashing firmware for the Arm33 works quite well over USB using the zephyr tools. Also using a jlink works.

But using nRF Connect for Desktop and a USB connection seems to be refused (or not considered by Nordic).

According pc-nrfconnect-programmer devices.ts the Programmer App filters on the USB ids.

Would it be possible to add a checkbox to make other USB serials also available?

That would make it easier to update the modem-firmware over USB without jlink.

Parents
  • Hi Achim, 

    I will send your suggestion to our Software team. 
    As far as I know you should be able to modify the code and remove the filter the recompile it as your own customized version of nRF Connect Programmer. 

    However I'm not 100% sure if the nRF Connect Programmer would work out of the box with the bootloader on the nRF9160 feather. As far as I know they have a customized version of MCUBoot that has higher speed. I haven't tested it with our tool. 

Reply
  • Hi Achim, 

    I will send your suggestion to our Software team. 
    As far as I know you should be able to modify the code and remove the filter the recompile it as your own customized version of nRF Connect Programmer. 

    However I'm not 100% sure if the nRF Connect Programmer would work out of the box with the bootloader on the nRF9160 feather. As far as I know they have a customized version of MCUBoot that has higher speed. I haven't tested it with our tool. 

Children
Related