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

Create images that use the Raspberry Pi kernel + bootloader (instead of generic linux-aarch64 + U-Boot) #3

Closed
fwcd opened this issue Jun 19, 2023 · 0 comments · Fixed by #6
Labels
enhancement New feature or request

Comments

@fwcd
Copy link
Owner

fwcd commented Jun 19, 2023

There still seem to be some issues with the mainline kernel + U-Boot, therefore it would be nice to have ready-to-use images that use the Pi Foundation's kernel and bootloader.

See https://forum.endeavouros.com/t/custom-kernels-on-raspi-4/39059/3, we'd need to do something along these lines in a script:

pacman -R --noconfirm linux-aarch64 uboot-raspberrypi
pacman -Syu --noconfirm --needed linux-rpi raspberrypi-bootloader raspberrypi-firmware
cp /boot/config.txt /boot/config.txt.orig
cp /home/alarm/configs/rpi4-config.txt /boot/config.txt
@fwcd fwcd added the enhancement New feature or request label Jun 19, 2023
@fwcd fwcd linked a pull request Jun 23, 2023 that will close this issue
@fwcd fwcd closed this as completed in #6 Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant