Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
lizhongxiao
OpenXG-RAN
Commits
82f5bff3
Commit
82f5bff3
authored
Feb 06, 2014
by
ghaddab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5043
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
c044eeab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
targets/RTAI/USER/init_exmimo2.sh
targets/RTAI/USER/init_exmimo2.sh
+6
-0
No files found.
targets/RTAI/USER/init_exmimo2.sh
View file @
82f5bff3
...
...
@@ -6,6 +6,12 @@ if [ -z "$PCI" ]; then
return
fi
## This part corrects the wrong configuration of the endpoint done by the bios in some machines
echo
"
$PCI
"
|
while
read
config_reg
;
do
SLOT_NUMBER
=
`
echo
$config_reg
|
awk
-F
\"
'{print $1}'
`
setpci
-s
$SLOT_NUMBER
60.b
=
10
done
sudo
rmmod openair_rf
sudo
insmod
$OPENAIR_TARGETS
/ARCH/EXMIMO/DRIVER/eurecom/openair_rf.ko
sleep
1
...
...
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