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

do the bcm27xx.dtbs belong in /boot? #13

Open
gearhead opened this issue Aug 14, 2020 · 1 comment
Open

do the bcm27xx.dtbs belong in /boot? #13

gearhead opened this issue Aug 14, 2020 · 1 comment

Comments

@gearhead
Copy link

I noticed that the dtbs are all put in /boot/broadcom after a new kernel build/install. It occurs to me that, to be more like the armv6h and armv7h Arch-Linux builds, that the dtbs maybe should be in /boot and not /boot/broadcom? I know you have the default config that is installed points to that directory, but when I install a 'regular' linux-raspberrypi4 package on a 2B/3B/4B, the dtbs are put in /boot. I have a common config.txt that is used on all RPi architectures, for this project I am working on, and just noticed that I need to copy the dtbs from /broadcom after each kernel update.
I can adjust my PKGBUILD for my uses, but just noted this for consistency that this is a difference. I do not know what the RPiOS does, but wonder if it is the same.

@gearhead
Copy link
Author

gearhead commented Aug 15, 2020

I put this at the end of the _package() section:

mv ${pkgdir}/boot/broadcom/*.dtb ${pkgdir}/boot/.
rmdir ${pkgdir}/boot/broadcom

Puts the dtbs in the same place as for the armv6 and armv7 packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant