Hi,
I am trying to modify the kernel to disable power management in linux.
I am using petalinux 2021.2 version.
I use petalinux-config -c kernel and make the necessary modification . Then I save the changes. The menuconfig prompts to save it in a file, I give it a name and said it saved the file (say kchanges.config).
But when I search for the file (kchanges.config) in the build directory, I cannot find the .config file.
Moreover, when I do a petalinux-build after the above kernel changes. The above power management changes doesn't seems to have taken effect.
Can someone please explain how to correctly make kernel modification in petalinux 2021.2 version.
Thanks