-
Notifications
You must be signed in to change notification settings - Fork 100
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
bootloop #818
Comments
Try to change the sd card if you have another. The watermark are in /home/app. It's a folder inside the flash memory of the cam, not in the sd. |
I'll try with another card and I will post the result. So I need to to access via ftp or ssh. Once replaced the bmp files will remain after a reboot? Could I use a blank bmp with the same dimensions? |
Yes.
Yes. Until the next fw upgrade (Yi fw I mean).
No. Yi requires a 3 channels bmp, alpha channel is not supported. |
I am having the same but only when I change the ssh/ftp password. |
Tested with other microSD, same result. Once rebooted or cycle power supply generates boot loop. |
Yes, you can try. |
version v0.3.0 also generates boot loop after cycle power supply. |
rmm process doesn't start. Try to add a sleep 2 before rmm in system.sh
|
Like this? 193 LD_LIBRARY_PATH="/tmp/sd/yi-hack/lib:/lib:/usr/lib:/home/lib:/home/qigan/lib:/home/app/locallib:/tmp/sd:/tmp/sd/gdb" sleep 2 ./rmm & 231 LD_LIBRARY_PATH="/tmp/sd/yi-hack/lib:/lib:/usr/lib:/home/lib:/home/qigan/lib:/home/app/locallib:/tmp/sd:/tmp/sd/gdb" sleep 2 ./rmm & |
No, another line:
|
There was a Sleep 1 before 231 but no one before 193. I've added Sleep 2 before 193 and change Sleep 1 for Sleep 2 before line 231 and it looks it's working, no boot loop after cycle power supply. Now I can begin to try things as putting an static IP... Thanks to everyone. |
Check this commit: |
Setting the sleep to 2 works for me as well. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I've just installed 0.3.1 firmware Yi Dome Camera U (2K) h51ga.
If I make any change in setup and reboot the camera keeps rebooting.
If any take out power supply it does the same. Rewriting the SD Card makes the camera work again.
Besides, is there any way to remove watermark? I've read that main.bmp and sub.bmp are on /home/app but I cannot find that folder in the SD Card.
Thanks in advance.
The text was updated successfully, but these errors were encountered: