litex-hub / linux-on-litex-vexriscv

Linux on LiteX-VexRiscv
BSD 2-Clause "Simplified" License
553 stars 174 forks source link

Incorrect kernel version in defconfig #246

Closed troibe closed 2 years ago

troibe commented 2 years ago

When I try build the Linux version for Vexriscv I'm getting this issue: Incorrect selection of kernel headers: expected 5.13.x, got 5.12.x

troibe commented 2 years ago

I was able to resolve the problem by using the latest https://github.com/litex-hub/linux/tree/litex-vexriscv-rebase version of Linux. @enjoy-digital Not sure if the preferred approach would be to point this to one specific commit and update it every now and then or to just point it at the litex-vexriscv-rebase branch.

sajattack commented 2 years ago

I solved the same issue by doing a menuconfig of the buildroot and setting the kernel header version to 5.12.x