-
-
Notifications
You must be signed in to change notification settings - Fork 205
Description
Hi,
Looking to enable WIFI for "Intel® Wi-Fi 6 AX201 160MHz" as per https://www.intel.in/content/www/in/en/support/articles/000005511/network-and-i-o/wireless-networking.html.
But it's supported only for Kernel 5.2+ and hence want to upgrade this to 5.7.4 (current kernel version here is 4.14.62)
Have updated the below items:-
1.) Added linux-5.7.4.tar.xz tolinuxboot/packages (downloaded from http://cdn.kernel.org/pub/linux/kernel/v5.x/)
2.) Edited linuxboot/modules/linux file with new kernel version and Hash value
3.) Added patch file to linuxboot/patches (again downloaded from http://cdn.kernel.org/pub/linux/kernel/v5.x/)
After all these changes its giving an compilation error as below:-
--> Makefile:382: recipe for target '/home/ankit_singh3/code/EMBEDDED_OS1/linuxboot/build/linux-5.7.4/.canary' failed
--> make: *** [/home/ankit_singh3/code/EMBEDDED_OS1/linuxboot/build/linux-5.7.4/.canary] Error 1
--> make: Leaving directory '/home/ankit_singh3/code/EMBEDDED_OS1/linuxboot'
Please let me know if i have missed anything as am bit new to this.
Regards,
Ankit Singh**