Changes between Initial Version and Version 1 of Documentation/Short/CompileOAI


Ignore:
Timestamp:
Oct 30, 2015, 10:57:13 AM (9 years ago)
Author:
wontoniii
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Short/CompileOAI

    v1 v1  
     11. Load the image with the !OpenAirInterface code on the nodes. After imaging the nodes are '''turned off automatically'''. [[CollapsibleStart(omf load -i oai-nos1.ndz -t all)]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]]
     22. Turn ON the nodes that successfully imaged (give them some time and check their status with '''omf stat''' before proceeding). [[CollapsibleStart(omf tell -a on -t all)]][[Include(Documentation/Short/TellOn)]][[CollapsibleEnd]]
     33. Get the code from Eurocom repositories
     4
     54. Install necessary software
     6
     75. Compile the OAI code
     8
     9{{{
     10oai
     11git pull
     12cd cmake_targets
     13./build_oai -I --install-optional-packages -w USRP
     14
     15#If updating eNB
     16./build_oai --eNB -C -w USRP
     17
     18#If updating UE
     19./build_oai --UE -C -w USRP
     20}}}