Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
1
Merge Requests
1
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-RAN
Commits
80fb09ba
Commit
80fb09ba
authored
Mar 03, 2026
by
Reem Bahsoun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build BladeRF strictly from source.
To avoid version mismatch between built Docker image and BladeRF FW.
parent
46b76706
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
11 deletions
+7
-11
cmake_targets/tools/build_helper
cmake_targets/tools/build_helper
+7
-11
No files found.
cmake_targets/tools/build_helper
View file @
80fb09ba
...
@@ -338,7 +338,7 @@ install_bladerf_driver_from_source(){
...
@@ -338,7 +338,7 @@ install_bladerf_driver_from_source(){
rm -rf /tmp/bladeRF
rm -rf /tmp/bladeRF
git clone https://github.com/Nuand/bladeRF.git
git clone https://github.com/Nuand/bladeRF.git
cd bladeRF
cd bladeRF
git checkout tags/20
16.06
git checkout tags/20
25.10
mkdir -p build
mkdir -p build
cd build
cd build
$CMAKE ../
$CMAKE ../
...
@@ -350,14 +350,12 @@ install_bladerf_driver_from_source(){
...
@@ -350,14 +350,12 @@ install_bladerf_driver_from_source(){
check_install_bladerf_driver(){
check_install_bladerf_driver(){
if [[ "$OS_BASEDISTRO" == "debian" ]]; then
if [[ "$OS_BASEDISTRO" == "debian" ]]; then
$SUDO apt-get install -y bladerf libbladerf-dev
$SUDO apt-get update
$SUDO apt-get install -y bladerf-firmware-fx3
$SUDO apt-get install -y libcurl4-openssl-dev
$SUDO apt-get install -y bladerf-fpga-hostedx40
elif [[ "$OS_BASEDISTRO" == "fedora" ]]; then
elif [[ "$OS_BASEDISTRO" == "fedora" ]]; then
$SUDO dnf -y install libcurl-devel
install_bladerf_driver_from_source
fi
else
install_bladerf_driver_from_source
echo_error "BladeRF Installer for OAI does not support automatic build. Install BladeRF compiling sources manually from BladeRF website"
fi
}
}
check_install_lmssdr_driver(){
check_install_lmssdr_driver(){
...
@@ -371,8 +369,6 @@ check_install_lmssdr_driver(){
...
@@ -371,8 +369,6 @@ check_install_lmssdr_driver(){
echo_info "https://wiki.myriadrf.org/Lime_Suite"
echo_info "https://wiki.myriadrf.org/Lime_Suite"
echo_fatal "Cannot compile lmssdr device"
echo_fatal "Cannot compile lmssdr device"
fi
fi
}
}
install_soapy_from_source(){
install_soapy_from_source(){
...
...
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