Last update of LinuxCNC Raspberry Pi4 USB does not work
- zz912
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 554
- Thank you received: 89
Please Log in or Create an account to join the conversation.
- zz912
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 554
- Thank you received: 89
sudo apt-get install linux-image-4.19.71-rt24-v7l+
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23328
- Thank you received: 4951
I really thought that I had this fixed, but don't have the right Pi to test it on (I have 5 other models of Pi..)
Please Log in or Create an account to join the conversation.
- zz912
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 554
- Thank you received: 89
Or do you want "uname -a" before install the realtime kernel?
I lost all my work before this update. Fortunately, I didn't do anything important at RPI.
I'm not a IT technik. I'm not a programmer. I am beginner.
If you want to test my hardware remotely this is not a problem. But I need to know what to do.don't have the right Pi to test it on (I have 5 other models of Pi..)
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23328
- Thank you received: 4951
www.raspberrypi.org/software/
Then try "sudo rpi-eeprom-update" and paste the result here.
Then you can try installing the realtime kernel, and see if USB still works.
Please Log in or Create an account to join the conversation.
- zz912
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 554
- Thank you received: 89
Get the Raspberry Pi Imager for a (non Pi) computer of your choice and install the standard Raspberry Pi OS.
www.raspberrypi.org/software/
Then try "sudo rpi-eeprom-update" and paste the result here.
Result:
pi@raspberrypi:~ $ sudo rpi-eeprom-update
BCM2711 detected
Dedicated VL805 EEPROM detected
BOOTLOADER: up-to-date
CURRENT: Thu Sep 3 12:11:43 UTC 2020 (1599135103)
LATEST: Thu Sep 3 12:11:43 UTC 2020 (1599135103)
FW DIR: /lib/firmware/raspberrypi/bootloader/critical
VL805: up-to-date
CURRENT: 000138a1
LATEST: 000138a1
Then:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
Then:
pi@raspberrypi:~ $ sudo rpi-eeprom-update
BCM2711 detected
Dedicated VL805 EEPROM detected
BOOTLOADER: up-to-date
CURRENT: Thu Sep 3 12:11:43 UTC 2020 (1599135103)
LATEST: Thu Sep 3 12:11:43 UTC 2020 (1599135103)
FW DIR: /lib/firmware/raspberrypi/bootloader/critical
VL805: up-to-date
CURRENT: 000138a1
LATEST: 000138a1
Then:
sudo reboot
USB working:
pi@raspberrypi:~ $ sudo rpi-eeprom-update
BCM2711 detected
Dedicated VL805 EEPROM detected
BOOTLOADER: up-to-date
CURRENT: Čt zář 3 12:11:43 UTC 2020 (1599135103)
LATEST: Čt zář 3 12:11:43 UTC 2020 (1599135103)
FW DIR: /lib/firmware/raspberrypi/bootloader/critical
VL805: up-to-date
CURRENT: 000138a1
LATEST: 000138a1
Then:
sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-key 3cb9fd148f374fef
echo deb http://linuxcnc.org/ buster base 2.8-rtpreempt | sudo tee -a /etc/apt/sources.list.d/linuxcnc.list
sudo apt-get update
sudo apt-get upgrade
Then:
pi@raspberrypi:~ $ sudo rpi-eeprom-update
BCM2711 detected
Dedicated VL805 EEPROM detected
BOOTLOADER: up-to-date
CURRENT: Čt zář 3 12:11:43 UTC 2020 (1599135103)
LATEST: Čt zář 3 12:11:43 UTC 2020 (1599135103)
FW DIR: /lib/firmware/raspberrypi/bootloader/critical
VL805: up-to-date
CURRENT: 000138a1
LATEST: 000138a1
Then:
sudo apt-get install linux-image-4.19.71-rt24-v7l+
Then:
pi@raspberrypi:~ $ sudo rpi-eeprom-update
BCM2711 detected
Dedicated VL805 EEPROM detected
BOOTLOADER: up-to-date
CURRENT: Čt zář 3 12:11:43 UTC 2020 (1599135103)
LATEST: Čt zář 3 12:11:43 UTC 2020 (1599135103)
FW DIR: /lib/firmware/raspberrypi/bootloader/critical
VL805: up-to-date
CURRENT: 000138a1
LATEST: 000138a1
Then:
pi@raspberrypi:~ $ sudo apt-get install rpi-eeprom
Načítají se seznamy balíků… Hotovo
Vytváří se strom závislostí
Načítají se stavové informace… Hotovo
rpi-eeprom je již nejnovější verze (11.1-1).
0 aktualizováno, 0 nově instalováno, 0 k odstranění a 0 neaktualizováno.
Then:
sudo reboot
I will continue after reboot.
Please Log in or Create an account to join the conversation.
- zz912
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 554
- Thank you received: 89

Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23328
- Thank you received: 4951
Please Log in or Create an account to join the conversation.
- zz912
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 554
- Thank you received: 89
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23328
- Thank you received: 4951
One possible problem is that the 8GB Pi needs a 64bit kernel if it is going to address more than 4GB.
Please Log in or Create an account to join the conversation.