Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
linux
Commits
43e4a3ae
Commit
43e4a3ae
authored
Jan 15, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Raspberry Pi 3 Model B kernel needs more than 1GB memory to link - swap added
parent
44efe5e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
Makefile
Makefile
+12
-0
No files found.
Makefile
View file @
43e4a3ae
...
...
@@ -182,6 +182,10 @@ terasicde10standard:
rm
-rf
linux-5.2.8
rpi3b-clfs
:
dd
if
=
/dev/zero
of
=
swap
bs
=
1048576
count
=
1024
chmod
600 swap
mkswap swap
swapon swap
tar
xf linux-5.2.8.tar.xz
$(MAKE)
-C
linux-5.2.8 defconfig
/kernelconfig/initramfs/prepare
...
...
@@ -196,8 +200,14 @@ rpi3b-clfs:
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.2.8
swapoff swap
rm
-rf
swap
rpi3b
:
dd
if
=
/dev/zero
of
=
swap
bs
=
1048576
count
=
1024
chmod
600 swap
mkswap swap
swapon swap
tar
xf linux-5.2.8.tar.xz
cp
-v
/boot/config-5.2.8 linux-5.2.8/.config
/kernelconfig/initramfs/prepare
...
...
@@ -216,6 +226,8 @@ rpi3b:
rm
-f
/boot/
*
.old
rm
-rf
/kernelconfig
rm
-rf
linux-5.2.8
swapoff swap
rm
-rf
swap
kvm64-clfs
:
tar
xf linux-5.2.8.tar.xz
...
...
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