Using pCP v10 with a second-hand Pi Zero W V1.1 consistently led to a kernel panic and fatal exception as soon as the CPU was loaded.
Same outcome with:
- different power supply, including an official one
- pCP v9.2
- piCore v15.0
However, pCP v8.2 is running fine.
Investigating the matter, it could be related to "recent" kernel updates (see raspberrypi/linux#5572), although I am not sure why.
Setting over_voltage=2 in conf.txt on the boot partition fixes the issue.
Using pCP v10 with a second-hand Pi Zero W V1.1 consistently led to a kernel panic and fatal exception as soon as the CPU was loaded.
Same outcome with:
However, pCP v8.2 is running fine.
Investigating the matter, it could be related to "recent" kernel updates (see raspberrypi/linux#5572), although I am not sure why.
Setting
over_voltage=2inconf.txton the boot partition fixes the issue.