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
d970362b
You need to sign in or sign up before continuing.
Commit
d970362b
authored
Dec 01, 2020
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm-rpi4: Disable #dtoverlay=vc4-fkms-v3d for RPi3 on aarch64
framebuffer not working with dtoverlay=vc4-fkms-v3d on RPi3 aarch64.
parent
0eb63906
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
98-bootstrap-boot-by-firmware
...in/arm-rpi4/image-scripts.d/98-bootstrap-boot-by-firmware
+5
-1
No files found.
features.in/arm-rpi4/image-scripts.d/98-bootstrap-boot-by-firmware
View file @
d970362b
...
@@ -27,7 +27,7 @@ dtparam=audio=on
...
@@ -27,7 +27,7 @@ dtparam=audio=on
[pi3]
[pi3]
kernel=uboot-rpi_3.bin
kernel=uboot-rpi_3.bin
dtoverlay=vc4-fkms-v3d
#
dtoverlay=vc4-fkms-v3d
[pi4]
[pi4]
kernel=uboot-rpi_4.bin
kernel=uboot-rpi_4.bin
...
@@ -39,6 +39,10 @@ EOF
...
@@ -39,6 +39,10 @@ EOF
[
"
$GLOBAL_ARCH
"
=
armh
]
&&
\
[
"
$GLOBAL_ARCH
"
=
armh
]
&&
\
sed
-i
's/.bin/_32b.bin/g'
/boot/efi/config.txt
sed
-i
's/.bin/_32b.bin/g'
/boot/efi/config.txt
# framebuffer not working with dtoverlay=vc4-fkms-v3d on RPi3 aarch64
[
"
$GLOBAL_ARCH
"
=
armh
]
&&
\
sed
-i
'/#dtoverlay=vc4-fkms-v3d/s/#//'
/boot/efi/config.txt
# Enable bootloading without u-boot
# Enable bootloading without u-boot
sh
-x
rpi4-boot-nouboot
$kflavour
sh
-x
rpi4-boot-nouboot
$kflavour
...
...
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