Skip to content

Commit

Permalink
updated tsOS Base, support rtl 8822bu WiFi client
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashoechst committed Feb 21, 2024
1 parent f9f743d commit 9597cf2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tRackIT-OS.Pifile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Set default ARCH
: ${ARCH:=arm64}

FROM "https://github.com/tRackIT-Systems/tsOS-Base/releases/download/2024.01.2/tsOS-Base-${ARCH}-2024.01.2.zip"
FROM "https://github.com/tRackIT-Systems/tsOS-Base/releases/download/2024.02.3/tsOS-Base-${ARCH}-2024.02.3.zip"
TO "tRackIT-OS-${ARCH}.img"
PUMP 300M

Expand All @@ -22,6 +22,10 @@ RUN chown -R pi:pi /home/pi/
# Blacklist DVB-T driver
RUN tee -a /etc/modprobe.d/raspi-blacklist.conf <<<'blacklist dvb_usb_rtl28xxu'

# Install radiotracking dependencies
RUN apt-get install -y librtlsdr-dev
python3 -m pip install --break-system-packages dash

# Install radiotracking
RUN python3 -m pip install --break-system-packages -e /home/pi/pyradiotracking
RUN systemctl enable radiotracking.service
Expand Down

0 comments on commit 9597cf2

Please sign in to comment.