0

This is mainly a note to self after taking way too long to find a solution to my issue:

After updating my Raspberry Pi 3B (that runs Z-Wave JS UI for Domoticz, and with an Aeotec Z-Stick Gen5 plugged in) with any kernel > 6.1.x, it would freeze a few seconds/minutes after boot.

breversa
  • 151
  • 1
  • 1
  • 8

1 Answers1

1

Solution:

  1. Unplug your Aeotec Z-Stick and reboot your Raspberry Pi.
  2. Roll back to the latest 6.1.x kernel by running: sudo rpi-update af3ab905d42
  3. Reboot.

Source: This post under Raspberry Pi 3B+ Upgrades breaks ZwaveJS-UI Container #3880

… which points to Moving Linux Kernel to 6.6.

Current list of firmware commits in case you want to rollback to a given version.

Greenonline
  • 2,969
  • 5
  • 27
  • 38
breversa
  • 151
  • 1
  • 1
  • 8