Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
3225aac6
Commit
3225aac6
authored
Nov 20, 2013
by
Huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@4444
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
2086e98d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
364 additions
and
364 deletions
+364
-364
targets/RTAI/USER/Makefile
targets/RTAI/USER/Makefile
+328
-328
targets/RTAI/USER/make_for_usrp.sh
targets/RTAI/USER/make_for_usrp.sh
+36
-36
No files found.
targets/RTAI/USER/Makefile
View file @
3225aac6
...
@@ -310,7 +310,7 @@ cleanalmostall: clean
...
@@ -310,7 +310,7 @@ cleanalmostall: clean
rm
-rf
synctest_eNB synctest_UE
rm
-rf
synctest_eNB synctest_UE
cleanall
:
clean cleanasn1
cleanall
:
clean cleanasn1
rm
-rf
condtest synctest lte-softmodem
rm
-rf
condtest synctest lte-softmodem
lte-softmodem-usrp
rm
-rf
synctest_eNB synctest_UE
rm
-rf
synctest_eNB synctest_UE
show
:
show
:
...
...
targets/RTAI/USER/make_for_usrp.sh
View file @
3225aac6
...
@@ -14,20 +14,20 @@ sudo sysctl -w net.core.rmem_max=50000000
...
@@ -14,20 +14,20 @@ sudo sysctl -w net.core.rmem_max=50000000
############## rtai modules ###################
############## rtai modules ###################
if
test
\!
-c
/dev/rtai_shm
;
then
if
test
\!
-c
/dev/rtai_shm
;
then
mknod
-m
666 /dev/rtai_shm c 10 254
sudo mknod
-m
666 /dev/rtai_shm c 10 254
fi
fi
for
n
in
`
seq
0 9
`
;
do
for
n
in
`
seq
0 9
`
;
do
f
=
/dev/rtf
$n
f
=
/dev/rtf
$n
if
test
\!
-c
$f
;
then
if
test
\!
-c
$f
;
then
mknod
-m
666
$f
c 150
$n
sudo mknod
-m
666
$f
c 150
$n
fi
fi
done
done
modprobe rtai_hal
sudo
modprobe rtai_hal
modprobe rtai_sched
sudo
modprobe rtai_sched
modprobe rtai_fifos
sudo
modprobe rtai_fifos
modprobe rtai_sem
sudo
modprobe rtai_sem
modprobe rtai_mbx
sudo
modprobe rtai_mbx
modprobe rtai_msg
sudo
modprobe rtai_msg
############## make ###################
############## make ###################
make lte-softmodem-usrp
NAS
=
1
USRP
=
1
XFORMS
=
1
RTAI
=
1
HARD_RT
=
1
#DRIVER2013=1
make lte-softmodem-usrp
NAS
=
1
USRP
=
1
XFORMS
=
1
RTAI
=
1
HARD_RT
=
1
#DRIVER2013=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