Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scalp_petalinux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
soma
scalp_petalinux
Commits
bea2fb01
Commit
bea2fb01
authored
4 years ago
by
joachim.schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Adding tags and modifying the README.md file.
parent
48b0ea04
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+23
-1
23 additions, 1 deletion
README.md
bsp/SCALP-SAFE-FIRMWARE-BSP-V0.01.bsp
+0
-0
0 additions, 0 deletions
bsp/SCALP-SAFE-FIRMWARE-BSP-V0.01.bsp
scalp_safe_petalinux/SCALP-SAFE-FIRMWARE-BSP-V0.01.bsp
+0
-0
0 additions, 0 deletions
scalp_safe_petalinux/SCALP-SAFE-FIRMWARE-BSP-V0.01.bsp
with
23 additions
and
1 deletion
README.md
+
23
−
1
View file @
bea2fb01
...
...
@@ -43,15 +43,37 @@ In my case /<XILINX\_INSTALL\_FOLDER>/ corresponds to /tools/Xilinx/.
*
Package the PetaLinux project into a BSP.
*
Test the BSP by running directly and by creating a new project.
### Clone of the GIT Scalp
PetaLinux
repository
### Clone of the GIT Scalp
Firmware
repository
(HDL)
```
$ git https://gitedu.hesge.ch/soma/scalp_firmware.git
$ git checkout SCALP-SAFE-v0.01
```
### FPGA scalp_safe_firmware creation
```
$ cd <SCALP_PROJECT_FOLDER>/scalp_firmware/designs/vivado/scalp_safe_firmware/2020.2/lin64/
$ source setup.sh
$ create_project
$ gen_bitstream
$ export_hw
or
$ open_gui
and File -> Export -> Export Hardware -> include bitstream
```
### Clone of the GIT Scalp PetaLinux repository
```
$ git clone https://gitedu.hesge.ch/soma/scalp_petalinux.git
$ git checkout SCALP-SAFE-v0.01
```
### Create new Petalinux project from a BSP
```
$ cd <SCALP_PROJECT_FOLDER>/scalp_petalinux/
$ petalinux-create --type project -s <path-to-bsp> --name <PROJECT NAME>
$ cd <PROJECT NAME>
```
...
...
This diff is collapsed.
Click to expand it.
bsp/SCALP-SAFE-FIRMWARE-BSP-V0.01.
BSP.
bsp
→
bsp/SCALP-SAFE-FIRMWARE-BSP-V0.01.bsp
+
0
−
0
View file @
bea2fb01
File moved
This diff is collapsed.
Click to expand it.
scalp_safe_petalinux/SCALP-SAFE-FIRMWARE-BSP-V0.01.
BSP.
bsp
→
scalp_safe_petalinux/SCALP-SAFE-FIRMWARE-BSP-V0.01.bsp
+
0
−
0
View file @
bea2fb01
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment