We are putting rpis in one of our products and we have a few dozens of units already in use. We currently observe a very annoying problem - whenever it shuts down or is issued reboot
it won't boot back up.
We have examined a few cases, which is not the easiest task in the world because our product needs to be disassembled in order to access the pi, and we found out that it gets stuck on the rainbow screen and nothing happens - no LEDs.
We found out that the cause of this is apparently a corrupted kernel.img
file, so I copied both kernel.img
and kernel7.img
from a working unit and replaced them after which the pi booted.
We are looking for the cause of this problem, because we continue observing it and it is making our product unturnoffable(?), which is unacceptable.
We are running Raspbian GNU/Linux 9 (stretch)
on Raspberry Pi Zero W (1 GHz) with Kodak 32GB class 10 SD cards.
poweroff
orreboot
commands, power is never cut off while the pi is working. Read-only fs will not work for us because it is used to record things while in use. – php_nub_qq Dec 28 '21 at 16:30