Stefal / rtkbase

Your own GNSS base station for RTK localization with a Web GUI
GNU Affero General Public License v3.0
467 stars 113 forks source link

str2str file not found after 2.5 to 2.6 update (Raspberry Pi 4) #418

Closed Stefal closed 1 week ago

Stefal commented 1 month ago

Describe the bug After a 2.5 to 2.6 update, the main service doesn't work anymore

Software/Hardware (please complete the following information):

Additional context During the 2.5 to 2.6 update, the script copy the aarch64 files from /tools/bin/rtklib_b34j/aarch64 but these binaries don't run.

workaround: after the update, ssh to the Pi, delete the /tools/bin/rtklib* folders, then launch sudo ~/rtkbase/tools/install.sh --rtklib

thebiggestgit commented 1 month ago

Thanks, tried your workaround above worked for me on RPI4 from the 2.5 image linked on your main page to 2.6. Appears I have the same GNSS receiver too, a U-blox_ZED-F9P connected via USB.

Stefal commented 1 month ago

Note for me: During the next update, test the str2str -h exit code, and compil rtklib if the exit code is not 0.

JonathanRubiero commented 3 weeks ago

I faced the same issue, and the workaround mentionned worked fine ! (Raspberry Pi 5)