Commit e69afaad authored by Huang's avatar Huang

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4444 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 83f6a835
...@@ -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:
......
...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment