Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Raspi-Firmware Update nach bookworm Update [gelöst]

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Raspi-Firmware Update nach bookworm Update [gelöst]

    This topic has been deleted. Only users with topic management privileges can see it.
    • mickym
      mickym Most Active @Thomas Braun last edited by mickym

      @thomas-braun

      pi@mwhome:~ $ uname -a
      Linux mwhome 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023 aarch64 GNU/Linux
      

      Kann sein, dass das verkehrt ist, aber bislang kann ich keine Probleme feststellen

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • mickym
        mickym Most Active @Thomas Braun last edited by

        @thomas-braun Kann man einen Kernel mit apt wechseln?

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @mickym last edited by Thomas Braun

          @mickym

          Das ist ein alter Kernel. Vermutlich noch vom Buster Bullseye.
          Der aktuelle Bookworm-Kernel ist 6.1.58

          mickym 1 Reply Last reply Reply Quote 0
          • mickym
            mickym Most Active @Thomas Braun last edited by

            @thomas-braun sagte in Raspi-Firmware Update nach bookworm Update [gelöst]:

            Das ist ein alter Kernel. Vermutlich noch vom Buster.

            Na das kann eigentlich nicht sein - da ich unter bullseye komplett neu aufgebaut habe.

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • haus-automatisierung
              haus-automatisierung Developer Most Active last edited by

              Hier hat das auch schonmal jemand aufgeschlüsselt:

              https://gist.github.com/jauderho/6b7d42030e264a135450ecc0ba521bd8

              Ist wirklich recht viel zu tun und aufräumen. Da ist man mit einer Neuinstallation wahrscheinlich wirklich schneller und sauberer unterwegs. Und wer weiß, ob das vollständig ist...

              mickym Thomas Braun 2 Replies Last reply Reply Quote 1
              • Thomas Braun
                Thomas Braun Most Active @mickym last edited by

                @mickym sagte in Raspi-Firmware Update nach bookworm Update [gelöst]:

                Kann man einen Kernel mit apt wechseln?

                Ja, ich weiß aber nicht wie das bei Raspberry OS genau läuft. Wie gesagt, die booten da irgendwie über die Firmware. Und deswegen muss da der Dreiklang aus Firmware, EEPROM und Kernel passen.
                Und die Pakete wurden bei Bookworm irgendwie umbenannt.
                Gibt jetzt diverse 'linux-image-Pakete'.

                apt policy raspberrypi-firmware raspberrypi-kernel rpi-eeprom linux-image-*
                

                Haut dir die ganzen Dinger umme Ohren.

                1 Reply Last reply Reply Quote 0
                • mickym
                  mickym Most Active @haus-automatisierung last edited by

                  @haus-automatisierung Na die meisten Dinge - wenn ich den Thread so lese - habe ich ja schon gemacht - aber vielen Dank für den Link - da steht ja wie ma den Kernel upgraded.

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @haus-automatisierung last edited by

                    @haus-automatisierung sagte in Raspi-Firmware Update nach bookworm Update [gelöst]:

                    Und wer weiß, ob das vollständig ist...

                    Zumindest fehlt der Kernel für den RPi5 in seiner Liste. Aber die Anleitung ist glaube ich schon älter. Die kenne ich irgendwoher.

                    1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @mickym last edited by

                      @mickym sagte in Raspi-Firmware Update nach bookworm Update [gelöst]:

                      Na das kann eigentlich nicht sein - da ich unter bullseye komplett neu aufgebaut habe.

                      Und doch ist es der alte Kernel in alter Bezeichnung...

                      # Old kernel
                      # Linux raspberrypi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023 aarch64 GNU/Linux
                      # New kernel
                      # Linux raspberrypi 6.1.0-rpi4-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.54-1+rpt2 (2023-10-05) aarch64 GNU/Linux
                      

                      Ist genau deine Kernel-Version... 😉

                      mickym 1 Reply Last reply Reply Quote 0
                      • mickym
                        mickym Most Active @Thomas Braun last edited by

                        @thomas-braun

                        # Actually install the kernels. Make sure you pick the right version for your Pi
                        # sudo apt install linux-image-rpi-v8 linux-headers-rpi-v8      # 64bit
                        # sudo apt install linux-image-rpi-v7l linux-headers-rpi-v7l    # 32bit
                        # sudo apt install linux-image-rpi-v6 linux-headers-rpi-v6 
                        

                        Welcher ist nun der Richtige? Der v8? (was ist der v6?)

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @mickym last edited by

                          @mickym

                          Der alte Kernel ist im Paket 'raspberrypi-kernel' enthalten. Ist vermutlich bei dir noch installiert.

                          echad@chet:~ $ apt policy raspberrypi-kernel
                          raspberrypi-kernel:
                            Installed: (none)
                            Candidate: 1:1.20230405-1
                            Version table:
                               1:1.20230405-1 500
                                  500 http://archive.raspberrypi.com/debian bookworm/main arm64 Packages
                          echad@chet:~ $
                          
                          mickym 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @mickym last edited by

                            @mickym sagte in Raspi-Firmware Update nach bookworm Update [gelöst]:

                            Welcher ist nun der Richtige?

                            Hängt von deinem Prozessor ab.
                            v6 = Steinalte Raspberry
                            v7 = 32Bit-Kernel für RPi 3 und aktueller
                            v8 = 64Bit-Kernel für RPi 3 und aktueller
                            2712 = RPi5

                            mickym 1 Reply Last reply Reply Quote 0
                            • mickym
                              mickym Most Active @Thomas Braun last edited by

                              @thomas-braun Ja der ist installiert

                              sudo apt policy raspberrypi-kernel
                              raspberrypi-kernel:
                                Installiert:           1:1.20230405-1
                                Installationskandidat: 1:1.20230405-1
                                Versionstabelle:
                               *** 1:1.20230405-1 500
                                      500 http://archive.raspberrypi.org/debian bookworm/main arm64 Packages
                                      100 /var/lib/dpkg/status
                              

                              muss ich das eigentlich updaten?

                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • mickym
                                mickym Most Active @Thomas Braun last edited by

                                @thomas-braun sagte in Raspi-Firmware Update nach bookworm Update [gelöst]:

                                @mickym sagte in Raspi-Firmware Update nach bookworm Update [gelöst]:

                                Welcher ist nun der Richtige?

                                Hängt von deinem Prozessor ab.
                                v6 = Steinalte Raspberry
                                v7 = 32Bit-Kernel für RPi 3 und aktueller
                                v8 = 64Bit-Kernel für RPi 3 und aktueller
                                2712 = RPi5

                                Ok dann v8

                                1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @mickym last edited by Thomas Braun

                                  @mickym sagte in Raspi-Firmware Update nach bookworm Update [gelöst]:

                                  muss ich das eigentlich updaten?

                                  Das Paket kannst du nicht updaten, es gibt keine höhere Version als die, die du hast.

                                  linux-image-6.1.0-rpi6-rpi-PROZESSORTYP
                                  

                                  ist das neue Kernel-Paket.

                                  Auf meinem RPi 4:

                                  echad@chet:~ $ apt policy linux-image-6.1.0-rpi6-rpi-v8
                                  linux-image-6.1.0-rpi6-rpi-v8:
                                    Installed: 1:6.1.58-1+rpt2
                                    Candidate: 1:6.1.58-1+rpt2
                                    Version table:
                                   *** 1:6.1.58-1+rpt2 500
                                          500 http://archive.raspberrypi.com/debian bookworm/main arm64 Packages
                                          100 /var/lib/dpkg/status
                                  echad@chet:~ $
                                  
                                  mickym 1 Reply Last reply Reply Quote 0
                                  • mickym
                                    mickym Most Active @Thomas Braun last edited by

                                    @thomas-braun Ich versuch mal den Kernel upzudaten - melde mich, wenn es geklappt hat.

                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • mickym
                                      mickym Most Active last edited by

                                      @Thomas-Braun

                                      Kannst Du mal schauen, ob Du in Deiner config.txt ganz unten diese Zeile hast?

                                      auto_initramfs=1
                                      
                                      Thomas Braun 2 Replies Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @mickym last edited by

                                        @mickym

                                        Viel Erfolg. Ich hatte das mal mit dem Vanilla-Debian-Kernel versucht, das ist in die Hose gegangen.

                                        mickym 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @mickym last edited by

                                          @mickym

                                          echad@chet:~ $ cat /boot/firmware/config.txt
                                          # For more options and information see
                                          # http://rptl.io/configtxt
                                          # Some settings may impact device functionality. See link above for details
                                          
                                          kernel=vmlinuz
                                          initramfs initrd.img followkernel
                                          # Uncomment some or all of these to enable the optional hardware interfaces
                                          dtparam=i2c_arm=on
                                          #dtparam=i2s=on
                                          #dtparam=spi=on
                                          
                                          # Enable audio (loads snd_bcm2835)
                                          dtparam=audio=on
                                          
                                          # Additional overlays and parameters are documented
                                          # /boot/firmware/overlays/README
                                          
                                          # Automatically load overlays for detected cameras
                                          camera_auto_detect=1
                                          
                                          # Automatically load overlays for detected DSI displays
                                          display_auto_detect=1
                                          
                                          # Automatically load initramfs files, if found
                                          auto_initramfs=1
                                          
                                          # Enable DRM VC4 V3D driver
                                          dtoverlay=vc4-kms-v3d
                                          max_framebuffers=2
                                          
                                          # Don't have the firmware create an initial video= setting in cmdline.txt.
                                          # Use the kernel's default instead.
                                          disable_fw_kms_setup=1
                                          
                                          # Run in 64-bit mode
                                          arm_64bit=1
                                          
                                          # Disable compensation for displays with overscan
                                          disable_overscan=1
                                          
                                          # Run as fast as firmware / board allows
                                          arm_boost=1
                                          
                                          [cm4]
                                          # Enable host mode on the 2711 built-in XHCI USB controller.
                                          # This line should be removed if the legacy DWC2 controller is required
                                          # (e.g. for USB device mode) or if USB support is not required.
                                          otg_mode=1
                                          
                                          [all]
                                          
                                          enable_uart=1
                                          echad@chet:~ $
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @mickym last edited by

                                            @mickym

                                            Wobei die glaube ich wegen des Debian-Kernels bei mir verändert ist...
                                            Also vorsicht, was du da treibst...

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            580
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            51
                                            7796
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo