Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Néri
aports
Commits
099aea87
Commit
099aea87
authored
Dec 18, 2019
by
Natanael Copa
Browse files
scripts/mkimg.arm.sh: fix boot config for armv7 rpi4
We dont have rpi4 kernel for armhf but we have it for armv7.
parent
bc97fb06
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/mkimg.arm.sh
View file @
099aea87
...
...
@@ -33,9 +33,6 @@ rpi_gen_config() {
[pi3+]
kernel=boot/vmlinuz-rpi2
initramfs boot/initramfs-rpi2
[pi4]
kernel=boot/vmlinuz-rpi4
initramfs boot/initramfs-rpi4
[all]
include usercfg.txt
EOF
...
...
@@ -51,6 +48,9 @@ rpi_gen_config() {
[pi3+]
kernel=boot/vmlinuz-rpi2
initramfs boot/initramfs-rpi2
[pi4]
kernel=boot/vmlinuz-rpi4
initramfs boot/initramfs-rpi4
[all]
include usercfg.txt
EOF
...
...
Write
Preview
Supports
Markdown
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