13th May 2016
https://www.raspberrypi.org/blog/anothe ... e-raspbian
Main highlights:
Bluetooth
SD Card Copier
Linux Kernel 4.4
Code: Select all
sudo apt-get update
sudo apt-get dist-upgradehttps://www.raspberrypi.org/downloads/raspbianFidelius wrote:Is the new Raspbian image already on the download page? I only see the older Raspbian image from March 2016.
Same with… list zero updates for me so far.Code: Select all
sudo apt-get update sudo apt-get dist-upgrade
Is there a command to see if the Pi runs the recent Jessie? I know "uname -a", however it lists the kernel (4.1.19-v7) but not the word "Jessie".
Tried it, but the repo has not been updated yet.Fidelius wrote:Anybody already did an "sudo apt-get dist-upgrade" ?
See https://www.raspberrypi.org/blog/anothe ... nt-1258088Fidelius wrote:DirkS, will do, thanks!

You have to run 'sudo apt-get update' first.Forris wrote:'unable to locate package piclone'
Have to try again later?
Yes, I did that. The other 2 items installed ok, but not piclone (even tried it on it's own).DirkS wrote:You have to run 'sudo apt-get update' first.Forris wrote:'unable to locate package piclone'
Have to try again later?
I just installed it, so it's available now.

Well spotted. The kernel also works with dkms now, so out-of-tree modules are easy to keep up to date.DirkS wrote:Apart from the desktop stuff there are some useful changes 'under the hood'.
Kernel + modules are split off from raspberrypi-bootloader into a separate package (raspberrypi-kernel)
And there is a new package with the kernel headers: raspberrypi-kernel-headers.
raspberrypi-bootloader now only contains bootcode.bin, start*.elf and fixup*.dat
When flashing a new Raspbian image, the file system will automatically be expanded to use all the space on the card when it is first booted.
Code: Select all
# Wlan
blacklist brcmfmac
blacklist brcmutil
# Bluetooth
blacklist btbcm
blacklist hci_uart

Unfortunately, it has a huge number of files and dpkg will calculate an md5 digest for each of them, so it takes forever to install.ghans wrote:We have a raspberrypi-kernel-headers package now ??
I googled that, it's a most welcome addition.ShiftPlusOne wrote:The kernel also works with dkms now, so out-of-tree modules are easy to keep up to date.

Note that raspberrypi-kernel-headers would need to be installed first. Otherwise, dkms will try to pull in the wrong headers package.gregeric wrote:I googled that, it's a most welcome addition.ShiftPlusOne wrote:The kernel also works with dkms now, so out-of-tree modules are easy to keep up to date.
Bluetooth
SD Card Copier
I think you can do that with just update / upgrade and then install picloneRive wrote:I am already running 4.4.9, is there an "apt-get install" just for the bt (replace blueman), and sd copier? I do not want to do a dist-upgrade.

Why not exactly? The theme bug you reported a while bag has been fixed.Rive wrote:I do not want to do a dist-upgrade.
I am on the rpi-update (4.4.9), is the dist-upgrade the exact same?ShiftPlusOne wrote:Why not exactly? The theme bug you reported a while bag has been fixed.Rive wrote:I do not want to do a dist-upgrade.