| 1 | 1. 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]] |
| 2 | 2. 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]] |
| 3 | 3. Get the code from Eurocom repositories |
| 4 | |
| 5 | 4. Install necessary software |
| 6 | |
| 7 | 5. Compile the OAI code |
| 8 | |
| 9 | {{{ |
| 10 | oai |
| 11 | git pull |
| 12 | cd 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 | }}} |