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
18da2734
Commit
18da2734
authored
Feb 28, 2020
by
Gabriele Perrone
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dreibh/apt-auth-fix' into develop_integration_w08
parents
a92f44e6
0422df9d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
cmake_targets/tools/build_helper
cmake_targets/tools/build_helper
+5
-5
targets/ARCH/ADRV9371_ZC706/SYRTEM_IQ_uninstall_previous_SW.sh
...ts/ARCH/ADRV9371_ZC706/SYRTEM_IQ_uninstall_previous_SW.sh
+1
-1
No files found.
cmake_targets/tools/build_helper
View file @
18da2734
...
@@ -296,8 +296,8 @@ check_install_usrp_uhd_driver(){
...
@@ -296,8 +296,8 @@ check_install_usrp_uhd_driver(){
x=$((x + 1))
x=$((x + 1))
done
done
$SUDO apt-get update
$SUDO apt-get update
$SUDO apt-get -y
--allow-unauthenticated
install python python-tk libboost-all-dev libusb-1.0-0-dev
$SUDO apt-get -y install python python-tk libboost-all-dev libusb-1.0-0-dev
$SUDO apt-get -y
--allow-unauthenticated
install libuhd-dev libuhd003 uhd-host
$SUDO apt-get -y install libuhd-dev libuhd003 uhd-host
elif [[ "$OS_BASEDISTRO" == "fedora" ]]; then
elif [[ "$OS_BASEDISTRO" == "fedora" ]]; then
$SUDO $INSTALLER -y install python boost libusb-devel libusbx-devel boost-devel python-mako python-docutils cmake
$SUDO $INSTALLER -y install python boost libusb-devel libusbx-devel boost-devel python-mako python-docutils cmake
$SUDO -H pip install requests
$SUDO -H pip install requests
...
@@ -367,9 +367,9 @@ check_install_bladerf_driver(){
...
@@ -367,9 +367,9 @@ check_install_bladerf_driver(){
$SUDO add-apt-repository -y ppa:bladerf/bladerf
$SUDO add-apt-repository -y ppa:bladerf/bladerf
$SUDO apt-get update
$SUDO apt-get update
fi
fi
$SUDO apt-get install -y
--allow-unauthenticated
bladerf libbladerf-dev
$SUDO apt-get install -y bladerf libbladerf-dev
$SUDO apt-get install -y
--allow-unauthenticated
bladerf-firmware-fx3
$SUDO apt-get install -y bladerf-firmware-fx3
$SUDO apt-get install -y
--allow-unauthenticated
bladerf-fpga-hostedx40
$SUDO apt-get install -y bladerf-fpga-hostedx40
elif [[ "$OS_BASEDISTRO" == "fedora" ]]; then
elif [[ "$OS_BASEDISTRO" == "fedora" ]]; then
install_bladerf_driver_from_source
install_bladerf_driver_from_source
else
else
...
...
targets/ARCH/ADRV9371_ZC706/SYRTEM_IQ_uninstall_previous_SW.sh
View file @
18da2734
...
@@ -4,7 +4,7 @@ MODULE="riffa"
...
@@ -4,7 +4,7 @@ MODULE="riffa"
KERNEL_VERSION
=
$(
uname
-r
)
KERNEL_VERSION
=
$(
uname
-r
)
RHR
=
/etc/redhat-release
RHR
=
/etc/redhat-release
sudo
apt-get
install
-y
--allow-unauthenticated
linux-headers-
`
uname
-r
`
sudo
apt-get
install
-y
linux-headers-
`
uname
-r
`
if
lsmod |
grep
"
$MODULE
"
&> /dev/null
;
then
if
lsmod |
grep
"
$MODULE
"
&> /dev/null
;
then
echo
"Previous SYRIQ is loaded!"
echo
"Previous SYRIQ is loaded!"
...
...
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