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
fca85a9a
Commit
fca85a9a
authored
Mar 28, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added support for Nile board with Orinoco Mini
parent
6d5edfac
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2683 additions
and
763 deletions
+2683
-763
Makefile
Makefile
+51
-0
build.xml
build.xml
+4
-0
linux-5.12.10-nileorinocomini.patch
linux-5.12.10-nileorinocomini.patch
+1814
-0
linux-5.12.10-xilinx.patch
linux-5.12.10-xilinx.patch
+814
-763
No files found.
Makefile
View file @
fca85a9a
...
...
@@ -336,6 +336,57 @@ iwaveg35m:
swapoff swap
rm
-rf
swap
nileorinocomini-clfs
:
dd
if
=
/dev/zero
of
=
swap
bs
=
1048576
count
=
1024
chmod
600 swap
mkswap swap
swapon swap
tar
xf linux-5.12.10.tar.xz
patch
-Np1
-d
linux-5.12.10 < linux-5.12.10-xilinx.patch
patch
-Np1
-d
linux-5.12.10 < linux-5.12.10-nileorinocomini.patch
$(MAKE)
-C
linux-5.12.10 zynqmp_nileorinocomini_defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/nile-orinoco-mini` ; for config in $$files ; do cat /kernelconfig/nile-orinoco-mini/$$config >> linux-5.12.10/.config ; done'
$(MAKE)
-C
linux-5.12.10 oldconfig
$(MAKE)
-C
linux-5.12.10
$(MAKE)
-C
linux-5.12.10
install
modules_install dtbs_install
cp
-v
linux-5.12.10/.config /boot/config-5.12.10
ln
-svf
vmlinux-5.12.10 /boot/Image
ln
-svf
dtbs/5.12.10/xilinx/nile-orinoco-mini.dtb /boot/machine.dtb
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.12.10
swapoff swap
rm
-rf
swap
nileorinocomini
:
dd
if
=
/dev/zero
of
=
swap
bs
=
1048576
count
=
1024
chmod
600 swap
mkswap swap
swapon swap
tar
xf linux-5.12.10.tar.xz
patch
-Np1
-d
linux-5.12.10 < linux-5.12.10-xilinx.patch
patch
-Np1
-d
linux-5.12.10 < linux-5.12.10-nileorinocomini.patch
cp
-v
/boot/config-5.12.10 linux-5.12.10/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/nile-orinoco-mini` ; for config in $$files ; do cat /kernelconfig/nile-orinoco-mini/$$config >> linux-5.12.10/.config ; done'
$(MAKE)
-C
linux-5.12.10 oldconfig
$(MAKE)
-C
linux-5.12.10
rm
-rf
/lib/modules
rm
-rf
/boot/dtbs
rm
-f
/boot/config
*
rm
-f
/boot/vmlinux
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.12.10
install
modules_install dtbs_install
cp
-v
linux-5.12.10/.config /boot/config-5.12.10
ln
-svf
vmlinux-5.12.10 /boot/Image
ln
-svf
dtbs/5.12.10/xilinx/nile-orinoco-mini.dtb /boot/machine.dtb
rm
-f
/boot/
*
.old
rm
-rf
/kernelconfig
rm
-rf
linux-5.12.10
swapoff swap
rm
-rf
swap
rpi3b-clfs
:
dd
if
=
/dev/zero
of
=
swap
bs
=
1048576
count
=
1024
chmod
600 swap
...
...
build.xml
View file @
fca85a9a
...
...
@@ -126,6 +126,10 @@ CONFIG_CROSS_COMPILE="${CLFS_TARGET}"
<ant
antfile=
"packages/linux/build.xml"
target=
"boot-linux-armv8"
/>
</target>
<target
name=
"boot-linux-nile-orinoco-mini"
>
<ant
antfile=
"packages/linux/build.xml"
target=
"boot-linux-armv8"
/>
</target>
<target
name=
"boot-linux-raspberry-pi-3-b"
>
<ant
antfile=
"packages/linux/build.xml"
target=
"boot-linux-armv8"
/>
</target>
...
...
linux-5.12.10-nileorinocomini.patch
0 → 100644
View file @
fca85a9a
This diff is collapsed.
Click to expand it.
linux-5.12.10-xilinx.patch
View file @
fca85a9a
This diff is collapsed.
Click to expand it.
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