Hi,
I am using https://github.com/NordicSemiconductor/pc-nrfutil code from here for nrfutil. I am working on both mesh and standard ble application.h
I am facing problem keeping both nrfutil at the same time. I have used master brach for standard nrfutil package and mesh_dfu branch for mesh nrfutil package.
Is there a way where both could co exist nrfutil and nrfutil for mesh?
I did a small hack for this.
Installed nrfutil with pip3, this will install nrfutil packages to python3 dist-package path. Renamed `nrfutil` bin file to `nrfutil_non_mesh`, so that following step wont overwrite it.
Built and installed mesh_dfu branch using pythn2.7 this got installed at python2.7 dist-package path. Renamed `nrfutil` bin file to `nrfutlil_mesh`.
Renamed back `nrfutil_non_mesh` to `nrfutil`
-Shubham