Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

copy overlays #55

Open
rpier1 opened this issue Feb 25, 2020 · 1 comment
Open

copy overlays #55

rpier1 opened this issue Feb 25, 2020 · 1 comment

Comments

@rpier1
Copy link

rpier1 commented Feb 25, 2020

Hi,

currently you do not copy your own build overlays/*.dtbo, but use those from https://github.com/RPi-Distro/firmware/tree/debian/boot/overlays

I would like to recommend: Please put the following

mkdir -p                                           $NEW_KERNEL/boot/overlays
cp $LINUX_KERNEL/arch/arm/boot/dts/overlays/*.dtbo $NEW_KERNEL/boot/overlays

after this line

cp $LINUX_KERNEL/arch/arm/boot/dts/bcm27*.dtb $NEW_KERNEL/boot

@rpier1
Copy link
Author

rpier1 commented Feb 25, 2020

By the way, is there possibly an error in the following:

cp -r $SRC_DIR/debian $NEW_KERNEL/debian

I mean, this creates the following folder with contents $NEW_KERNEL/debian/debian, which looks like one level too deep.

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

No branches or pull requests

1 participant