If changes you want to make are available to be made in ADK then you would be able to perform it by following steps,
-> Burn XUV file in one device
-> Read XML from that device using ADK
-> Make changes from here & then write it to device
-> Dump XUV from device (This XUV has all the changes you've made using ADK)
But if you want to make changes that can be done only using MDE then it is not possible to load it as whole project in MDE.
devarsh588 发表于 2023-5-24 13:05
If changes you want to make are available to be made in ADK then you would be able to perform it by ...
Thanks for the English reply. However the .xuv file that I want to modify is pulled from a device based on a QCC3040, which I believe there isn't an ADK tool for it, only MDE? If there's a way for me to do the changes please let me know. I just wanted to enable a few features that's not enabled in the original firmware.