Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Simple PCIe FMC carrier SPEC
Manage
Activity
Members
Labels
Plan
Issues
50
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Simple PCIe FMC carrier SPEC
Commits
3fe0d249
Commit
3fe0d249
authored
5 years ago
by
Federico Vaga
Browse files
Options
Downloads
Plain Diff
Merge branch 'release/v1.4.7'
parents
af65440f
4feaba67
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+7
-0
7 additions, 0 deletions
CHANGELOG.rst
doc/sw-driver.rst
+7
-3
7 additions, 3 deletions
doc/sw-driver.rst
with
14 additions
and
3 deletions
CHANGELOG.rst
+
7
−
0
View file @
3fe0d249
...
...
@@ -2,6 +2,13 @@
Changelog
=========
[1.4.7] 2020-01-15
==================
Fixed
-------
- [doc] sysfs paths were wrong
- [doc] incomplete driver loading list of commands
[1.4.6] 2020-01-13
==================
Changed
...
...
This diff is collapsed.
Click to expand it.
doc/sw-driver.rst
+
7
−
3
View file @
3fe0d249
...
...
@@ -2,7 +2,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2019-2020 CERN
.. _spec_driver:
SPEC Driver(s)
...
...
@@ -132,6 +131,11 @@ If you did not install the drivers you can use `insmod(8)`_ and `rmmod(8)`_.
In this case is useful to know what drivers to load (dependencies) and their
(un)loading order.::
# typically part of the distribution
modprobe at24
modprobe mtd
modprobe m25p80
# from OHWR
insmod /path/to/fmc-sw/drivers/fmc/fmc.ko
insmod /path/to/general-cores/software/htvic/drivers/htvic.ko
insmod /path/to/general-cores/software/i2c-ocores/drivers/i2c/busses/i2c-ocores.ko
...
...
@@ -221,9 +225,9 @@ attributes. Here we focus only on those.
you can provide your own path by setting it in
``/sys/module/firmware_class/parameters/path``.
``<pci-id>/csr_regs`` [R]
``<pci-id>/
spec-<pci-id>/
csr_regs`` [R]
It dumps the Control/Status register for
the :ref:`SPEC base<spec_hdl_spec_base>`
``<pci-id>/build_info`` [R]
``<pci-id>/
spec-<pci-id>/
build_info`` [R]
It shows the FPGA configuration synthesis information
This diff is collapsed.
Click to expand it.
Preview
0%
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