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
Anton Palgunov
mkimage-profiles
Commits
ed97f9c2
You need to sign in or sign up before continuing.
Commit
ed97f9c2
authored
Jan 21, 2022
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm-rpi4: copy actualy dtb's for default kernel to /boot/efi
parent
ddda90b6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
11 deletions
+34
-11
98-bootstrap-boot-by-firmware
...in/arm-rpi4/image-scripts.d/98-bootstrap-boot-by-firmware
+34
-11
No files found.
features.in/arm-rpi4/image-scripts.d/98-bootstrap-boot-by-firmware
View file @
ed97f9c2
...
@@ -5,20 +5,43 @@ kflavour="${GLOBAL_KFLAVOURS%% *}"
...
@@ -5,20 +5,43 @@ kflavour="${GLOBAL_KFLAVOURS%% *}"
mkdir
-p
/boot/efi
mkdir
-p
/boot/efi
uboots
=
"rpi_3 rpi_3_32b rpi_4 rpi_4_32b"
cp
/usr/share/raspberrypi-firmware/
*
.
{
bin,dat,elf
}
/boot/efi/
for
uboot
in
$uboots
;
do
[
-d
/usr/share/u-boot/
$uboot
]
&&
[
-f
/usr/share/u-boot/rpi_3/kernel8.img
]
&&
cp
-f
/usr/share/u-boot/
$uboot
/
*
/boot/efi/
cp
/usr/share/u-boot/rpi_3/kernel8.img
\
[
-f
/boot/efi/kernel8.img
]
&&
/boot/efi/uboot-rpi_3.bin
mv
/boot/efi/
{
kernel8.img,uboot-
$uboot
.bin
}
[
-f
/usr/share/u-boot/rpi_3_32b/kernel7.img
]
&&
[
-f
/boot/efi/kernel7.img
]
&&
cp
/usr/share/u-boot/rpi_3_32b/kernel7.img
\
mv
/boot/efi/
{
kernel7.img,uboot-
$uboot
.bin
}
/boot/efi/uboot-rpi_3_32b.bin
done
[
-f
/usr/share/u-boot/rpi_4/kernel8.img
]
&&
cp
/usr/share/u-boot/rpi_4/kernel8.img
\
/boot/efi/uboot-rpi_4.bin
[
-f
/usr/share/u-boot/rpi_4_32b/kernel7.img
]
&&
cp
/usr/share/u-boot/rpi_4_32b/kernel7.img
\
/boot/efi/uboot-rpi_4_32b.bin
# copy actualy dtb
# copy actualy dtb
's for default kernel
cp
/boot/dtb/bcm27
*
-rpi-
*
.dtb /boot/efi/
||
:
cp
/boot/dtb/bcm27
*
-rpi-
*
.dtb /boot/efi/
||
:
[
-f
/boot/efi/bcm2710-rpi-3-b.dtb
]
||
cp
/boot/dtb/bcm2837-rpi-3-b.dtb
\
/boot/efi/bcm2710-rpi-3-b.dtb
||
:
[
-f
/boot/efi/bcm2710-rpi-3-b-plus.dtb
]
||
cp
/boot/dtb/bcm2837-rpi-3-b-plus.dtb
\
/boot/efi/bcm2710-rpi-3-b-plus.dtb
||
:
[
-f
/boot/efi/bcm2710-rpi-cm3.dtb
]
||
cp
/boot/dtb/bcm2837-rpi-cm3-io3.dtb
\
/boot/efi/bcm2710-rpi-cm3.dtb
||
:
[
-f
/boot/efi/bcm2711-rpi-cm4.dtb
]
||
cp
/boot/dtb/bcm2711-rpi-cm4-io.dtb
\
/boot/efi/bcm2711-rpi-cm4.dtb
||
:
[
-d
/boot/dtb/overlays
]
&&
cp
-r
/boot/dtb/overlays /boot/efi/
||
:
rm
-f
/boot/efi/config.txt
# 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
]
&&
\
[
"
$GLOBAL_ARCH
"
=
aarch64
]
&&
\
echo
"arm_64bit=1"
>
/boot/efi/config.txt
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