-
Notifications
You must be signed in to change notification settings - Fork 112
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
reboot loop h201c (dome1080p / bfus) #556
Comments
The message "rcd may crashed" happens very frequently. |
ok. I'll try to find time to do that. Can I do something clever like bisecting the image versions instead of upgrading with each image ? |
There are 2 different tests: |
I had few mins available yesterday. I found out that:
|
There is a watchdog script (wdrtsp.sh) that monitors rmm and reboot the cam if rmm dies. |
iirc, I've already disabled the wdrtsp (one of the first thing I did when getting the reboot loop). The rmm process is not dying, but it's doesn't seem to work either... And it's this rmm process which is calling reboot, not something else |
btw, I'm seeing in the logs a bunch of "invalid msg" from dispatch. Is there some doc about all that stuff ? |
No docs sorry... |
Does anyone has a mtd4 partition backup? I have the same problem |
Probably you have a different cam. |
I knew that, but it must have been corrupted, which is why the camera kept rebooting in a loop. |
I fear this bug will have to be closed. I tried last week to boot again my cam but it wouldn't start. I've connected cables to the serial port and nothing is showing. I guess the cam is dead :( |
mtd4 is different for each cam. |
After updating from 0.4.7 to 0.5.5, I'm getting a reboot loop.
Finally, found time to look at that. For now, in
/tmp/log.txt
, the last message is "rcd may crashed".Digging a little bit more, I guess it's
rcd
ismp4record
.I can see it in
ps
at boot, so either it's crashing later or there's communication issue betweendispatch
andmp4record
(over the
ipc_rcd
file?).Not sure what would be the next step. Any hint of what to do next ?
While it may be a hardware bug, I find it unlikely as the issue appeared after the 0.5.5 upgrade.
The text was updated successfully, but these errors were encountered: