I am using this software on a Windows host with WSL2.
During the installation, the script "ID1_ubuntu_os.sh" fails due to a package that isn't available for such a host:
# To using ubi and nandsim with modprobe, the linux-modules-extra package must be installed. (Ubuntu 22.04)
print_tool_info "linux-modules-extra-$(uname -r)" 1
Result in error because auto-generated module
linux-modules-extra-6.6.87.2-microsoft-standard-WSL2 does not exist.
Request to either disable ubi and nandsim with modprobe on WSL hosts and omit installing this package or achieve the functionality another way.
Lowest prio because this setup isn't officially supported anyway