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
648
Issues
648
List
Boards
Labels
Service Desk
Milestones
Merge Requests
162
Merge Requests
162
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
34caa676
Commit
34caa676
authored
Feb 26, 2019
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts/mkimg.arm.sh: create rpi image for armv7
(cherry picked from commit
4dfaaf89
)
parent
0ac4b4a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/mkimg.arm.sh
scripts/mkimg.arm.sh
+2
-2
No files found.
scripts/mkimg.arm.sh
View file @
34caa676
...
...
@@ -73,10 +73,10 @@ profile_rpi() {
Designed for RPI 1, 2 and 3.
And much more..."
image_ext
=
"tar.gz"
arch
=
"aarch64 armhf"
arch
=
"aarch64 armhf
armv7
"
kernel_flavors
=
"rpi"
case
"
$ARCH
"
in
arm
hf
)
kernel_flavors
=
"
$kernel_flavors
rpi2"
;;
arm
v7
)
kernel_flavors
=
"
rpi2"
;;
esac
kernel_cmdline
=
"dwc_otg.lpm_enable=0 console=tty1"
initfs_features
=
"base bootchart squashfs 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