Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
207
Merge Requests
207
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
e88b188c
Commit
e88b188c
authored
May 30, 2017
by
Timo Teräs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts/mkimg.arm: update rpi bootloader, remove unneeded initrd load address
parent
b5489807
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
scripts/mkimg.arm.sh
scripts/mkimg.arm.sh
+5
-5
No files found.
scripts/mkimg.arm.sh
View file @
e88b188c
...
...
@@ -18,16 +18,16 @@ gpu_mem=256
gpu_mem_256=64
[pi0]
kernel=boot/vmlinuz-rpi
initramfs boot/initramfs-rpi
0x08000000
initramfs boot/initramfs-rpi
[pi1]
kernel=boot/vmlinuz-rpi
initramfs boot/initramfs-rpi
0x08000000
initramfs boot/initramfs-rpi
[pi2]
kernel=boot/vmlinuz-rpi2
initramfs boot/initramfs-rpi2
0x08000000
initramfs boot/initramfs-rpi2
[pi3]
kernel=boot/vmlinuz-rpi2
initramfs boot/initramfs-rpi2
0x08000000
initramfs boot/initramfs-rpi2
[all]
include usercfg.txt
EOF
...
...
@@ -52,7 +52,7 @@ profile_rpi() {
And much more..."
image_ext
=
"tar.gz"
arch
=
"armhf"
rpi_firmware_commit
=
"
debe2d29bbc3df84f74672fae47f3a52fd0d40f1
"
rpi_firmware_commit
=
"
32c28990b18908ce899c289bcd12c6e9daeb1588
"
kernel_flavors
=
"rpi rpi2"
kernel_cmdline
=
"dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1"
initrd_features
=
"base bootchart squashfs ext2 ext3 ext4 f2fs kms mmc raid scsi usb"
...
...
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