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

Not working at all in Raspberry Pi 1 model B+ ? #427

Open
flyingsurveyor opened this issue Aug 28, 2024 · 2 comments
Open

Not working at all in Raspberry Pi 1 model B+ ? #427

flyingsurveyor opened this issue Aug 28, 2024 · 2 comments

Comments

@flyingsurveyor
Copy link

flyingsurveyor commented Aug 28, 2024

Hi!
I have got an old raspberry model B+
I've tried several times to install Rtkbase on it.
Tried with a fresh image of Raspberry pi os (Bookworm, complete and lite versions). Tried with the iso image that you recommend here.
Nope.
Services seem not loading or starting, they seem not exist at all ("rtkbase_web.service not found").
I tried to change ports on my router, I tried the manual installation. I tried using smartphone hotspot... Nope....
Absolutely no error when install....
The strange fact is that I already use rtklib on this old raspberry board, in particular str2str or for ubx logging with python codes....
My two boards ardusimple zed-f9p (I have two of them) are recognized and working properly... In fact they were recognized during the rtkbase installation phase....
For now the only result obtained are the parameters of my boards completely ravaged and changed......
Not a problem anyway... Luckily I've backup configuration files...

Could it be that this old Raspberry model is absolutely not compatible? Could be I'm wrong with something?

I think yours is a very cool project and I would like to test hard it in fields since my main job and great passion is land surveying and topography...
Thanks and sorry for wasting your time replying to me.

@DavideLentini
Copy link

Hey , i don't know if is still interesting to you , but i'ts an hell also for me , installing all the stuff in my Rpi 2 Model B. I came to a conclusion with a sh script that maybe (maybe...) can install all the thing . But my advice is , just buy an RPi5

@DavideLentini
Copy link

And after a 3 hour , this script made all the thing work :

sudo apt update
sudo apt install python3-pip
sudo apt upgrade
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
export CARGO_HOME=$HOME/.cargo
export PATH=$CARGO_HOME/bin:$PATH
pip install cryptography
sudo apt-get install pkg-config
sudo apt-get install libjpeg-dev zlib1g-dev
python3 -m pip install Pillow
pip  install --upgrade pip setuptools 
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev cargo pkg-config
#INSTALL RTKBASE 
wget https://raw.githubusercontent.com/Stefal/rtkbase/master/tools/install.sh -O install.sh
chmod +x install.sh
sudo ./install.sh --all release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants