Code: Select all
The following packages will be upgraded:
libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc libraspberrypi0
raspberrypi-bootloader
Code: Select all
The following packages will be upgraded:
libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc libraspberrypi0
raspberrypi-bootloader
I personally use this solution:gstreeter wrote:A warning or better name of the update would have been useful in order to avoid my custom kernel getting overwritten. Can you maybe see your way to separating out Deb package updates from kernel and firmware updates to avoid this issue in the future please?
Code: Select all
sudo echo "raspberrypi-bootloader hold" | sudo dpkg --set-selections
Code: Select all
sudo SKIP_KERNEL=1 rpi-update
You can use "rpi-update" for that to get the newest test-stuff in /boot. You'll find it on google if it's not on your system alreadynicknml wrote:By the way, is there a quick way do get those files in the /boot directory updated to the latest versions (I'm guessing that's what raspberrypi-bootloader what attempting to do)?
I'm just interested in the latest stable versions.TarjeiB wrote:You can use "rpi-update" for that to get the newest test-stuff in /boot. You'll find it on google if it's not on your system alreadynicknml wrote:By the way, is there a quick way do get those files in the /boot directory updated to the latest versions (I'm guessing that's what raspberrypi-bootloader what attempting to do)?
I'm not sure I understand - do you mean the latest stable versions of kernel AND firmware? In that case, just let the packages update and you're on the latest stable version.nicknml wrote: I'm just interested in the latest stable versions.
I meant the former, since I had to replace some of the files from the original image that are older than the current ones (note the firmware itself appears to be updated, it has a date of August 25th). I ran apt-get install -reinstall raspberrypi-bootloader and it appears to have worked this time (file hashes differ.)TarjeiB wrote:I'm not sure I understand - do you mean the latest stable versions of kernel AND firmware? In that case, just let the packages update and you're on the latest stable version.nicknml wrote: I'm just interested in the latest stable versions.
If you want the stable firmware but custom kernel, I'm not sure if there's an easy solution at the moment.
Then you should be OK as the user above suggested, hold raspberrypi-bootloader package, and use hexxeh's rpi-update script with the argument to hold updating the kernel, assuming that you're running your own kernel build.nicknml wrote:I'm just interested in the latest stable versions.
No, raspberrypi-bootloader now has 3.2.27. It's just updated fairly irregularly. For a more frequently updated apt repo see http://www.raspberrypi.org/phpBB3/viewt ... 0&p=165244cutterjohn wrote: Looks to me like all the raspberrypi-bootloader package does is add in the latest fw builds, while retaining the 3.1.9+ base kernel builds(if any) while rpi-update has the latest fw build + the 3.2.27+ kernel.
well, they've gone and well and truly broken it now.asb wrote:No, raspberrypi-bootloader now has 3.2.27. It's just updated fairly irregularly. For a more frequently updated apt repo see http://www.raspberrypi.org/phpBB3/viewt ... 0&p=165244cutterjohn wrote: Looks to me like all the raspberrypi-bootloader package does is add in the latest fw builds, while retaining the 3.1.9+ base kernel builds(if any) while rpi-update has the latest fw build + the 3.2.27+ kernel.
Or of course use rpi-update if you prefer.
Code: Select all
The following packages have been kept back:
libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc libraspberrypi0 raspberrypi-bootloader
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.