Compatibility for nordicsemi package with nrfutil 8.x.x

Hello, 

I am trying to use the latest nrfutil version 8.x.x in my custom project.

Previously I had nrfutil version 6.1.7 with `nordicsemi` package included as a dependency. 

Now i have upgraded the python version from 3.7.9 to 3.12.10 and my nrfutil version from 6.1.7 to 8.x.x

I am unable to find out the archived package or legacy package `nordicsemi` with the 8.x.x version. 

Can you shed some inputs on this here?

I did check the documentation where it mentions `nrfutil nrf5sdk-tools dfu`  but these are the command lines, I wish to know how to install this dependency/have the legacy support with nordicsemi package

Thanks

    • Support for legacy git-based package indexes and git-based offline sources has been removed. Package installs and updates are now using Artifactory-based package indexes. This also impacts generating offline sources, which need to be regenerated for the new core module version.
    • The --package-index-url flag has been removed from all subcommands that had it. The flag was used to reference legacy git based package indexes which are no longer supported.
    • The NRFUTIL_PACKAGE_INDEX_URL environment variable is no longer supported. It was used to reference legacy git-based package indexes, which are no longer supported. The NRFUTIL_PACKAGE_INDEX_NAME environment variable can be used instead, but its value must refer to an already configured package index. See Configuring custom package indexes and modifiers for more information.
Related