-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module not compiled #254
Comments
Don't compile kernel under Raspbian, but compile kernel as part of Berryboot. |
No, I compiled it as a part of Berryboot
|
Make sure you did a fresh Berryboot installation, so the contents of shared.tgz (which contains the kernel modules) was installed, and did not just copy the kernel file. |
It's weird because /lib/modules/4.1.8v7-aufs/kernel/drivers/watchdog/bcm2708_wdog.ko is present but /lib/modules/4.3.3v7-aufs/kernel/drivers/watchdog/bcm2708_wdog.ko doesn't exist. So it must be a 4.3.3 related problem. Thanks! |
There is only a CONFIG_BCM2835_WDT=m in the 4.3 configuration. https://github.com/raspberrypi/linux/blob/rpi-4.3.y/arch/arm/configs/bcm2709_defconfig#L634 |
mmm, so it is a problem in the own raspberry 4.3 linux kernel branch... I'll add it as a module in berryboot patch. Thanks! |
Doesn't the bcm2835_wdt module work as well? |
It is a module for "poweroff" not for "reboot" |
Have you tested that? |
It doesn't compile it :( |
If someone needs it, I share my berryboot boot image of Linux 4.3.3 with grsecurity and apparmor. cmdline.txt must be modified in order to enable apparmor at boot, adding the following at the end of the only file. Only one (RBAC of grsecurity or APPARMOR) should be enabled. https://mega.nz/#!YQsXBSpK!wY2jFdJTVNerUCG589Z9C-YcpRA7QGJ7sA-Ron8G6uM |
Fixed: raspberrypi/linux#1285 |
Hi,
After compiling linux kernel, module bcm2708_wdog is not compiled:
$ sudo modprobe bcm2708_wdog
modprobe: FATAL: Module bcm2708_wdog not found.
So, is there anything to edit? Using your berryboot and standard raspbian installation it was compiled.
Thanks in advance.
The text was updated successfully, but these errors were encountered: