-
Notifications
You must be signed in to change notification settings - Fork 72
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
Fresh install unsing script on Rpi5 inop - current plotly lib will break installations #155
Comments
I'm seeing this error in the logs:
Looks like these attributes were removed from plotly: Unsure if its THE error causing port 8080 not to come up. Testing using the kraken_test -d0 shows my whole setup is working right hardware wise. |
I modified the container image to build on the RPI5/CM5 as well. Still getting the same error inside the container:
|
Okay - so this is because a function was removed from plotly in the latest versions. All new installations should probably break under this model. This script has been modified to revert to an earlier version of plotly and now function resumes. |
Thanks for catching that depreciation. I've pinned plotly in the install scripts now. |
I'm running the latest Rpi5 factory 64 bit image and i'm not getting a working install.
The system never starts listening on port 8080. I do get listening on port 8081.
Nothing is listening on 8080 already either.
Steps:
Install Raspbian 64 bit latest on RPI5.
Create krakensdr user.
Set password.
Run this script set:
wget https://raw.githubusercontent.com/krakenrf/krakensdr_docs/main/install_scripts/krakensdr_aarch64_install_doa.sh sudo chmod +x krakensdr_aarch64_install_doa.sh ./krakensdr_aarch64_install_doa.sh
Then cd to the kraken_doa directory and run the start script.
I can see my device in lsusb just fine.
Heimdall logs. show the system calibrating itself for example, so I think the Heimdall side is working.
Thoughts?
The text was updated successfully, but these errors were encountered: