Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spec-sw
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
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
This is an archived project. Repository and other project resources are read-only.
fmc-projects
spec
spec-sw
Commits
db49cc63
Commit
db49cc63
authored
12 years ago
by
Alessandro Rubini
Browse files
Options
Downloads
Patches
Plain Diff
doc: new binaries, minor things, marked as rc2
parent
ce1cae21
Branches
Branches containing commit
Tags
spec-sw-v2.0-rc2
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/spec-sw.in
+9
-10
9 additions, 10 deletions
doc/spec-sw.in
with
9 additions
and
10 deletions
doc/spec-sw.in
+
9
−
10
View file @
db49cc63
...
...
@@ -39,7 +39,7 @@
@titlepage
@title SPEC Software Support
@subtitle (@value
{
update-month
}
)
@subtitle
Version 2.0-rc2
(@value
{
update-month
}
)
@subtitle A driver for the SPEC card and its FMC modules
@author Alessandro Rubini for CERN (BE-CO-HT)
@end titlepage
...
...
@@ -89,7 +89,9 @@ set the following variables in your environment:
The top directory of the kernel sources for the version you
are going to run the driver under. I'm testing mostly with 3.4,
but this version compiles against Linux-2.6.30 and later ones.
but this version compiles against Linux-2.6.36 and later ones
(2.6.35 had a different interface for hardware timestamping,
so @i
{
fmc
}
and @i
{
spec
}
compile fine, but @i
{
wr-nic
}
does not.
@item CROSS
_
COMPILE
...
...
@@ -548,8 +550,8 @@ the @i{files} tab of the Open Hardware Repository. The direct
links are:
@example
http://www.ohwr.org/attachments/download/15
84
/wr
_
nic
_
dio.bin-2012-09-
13
http://www.ohwr.org/attachments/download/15
85
/wr
_
nic
_
dio-wrc.bin-2012-09-
13
http://www.ohwr.org/attachments/download/15
96
/wr
_
nic
_
dio.bin-2012-09-
20
http://www.ohwr.org/attachments/download/15
97
/wr
_
nic
_
dio-wrc.bin-2012-09-
20
@end example
The date is included in the binary name so we won't need to remove the
...
...
@@ -561,9 +563,9 @@ needed to run @i{wr-nic}:
@smallexample
cd /tmp
wget -O wr
_
nic
_
dio.bin
\
http://www.ohwr.org/attachments/download/15
84
/wr
_
nic
_
dio.bin-2012-09-
13
http://www.ohwr.org/attachments/download/15
96
/wr
_
nic
_
dio.bin-2012-09-
20
wget -O wr
_
nic
_
dio-wrc.bin
\
http://www.ohwr.org/attachments/download/15
85
/wr
_
nic
_
dio-wrc.bin-2012-09-
13
http://www.ohwr.org/attachments/download/15
97
/wr
_
nic
_
dio-wrc.bin-2012-09-
20
sudo mv wr
_
nic
_
dio wr
_
nic
_
dio-wrc /lib/firmware/fmc
@end smallexample
...
...
@@ -937,7 +939,7 @@ will be supported at module load time, not at runtime (for that please
use the UART
)
.
@item DIO support in @i
{
wr
-
nic
}
is missing some of the features listed
in @file
{
wr
-
dio.h
}
.
in @file
{
wr
-
dio.h
}
(
i.e., pulse trains and DAC control
)
>
@item DIO support should use interrupts to allow pulse trains to be generated
and timestamps to be collected without polling the FIFO.
...
...
@@ -945,9 +947,6 @@ and timestamps to be collected without polling the FIFO.
@item The @i
{
wr
-
nic
}
functionality should be completely detached from
the specific mezzanine. This is a longer
-
term desire.
@item The package should be verified with a wide range of kernel versions.
Currently I compiled and tested only under Linux
-
3
.
4
.
@end itemize
@c ##########################################################################
...
...
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