Hi Folks,
I was following an article to install some applications on raspberry PI Zero 2W and Pi 4.
it stated that the application will not work because new linux kernel has 'CONFIG_STRICT_DEVMEM=y' and it overcome this, the kernel must be recompiled and I shall set 'CONFIG_STRICT_DEVMEM=n' or even comment it.
I followed a lengthy steps to configure linux kernel and when I checked the .config file I got :
seems like it is not set by default for latest release on github.
my question, is CONFIG_STRICT_DEVMEM for latest Pi OS set to 'y' or 'n' by default ?
I was following an article to install some applications on raspberry PI Zero 2W and Pi 4.
it stated that the application will not work because new linux kernel has 'CONFIG_STRICT_DEVMEM=y' and it overcome this, the kernel must be recompiled and I shall set 'CONFIG_STRICT_DEVMEM=n' or even comment it.
I followed a lengthy steps to configure linux kernel and when I checked the .config file I got :
Code:
# cat .config | grep 'CONFIG_STRICT_DEVMEM'# CONFIG_STRICT_DEVMEM is not set
my question, is CONFIG_STRICT_DEVMEM for latest Pi OS set to 'y' or 'n' by default ?
Statistics: Posted by akhodeir — Wed Sep 18, 2024 5:28 pm