Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] ARM64 Image #71

Merged
merged 57 commits into from
Jan 15, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
bc62178
initial updates
luigifcruz Oct 4, 2021
2d1b209
disable X86 SIMD for uhd
luigifcruz Oct 4, 2021
8075c87
add dependencies to hackrf
luigifcruz Oct 4, 2021
3c9760b
Merge branch 'v6.0' of github.com:luigifcruz/pisdr-image into v6.0
luigifcruz Oct 4, 2021
5a2a82f
replace swig with pybind
luigifcruz Oct 4, 2021
467e1bb
add gnuradio 3.9 dependencies
luigifcruz Oct 4, 2021
8ef82d0
Install pybind11 via pip
luigifcruz Oct 5, 2021
e115f2d
compile pybind11 from source
luigifcruz Oct 7, 2021
3b890d6
fix volk build script perm
luigifcruz Oct 7, 2021
d5ded70
ignore apt packages for dump1090
luigifcruz Oct 7, 2021
904c5cf
fix dpkg ignore dependencies
luigifcruz Oct 7, 2021
3dba012
Merge branch 'master' into v6.0
luigifcruz Oct 7, 2021
39136d2
remove dump1090
luigifcruz Oct 7, 2021
faef69c
update foxtelem
luigifcruz Oct 7, 2021
f909436
update foxtelem filename
luigifcruz Oct 7, 2021
4ed63af
upgrade to bullseye
luigifcruz Nov 9, 2021
ed3369a
change i386 to arm32v7 docker
luigifcruz Nov 9, 2021
5b977b7
revert arch detection
luigifcruz Nov 9, 2021
bfd5ced
use native docker image to build
luigifcruz Nov 9, 2021
46cb3da
Add missing dependency.
luigifcruz Nov 9, 2021
8daabe2
fix dependency
luigifcruz Nov 9, 2021
975cb05
add dependency
luigifcruz Nov 9, 2021
e1a2608
Fix dependencies.
luigifcruz Nov 10, 2021
b43bfbe
add raspi-config package
luigifcruz Nov 10, 2021
5eb43c8
update packages to bullseye
luigifcruz Dec 12, 2021
6ba1c33
add missing packages
luigifcruz Dec 12, 2021
767b1a9
remove pip install of ninja and cmake
luigifcruz Dec 12, 2021
184918c
set uhd arch to armhf
luigifcruz Dec 12, 2021
6311e0f
nuke python2
luigifcruz Dec 12, 2021
c85e29e
change armhf to armv6-m
luigifcruz Dec 12, 2021
872bff0
add hardware float to the armv6 flags
luigifcruz Dec 12, 2021
b501c13
tweak armv6 build
luigifcruz Dec 12, 2021
1ceb9e8
disable neon for armv6
luigifcruz Dec 12, 2021
cf8ff23
fix rtlsdr-airband build
luigifcruz Dec 12, 2021
7852180
Initial ARM64 Support
luigifcruz Dec 17, 2021
3d5535a
remove gpg from rpi
luigifcruz Dec 17, 2021
1b07388
add gnupg
luigifcruz Dec 17, 2021
8c3fb5d
Update packages.
luigifcruz Dec 17, 2021
478b100
Fix packages arch.
luigifcruz Dec 17, 2021
0a6121d
Enable multithreaded XZ.
luigifcruz Dec 17, 2021
eb7c6a6
add neon flag
luigifcruz Dec 17, 2021
5f1b2d8
Fix limesuite bug.
luigifcruz Dec 17, 2021
56d915f
patch cpu_features for arm64
luigifcruz Dec 17, 2021
6e94a08
fix branch of volk
luigifcruz Dec 18, 2021
991a652
update cmake command of volk
luigifcruz Dec 18, 2021
23e8c2c
add debug points
luigifcruz Dec 18, 2021
107d7d8
clean debug
luigifcruz Dec 18, 2021
8478659
turn cpu_features off
luigifcruz Dec 18, 2021
91ee853
add debug
luigifcruz Dec 18, 2021
0bf7e18
Remove setarch.
luigifcruz Dec 18, 2021
bb83cfc
delete ld preload
luigifcruz Dec 18, 2021
afc4361
remove preload thingy
luigifcruz Dec 20, 2021
fafdfcb
merge v6.0 changes
luigifcruz Dec 31, 2021
ef4e2ed
Merge branch 'master' into arm64
luigifcruz Dec 31, 2021
e1bf856
Delete inspectrum.desktop
luigifcruz Dec 31, 2021
10cbbf1
update sdrplay driver to arm64
luigifcruz Dec 31, 2021
38e9535
Fix hostname address #73.
luigifcruz Jan 6, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix packages arch.
  • Loading branch information
luigifcruz committed Dec 17, 2021
commit 478b100509466eed55a480e6e37a6ab2cbe62c65
5 changes: 1 addition & 4 deletions stage4/05-pisdr-uhd/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ fi
cd uhd/host
mkdir -p build
cd build
cmake -DCMAKE_CXX_FLAGS:STRING="-march=armv6z -mtune=arm1176jzf-s -mfpu=vfp -mfloat-abi=hard -Wno-psabi" \
-DCMAKE_C_FLAGS:STRING="-march=armv6z -mtune=arm1176jzf-s -mfpu=vfp -mfloat-abi=hard -Wno-psabi" \
-DCMAKE_ASM_FLAGS:STRING="-march=armv6z -mtune=arm1176jzf-s -mfpu=vfp -mfloat-abi=hard " \
-GNinja -DNEON_SIMD_ENABLE=OFF -DCMAKE_BUILD_TYPE=Release ../
cmake -GNinja -DNEON_SIMD_ENABLE=ON -DCMAKE_BUILD_TYPE=Release ../
ninja install
cp /usr/local/lib/uhd/utils/uhd-usrp.rules /etc/udev/rules.d/
ldconfig
Expand Down
2 changes: 1 addition & 1 deletion stage4/27-pisdr-airband/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ ! -d "RTLSDR-Airband" ]; then
fi

cd RTLSDR-Airband
export PLATFORM=armv7-generic
export PLATFORM=armv8-generic
export WITH_SOAPYSDR=1
mkdir -p build
cd build
Expand Down