bamarni / pi64

A 64-bit OS for the Raspberry Pi 3
712 stars 128 forks source link

Upgrade to Linux 4.14 #49

Open bamarni opened 6 years ago

bamarni commented 6 years ago

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.

aleroot commented 6 years ago

How can I upgrade my box to test it ?

aleroot commented 6 years ago

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

romen commented 6 years ago

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/

aleroot commented 6 years ago

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

Gaojianli commented 6 years ago

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?

Xnyle commented 6 years ago

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.

CryptoSiD commented 6 years ago

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.

Gaojianli commented 6 years ago

@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 ?

xilopaint commented 6 years ago

Any news here, @bamarni?

Gaojianli commented 6 years ago

@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...