Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
b22efffc
Commit
b22efffc
authored
Apr 23, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm-rpi4: do not copy missing dtb's from raspberrypi-firmware
dtb's must match the kernel.
parent
6dfb0f32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
98-bootstrap-boot-by-firmware
...in/arm-rpi4/image-scripts.d/98-bootstrap-boot-by-firmware
+0
-6
No files found.
features.in/arm-rpi4/image-scripts.d/98-bootstrap-boot-by-firmware
View file @
b22efffc
...
...
@@ -47,12 +47,6 @@ cp "$DTB_DIR"/bcm27*-rpi-*.dtb /boot/efi/ || :
[
-d
"
$DTB_DIR
"
/overlays
]
&&
cp
-r
"
$DTB_DIR
"
/dtb/overlays /boot/efi/
||
:
# copy missing dtb's from raspberrypi-firmware
for
dtb
in
/usr/share/raspberrypi-firmware/
*
.dtb
;
do
[
-f
"/boot/efi/
$(
basename
$dtb
)
"
]
||
cp
"
$dtb
"
/boot/efi/
done
[
"
$GLOBAL_ARCH
"
=
aarch64
]
&&
\
echo
"arm_64bit=1"
>
/boot/efi/config.txt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment