Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-Install
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
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-Install
Commits
3483a81c
Commit
3483a81c
authored
Feb 23, 2022
by
Fang-WANG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add oxg driver and update sources.list
parent
3eb0b118
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
5 deletions
+13
-5
README.txt
README.txt
+9
-1
dma_ip_drivers.tar
dma_ip_drivers.tar
+0
-0
install.sh
install.sh
+4
-0
sources.list
sources.list
+0
-4
No files found.
README.txt
View file @
3483a81c
OPENXG/OAI ENV install repo
OPENXG/OAI ENV install repo
Created by wf
Created by wf
1. apt update and upgrade
1. apt update and upgrade
```shell
sudo apt update
sudo apt update
sudo apt upgrade
sudo apt upgrade
```
if there are errors, use local sources.list to replace then update and upgrade again.
if there are errors, use local sources.list to replace then update and upgrade again.
```shell
sudo mv /etc/apt/sources.list /etc/apt/sources.list.bak
sudo mv /etc/apt/sources.list /etc/apt/sources.list.bak
sudo cp ./sources.list /etc/apt/sources.list
sudo cp ./sources.list /etc/apt/sources.list
sudo apt update
sudo apt update
sudo apt upgrade
sudo apt upgrade
```
if there are GPG errors, like "NO_PUBKEY 7EA0A9C3F273FCD8", run below command and then update and upgrade again.
if there are GPG errors, like "NO_PUBKEY 7EA0A9C3F273FCD8", run below command and then update and upgrade again.
```shell
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7EA0A9C3F273FCD8
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7EA0A9C3F273FCD8
sudo apt update
sudo apt update
sudo apt upgrade
sudo apt upgrade
```
2. install develop environment
2. install develop environment
./install.sh
```shell
sudo ./install.sh
```
dma_ip_drivers.tar
0 → 100755
View file @
3483a81c
File added
install.sh
View file @
3483a81c
#!/bin/sh
#!/bin/sh
sudo rm
-rf
/tmp/oai_install
sudo rm
-rf
/tmp/oai_install
sudo rm
-rf
/tmp/dma_ip_drivers
sudo rm
-rf
/tmp/uhd_3.15_install
sudo rm
-rf
/tmp/uhd_3.15_install
tar
-xzf
uhd_install_3.15.tar
-C
/tmp
tar
-xzf
uhd_install_3.15.tar
-C
/tmp
tar
-xzf
dma_ip_drivers.tar
-C
/tmp
tar
-xzf
oai_install.08.14.tar
-C
/tmp
tar
-xzf
oai_install.08.14.tar
-C
/tmp
cd
/tmp/oai_install/
cd
/tmp/oai_install/
./install
./install
./install2
./install2
cd
/tmp/dma_ip_drivers
./install.sh
cd
/tmp/uhd_3.15_install
cd
/tmp/uhd_3.15_install
./install_uhd
./install_uhd
sources.list
View file @
3483a81c
...
@@ -48,7 +48,3 @@ deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted
...
@@ -48,7 +48,3 @@ deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted
deb http://mirrors.aliyun.com/ubuntu/ bionic-security universe
deb http://mirrors.aliyun.com/ubuntu/ bionic-security universe
# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
deb http://mirrors.aliyun.com/ubuntu/ bionic-security multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-security multiverse
# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable
# deb-src [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable
deb https://pkg.jenkins.io/debian-stable binary/
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