pi64 icon indicating copy to clipboard operation
pi64 copied to clipboard

Upgrade to Linux 4.14

Open bamarni opened this issue 7 years ago • 10 comments

This upgrades to Linux 4.14, I'm not pushing this directly to master as I just have made a build locally without releasing for now.

bamarni avatar Dec 03 '17 17:12 bamarni

How can I upgrade my box to test it ?

aleroot avatar Dec 05 '17 20:12 aleroot

I think that we should upgrade to 4.14.11 and release to users as soon as possible given the current meltdown security issue ...

aleroot avatar Jan 05 '18 11:01 aleroot

Not that updating the kernel is not important anyway, but regarding Meltdown and Spectre, they don't affect the SoC used in any of the Raspberry Pi (including 3).

https://www.raspberrypi.org/blog/why-raspberry-pi-isnt-vulnerable-to-spectre-or-meltdown/

romen avatar Jan 06 '18 13:01 romen

Can this be merged then? what is blocking this merge?

aleroot avatar Feb 06 '18 17:02 aleroot

It has been a long time since last upgrade is released. I have tried to build the 4.14 kernel, but I don't know how to deal with the "firmware". I wonder if this repository is maintained?

Gaojianli avatar Feb 06 '18 17:02 Gaojianli

If there will be no update: https://github.com/Debian/raspi3-image-spec Still trying to figure out how to do a smoth kernel upgrade without reinstalling though

--EDIT-- those are the bits from the build script but you have to dist-upgrade to buster first and then cross fingers it will reboot :)

TODO: install raspi3-firmware and linux-image-arm64 from buster once they

migrated in sufficiently recent versions.

  • chroot: root-fs shell: | echo 'deb http://deb.debian.org/debian unstable main contrib non-free' >> /etc/apt/sources.list echo 'APT::Default-Release "buster";' > /etc/apt/apt.conf.d/08default-release apt-get update apt-get -y --no-show-progress -t unstable install raspi3-firmware linux-image-arm64

Xnyle avatar Feb 18 '18 17:02 Xnyle

Would it be possible to have instructions on how to upgrade to the 4.14 kernels? Please help a noob :)

I mean using this: https://github.com/bamarni/pi64/pull/49/commits/cc3bfd245b8799efd23b8ea73c977ba487dd34d8

I'm not sure what to do with that.

CryptoSiD avatar Feb 23 '18 19:02 CryptoSiD

@Xnyle I have upgraded to the buster,and tried the command you given, but the installation of raspi3-firmware failed, because of the missing of /boot/firmware Would you please tell me how to deal with it ?

Gaojianli avatar Mar 30 '18 06:03 Gaojianli

Any news here, @bamarni?

xilopaint avatar Apr 10 '18 05:04 xilopaint

@xilopaint I finally successfully build the Linu.tar.gz with the 4.14 branch ,but the onboard WiFi doesn't work. By the way , it keeps showing the under-voltage warning which didn't occurred on 4.11. Sometime the shell froze when I use cd command,I have to type Ctrl+C to continue my work. In one word, it is not a daily usable version now,I had rolled back to the 4.11 now, it seems the 4.14 still needs some work...

Gaojianli avatar Apr 10 '18 16:04 Gaojianli