Hi, Ints M wrote,
Hello, I have noticed that reboot for raspberry pi 0 w does not fully work i.e. unit shuts down, but does not start-up again.
Haven't the chance to reproduce at the moment. My usb connector seems buggy so I can't access the device via USB keyboard. My access point isn't accessible. And it seems the WLAN hotspot on my phone isn't either.
How you reboot? With usb keyboard or via ssh? How you configured your wireless? With WPA2?
best regards Waldemar
Hi, Ints M wrote,
Hello, I've tried both local and ssh. Wireless is configured in menuconfig, it's WPA2.
Finally fixed. Rpi Kernel upstream renamed a watchdog related symbol and I did not see it. git pull for the fix. make menuconfig and exit to refresh your .config. It should contain BCM2835_WDT symbol afterwards. make and recreate your sd card should be enough.
Confirm if it fixes your reboot issue.
best regards Waldemar