Skip to content
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

Creating kernel headers fails #503

Open
Ltty opened this issue Aug 29, 2023 · 6 comments
Open

Creating kernel headers fails #503

Ltty opened this issue Aug 29, 2023 · 6 comments
Labels

Comments

@Ltty
Copy link

Ltty commented Aug 29, 2023

Hi Alex,

after the latest update, PIVCCU does not start anymore. Already tried to reinstall the official kernel headers and reconfigure pivccu. Any idea on how to resolve this issue?

image

Thanks,
Florian

@alexreinert
Copy link
Owner

Did you update your kernel using rpi-update?

@Ltty
Copy link
Author

Ltty commented Aug 29, 2023

Yes, I did

@alexreinert
Copy link
Owner

You should not update the kernel using rpi-update, the Raspberry Pi foundation clearly states, that this should only be done, if they ask for it in case of debugging a kernel issue.
rpi-update installs a kernel for which no kernel header packages exist. Please reinstall the official kernel package using apt, then you will be able to install the (matching) header package.

@Ltty
Copy link
Author

Ltty commented Aug 29, 2023

Damn, thanks for the hint.

Do you have the steps at hand on how to revert the kernel version via apt?

sudo apt-get install --reinstall raspberrypi-bootloader raspberrypi-kernel gives me an error:

Reinstallation of raspberrypi-bootloader is not possible, it cannot be downloaded.
Reinstallation of raspberrypi-kernel is not possible, it cannot be downloaded.

Thanks,
Florian

@alexreinert
Copy link
Owner

sudo apt-get update
sudo apt-get install --reinstall raspberrypi-bootloader raspberrypi-kernel

Copy link

stale bot commented Apr 22, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants