Questions tagged [rpi-update]

A tool to update the firmware and kernel of an SD card, usable while the Pi is running. WARNING you should only use this with a good reason it gets you the latest bleeding edge kernel/firmware.

rpi-update pulls from here:

https://github.com/Hexxeh/rpi-firmware

42 questions
15
votes
1 answer

Pending kernel upgrade even after reboot my RPi4

Every time I update my Pi4, it runs needrestart which complains that I'm using an old kernel version and I should reboot, but rebooting doesn't change anything. First, I have to precise that: I installed a full version on the SD Card (latest one in…
Olivier
  • 431
  • 1
  • 4
  • 9
9
votes
1 answer

How to revert from rpi-update to stable build

I have been using a RPi3 for the last year without any issues. I have had rpi-update as part of a regular update process (cron job). Lately I have been experiencing crashes. I started to investigate, and while there is nothing helpful in the syslog…
user643011
  • 200
  • 1
  • 1
  • 7
5
votes
2 answers

What firmware version will rpi-update install?

How can I determine what version of the firmware will be installed by running rpi-update, without making any modifications to the installation?
Alistair Buxton
  • 804
  • 7
  • 17
4
votes
2 answers

Why can't I update my Pi?

Whenever I try the command sudo apt-get update it outputs this error: E: The method driver /usr/lib/apt/methods/https could not be found. N: Is the package apt-transport-https installed? I couldn't find any answers online. Can someone please help?
Rowan Lerowsky
  • 114
  • 2
  • 10
4
votes
2 answers

Multiple segmentation faults

I am trying to upgrade my Raspberry Pi Zero and have been fighting a multitude of segmentation faults, and I am at a loss as to how to fix this. When I enter sudo apt-get upgrade, this is the output: osmc@OSMCPIZERO32:~$ sudo apt-get…
Dai San
  • 105
  • 3
  • 6
3
votes
1 answer

Is older Raspberry Pi safe? When is the end of software support for them?

I am not asking about the discontinuation of manufacturing or selling of the hardware; I am talking about only the software. There are famous old Android devices that the manufactures have abandoned a long time ago, but users are providing custom…
Damn Vegetables
  • 547
  • 2
  • 4
  • 10
3
votes
1 answer

Unstable rPi 4B after rpi-update

My raspberry pi model 4B was having frequent WIFI issues. I read that a firmware update was made to address this, so I thought I would upgrade the firmware. After doing sudo rpi-update I now have newer firmware, but unfortunately, the rPi is now…
Bram
  • 172
  • 10
2
votes
0 answers

Image rollback using Raspberry Pi Bootloader

I'm using Yocto framework based RPi build and have created My SD card partition as follows, ======================== SD card with 3 parts ======================== | 68MB(bootloader) | 4GB(Active image) | 4GB(passive image)…
Rajesh S
  • 21
  • 3
2
votes
2 answers

"sudo apt-get update" gives "0% [waiting for headers]

As the title indicated, that is my problem. Currently running an Rpi3 with Jessie, tried Stretch and the same problem occured. when sudo nano /etc/apt/sources.list, I have: deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib…
Mudda Haze
  • 31
  • 1
  • 5
2
votes
3 answers

Should I use use `rpi-update` for kernel upgrading on Ubuntu Mate v16.04.3 LTS for RaspBerry Pi 2 B+?

According to the GitHub rpi-update site: This is only intended for use with Raspbian. If you are using a different distribution then check with the maintainers if using rpi-update is safe. I have not been able to find any list of Linux…
2
votes
1 answer

Why is there a frown icon on the screen when I re-boot my Rpi 2 with Windows IoT

So, when I boot my RPi-2 which is running Windows IoT, the computer screen displays 2 gears and a progress bar. Earlier, the progress bar made it all the way to completion and the RPi-2 rebooted. However, on reboot, it went back to the two…
Curtis
  • 223
  • 1
  • 9
2
votes
2 answers

Pi freezes while "Updating SDK" with ACT light on steady

I've been following a guide for setting up an LCD touchscreen on the Raspberry Pi 2 B, but whenever I run sudo REPO_URI=https://github.com/notro/rpi-firmware rpi-update it freezes while updating the SDK. When it freezes the ACT LED is on steady…
Nateowami
  • 187
  • 2
  • 14
2
votes
2 answers

Cannot find package openjdk-7-jre

I am trying to install JDownloader on my raspberry pi who have osmc (debian) as a OS. I am trying to install run below command sudo apt-get update sudo apt-get install openjdk-7-jre and it says Package openjdk-7-jre is a virtual package provided…
abmussani
  • 121
  • 2
2
votes
2 answers

Version for `uname -r` remains despite successful rpi-update

I did install my Raspberry PI using debian-pi/raspbian-ua-netinst like described in this SO Post Now uname -r returned 3.18.0-trunk-rpi When I ran rpi-update it seemed to have successfully installed the two upgrade packages (I don't know why there…
Besi
  • 1,004
  • 4
  • 14
  • 26
2
votes
0 answers

RPi A+ and Pi noIR: How to update just the camera driver NOT OS

I have a SD card, with Raspbian and lots of programs installed on it. I want to run it on model A+ and use the pi noIR camera module. The problem is that the OS firmware version is quite old. I know that by an OS firmware upgrade I can solve the…
Saeed Vrz
  • 21
  • 1
1
2 3