-
Notifications
You must be signed in to change notification settings - Fork 86
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
cant install, system falling #151
Comments
How much storage do you have? What OS and which Pi model are you using?
Robert Crowley
…On Wed, Nov 15, 2023, 12:01 PM mrakyhub ***@***.***> wrote:
Hi
Im trying to install, clone from git, then ./install.sh
I try twice, once with sudo, system is falling. I must use power button on
adaper, to run raspi again. It is possible not enough place on my raspberry
os? how much it need?
—
Reply to this email directly, view it on GitHub
<#151>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLUDVEGZRUBMEHBZNVC7Y3YETYP3AVCNFSM6AAAAAA7M2CMS6VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE4TKMJXHA2TMOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I try a fresh installation , and finished with error " pending for a unfinished operations". here is last lines.. |
@mrakyhub Hey please check out issue #127 all the fixes and work arounds are listed there. For the error in your comment you have edit the file /home/mraky/aasdk/src/Transport/SSLWrapper.cpp and scroll a little down until you see "set_FIPS_mode(0)" and remove that line. After that you have to rerun the install.sh until you get another error for "qt-gstreamer". After that you need find and edit the file /qt-gstreamer/elements/gstqtvideosink/gstqtvideosingplugin.h - scroll down to line 30, and remove the word "volatile" but leave the rest of the line. I forgot the exact location of the file but i should be somewhere in the directory you cloned opendash. After that run the install.sh again and it should complete. Go to the /dash/bin folder and run ./dash.sh If you get a white screen after you connect you phone all you need to do is unplug your phone, go into the settings icon on the top right of open auto tab and scroll down and disable "RTaudio" and the white screen will be fixed. You can either leave it disabled or re-enable RTaudio after the white screen is gone but after reboot you will have to do it again. if you leave it disabled it you wont have to do it after reboot. |
Hi
Im trying to install, clone from git, then ./install.sh
I try twice, once with sudo, system is falling. I must use power button on adaper, to run raspi again. It is possible not enough place on my raspberry os? how much it need?
The text was updated successfully, but these errors were encountered: