Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
embeddedsw-xilinx
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
embeddedsw-xilinx
Commits
86640545
Commit
86640545
authored
Feb 28, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We should use dt-bindings from bsp folder
parent
26c4dda3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Makefile
Makefile
+1
-2
No files found.
Makefile
View file @
86640545
...
...
@@ -3,12 +3,11 @@ bsp-r5:
tar
xf embeddedsw-xilinx_v2023.2.tar.gz
patch
-Np1
-d
embeddedsw-xilinx_v2023.2 < embeddedsw-xilinx_v2023.2-iwaveg35m.patch
cd
../bsp
&&
python3
$(CURDIR)
/embeddedsw-xilinx_v2023.2/scripts/pyesw/repo.py
-st
$(CURDIR)
/embeddedsw-xilinx_v2023.2
cd
../bsp
&&
PATH
=
$(CURDIR)
/../toolchain/armr5-none-eabi/bin:
$$
PATH
LOPPER_DTC_FLAGS
=
-@
C_INCLUDE_PATH
=
$(CURDIR)
/../system-device-tree-xlnx/include
python3
$(CURDIR)
/embeddedsw-xilinx_v2023.2/scripts/pyesw/create_bsp.py
-o
standalone
-p
r5
-s
$(CURDIR)
/../bsp/SDT/system-top.dts
cd
../bsp
&&
PATH
=
$(CURDIR)
/../toolchain/armr5-none-eabi/bin:
$$
PATH
LOPPER_DTC_FLAGS
=
-@ python3
$(CURDIR)
/embeddedsw-xilinx_v2023.2/scripts/pyesw/create_bsp.py
-o
standalone
-p
r5
-s
$(CURDIR)
/../bsp/SDT/system-top.dts
PATH
=
$(CURDIR)
/../toolchain/armr5-none-eabi/bin:
$$
PATH python3 embeddedsw-xilinx_v2023.2/scripts/pyesw/build_bsp.py
-d
$(CURDIR)
/../bsp
cp
$(CURDIR)
/../bsp/include/
*
.h
$(CURDIR)
/../toolchain/armr5-none-eabi/include
cp
$(CURDIR)
/../bsp/lib/
*
$(CURDIR)
/../toolchain/armr5-none-eabi/lib
rm
-rf
embeddedsw-xilinx_v2023.2
$(MAKE)
-C
../system-device-tree-xlnx clean
iwaveg35m
:
$(MAKE)
-C
../gcc aarch64-none-elf
...
...
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