Unterschiedliche Kernelversionen Pi3 und Pi4

polyphase

Commander
Registriert
Dez. 2010
Beiträge
2.717
Ich habe mal ne Frage zu den Kernelversionen von Raspberry Pi OS lite (Raspbian lite)

Mir ist aufgefallen, das unterschiedliche Kernelversionen auf meinem Pi3 und Pi4 sind.

Das ist eigentlich nicht weiter schlimm, was mich aber verwirrt ist, das in den aktuellen Releasenotes der Kernel 5.10.17 angegeben ist.
Der Pi3 hat auch mit allen Updates genau diese Kernelversion. Der Pi 4 dagegen hat inkl. aller Updates die Version 5.10.63.
Sollte dieser nicht auch die 5.10.17 haben?
 
Nope, beiden geben folgendes aus:
Code:
Raspbian GNU/Linux 10 (buster)
 
Sind die Sources denn gleich konfiguriert? /etc/apt/sources.list bzw im Verzeichnis /etc/apt/sources.list.d
 
Auf dem Pi4 läuft noch PiVPN.
Habe die entsprechende sources list noch mit angehängt.

Pi 3
/etc/apt/sources.list.d/raspi.list
Code:
deb http://archive.raspberrypi.org/debian/ buster main
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://archive.raspberrypi.org/debian/ buster main

/etc/apt/sources.list
Code:
deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi




Pi 4
/etc/apt/sources.list.d/raspi.list
Code:
deb http://archive.raspberrypi.org/debian/ buster main
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://archive.raspberrypi.org/debian/ buster main

/etc/apt/sources.list
Code:
deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
#deb http://archive.raspberrypi.org/debian/ buster main
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi

/etc/apt/sources.list.d/pivpn-bullseye-repo.list
Code:
deb http://raspbian.raspberrypi.org/raspbian/ bullseye main
 
Zuletzt bearbeitet:
Heißt? Löschen?
 
Jetzt kommts!
Das Bullseye Repo ist auf dem PI, welcher den Stretch Kernel hat.
Der Pi mit dem Bullyeye Kernel hat nur das Strech Repo.

Hab das nun zweimal kontrolliert, ich bin nun komplett verwirrt 😵‍💫
 
In #1 und #6 hast du aber was anderes geschrieben...
Danach hast du das Bullseye-Repo auf dem pi4, welcher auch den neueren Kernel hat.

Ich find es interessant, dass es noch gar kein Bullseye-Image von Raspbian gibt.

Habe grade keinen pi mit nativem Raspbian am Laufen, aber ich würde es wohl selber auf Bullseye hochziehen (Backup nicht vergessen!): https://lernentec.com/post/how-to-upgrade-raspian-buster-to-bullseye/
 
Upps,
habs verdreht in Post #1

Der Pi3 hat Kernel 5.10.63 und NUR das Stretch Repo
Der Pi4 hat Kernel 5.10.17 und das Stretch + Bullseye Repo

Habs eben nochmal nachgeschaut
 
ich habe vorhin mal ubuntu 21.10 server ARM64 auf pi4 installiert, der bekommt Kernel 5.13.0-1008-raspi.

https://ubuntu.com/download/raspberry-pi/thank-you?version=21.10&architecture=server-arm64+raspi


edit:
Code:
                          ./+o+-       ubuntu@ubuntu
                  yyyyy- -yyyyyy+      OS: Ubuntu 21.10 impish
               ://+//////-yyyyyyo      Kernel: aarch64 Linux 5.13.0-1008-raspi
           .++ .:/++++++/-.+sss/`      Uptime: 14h 50m
         .:++o:  /++++++++/:--:/-      Packages: 1523
        o:+o+:++.`..```.-/oo+++++/     Shell: bash 5.1.8
       .:+o:+o/.          `+sssoo+/    Resolution: 1440x900
  .++/+:+oo+o:`             /sssooo.   DE: Xfce
 /+++//+:`oo+o               /::--:.   WM: Xfwm4
 \+/+o+++`o++o               ++////.   WM Theme: Default
  .++.o+++oo+:`             /dddhhh.   GTK Theme: Greybird [GTK2]
       .+.o+oo:.          `oddhhhh+    Icon Theme: elementary-xfce-dark
        \+.++o+o``-````.:ohdhhhhh+     Font: Sans 10
         `:o+++ `ohhhhhhhhyo++os:      Disk: 4,7G / 29G (18%)
           .o:`.syhhhhhhh/.oo++o`      CPU: BCM2835 @ 4x 2GHz
               /osyyyyyyo++ooo+++/     GPU:
                   ````` +oo+++o\:     RAM: 926MiB / 3615MiB

Es gibt ein kleines Problem mit der Default config.txt, man sollte ein anderes dtb laden:
Code:
[pi4]
max_framebuffers=2

over_voltage=5
arm_freq=2000
gpu_freq=550

dtoverlay=vc4-fkms-v3d-pi4.dtbo
gpu_mem=256
hdmi_enable_4kp60=1

[all]
kernel=vmlinuz
cmdline=cmdline.txt
initramfs initrd.img followkernel

# Enable the audio output, I2C and SPI interfaces on the GPIO header
# dtparam=audio=on
# dtparam=i2c_arm=on
# dtparam=spi=on

# Enable the serial pins
# enable_uart=1

# Comment out the following line if the edges of the desktop appear outside
# the edges of your display
disable_overscan=1

# If you have issues with audio, you may try uncommenting the following line
# which forces the HDMI output into HDMI mode instead of DVI (which doesn't
# support audio output)
#hdmi_drive=2

# If you have a CM4, uncomment the following line to enable the USB2 outputs
# on the IO board (assuming your CM4 is plugged into such a board)
#dtoverlay=dwc2,dr_mode=host

# Config settings specific to arm64
arm_64bit=1
#dtoverlay=dwc2

So funktioniert es aber seitdem.
 
Zuletzt bearbeitet:
  • Gefällt mir
Reaktionen: polyphase
Ja hatte ich Mal vor Jahren ausprobiert, war mir zu Buggy. Leider
 
Zurück
Oben