Hello
Like other on this board I've got a problem with my raspberry pi 4 4G.
I tried all tricks I find but I can't recover the vl805 firmware on the eeprom...
Still got my VL805 firmware version at 00000000
Does anyone got a solution ?
Thanks
Re: USB Failure - VL805 FW version: 00000000 - Can't flash EEPROM
Here is rpi-eeprom-update result :
root@raspberrypi:/boot# sudo rpi-eeprom-update
BCM2711 detected
Dedicated VL805 EEPROM detected
*** UPDATE REQUIRED ***
BOOTLOADER: update required
CURRENT: Fri 10 May 18:40:36 UTC 2019 (1557513636)
LATEST: Thu 16 Apr 17:11:26 UTC 2020 (1587057086)
FW DIR: /lib/firmware/raspberrypi/bootloader/critical
VL805: update required
CURRENT: 00000000
LATEST: 000137ad
root@raspberrypi:/boot# sudo rpi-eeprom-update
BCM2711 detected
Dedicated VL805 EEPROM detected
*** UPDATE REQUIRED ***
BOOTLOADER: update required
CURRENT: Fri 10 May 18:40:36 UTC 2019 (1557513636)
LATEST: Thu 16 Apr 17:11:26 UTC 2020 (1587057086)
FW DIR: /lib/firmware/raspberrypi/bootloader/critical
VL805: update required
CURRENT: 00000000
LATEST: 000137ad
Re: USB Failure - VL805 FW version: 00000000 - Can't flash EEPROM
So creating a recovery SD card using rpi imager doesn't work?
Does it boot at all, if so run
sudo apt update
sudo apt full-upgrade
Does it boot at all, if so run
sudo apt update
sudo apt full-upgrade
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
-
- Posts: 13956
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
Re: USB Failure - VL805 FW version: 00000000 - Can't flash EEPROM
Hi
Yes with a sd card prepared in headless mode with raspbian lite and ssh activate, I can putty my raspberry, do all apt update & full-upgrade and rpi-eeprom-update -d -f and -u but when I reboot, the raspberry is stuck, just one green led flash and nothing (I saw that the rpi-eeprom-update create the recovery.bin file and when there is the recovery.bin in the raspberry, it doesn't boot at all)
Thanks
Re: USB Failure - VL805 FW version: 00000000 - Can't flash EEPROM
I don't think you need the rip eeprom stuff, apt now handles the bootloader updates. Is that what breaks booting?
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Re: USB Failure - VL805 FW version: 00000000 - Can't flash EEPROM
Sorry, but I don't really understand your answer.
What I see is that Iv' got current FW version for my Raspberry VL805 to 00000000 and that my usb port doesn't work at all !
So, if you've got a solution to correct that, I will be very glad
Thanks
What I see is that Iv' got current FW version for my Raspberry VL805 to 00000000 and that my usb port doesn't work at all !
So, if you've got a solution to correct that, I will be very glad
Thanks
Re: USB Failure - VL805 FW version: 00000000 - Can't flash EEPROM
Use a recovery SD card to reflash both the bootloader and VLI eeprom.
https://github.com/raspberrypi/rpi-eepr ... eleases.md
https://github.com/raspberrypi/rpi-eepr ... eleases.md
Rockets are loud.
https://astro-pi.org
https://astro-pi.org
Re: USB Failure - VL805 FW version: 00000000 - Can't flash EEPROM
Hi
I tried this procédure but when I boot with the recovery sd card the green led flash once when I plug the power and nothing more even after 5mn
Thanks
I tried this procédure but when I boot with the recovery sd card the green led flash once when I plug the power and nothing more even after 5mn
Thanks
Re: USB Failure - VL805 FW version: 00000000 - Can't flash EEPROM
This and other recovery methods don't seem to work in these cases. Since the VL805 firmware is now included in the pieeprom.bin, why not use it if the version is 00000000 in the dedicated VLI EEPROM?jdb wrote: ↑Sun Jun 07, 2020 10:52 amUse a recovery SD card to reflash both the bootloader and VLI eeprom.
https://github.com/raspberrypi/rpi-eepr ... eleases.md
Re: USB Failure - VL805 FW version: 00000000 - Can't flash EEPROM
If they don't work then it's likely a HW problem. There should be no mechanism by which they don't work, except a HW failure of some sort.Kendek wrote: ↑Sun Jun 07, 2020 2:09 pmThis and other recovery methods don't seem to work in these cases. Since the VL805 firmware is now included in the pieeprom.bin, why not use it if the version is 00000000 in the dedicated VLI EEPROM?jdb wrote: ↑Sun Jun 07, 2020 10:52 amUse a recovery SD card to reflash both the bootloader and VLI eeprom.
https://github.com/raspberrypi/rpi-eepr ... eleases.md
Of course, there may be a bug, but difficult to see how there can be a bug that affects a tiny proportion of devices, since all the devices are the same. However, It'll be flagged up to check.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Re: USB Failure - VL805 FW version: 00000000 - Can't flash EEPROM
If you see zero for the VL805 FW version then that does not mean that the SPI flash is empty or corrupted. It just means that that VL805 firmware is not running for some unknown reason. Maybe a hardware or power supply issue.
You can try using the Raspberry Pi Imager to flash either the latest version or the USB beta version. If you get a green screen on HDMI then the image has flashed correctly.
You can try using the Raspberry Pi Imager to flash either the latest version or the USB beta version. If you get a green screen on HDMI then the image has flashed correctly.
Re: USB Failure - VL805 FW version: 00000000 - Can't flash EEPROM
Revocery mode doesn't work at all
One flash of the green led and nothing else
One flash of the green led and nothing else
Re: USB Failure - VL805 FW version: 00000000 - Can't flash EEPROM
So no solution ?
My raspberry is dead ?
My raspberry is dead ?
-
- Posts: 2392
- Joined: Sat Aug 18, 2012 2:33 pm
Re: USB Failure - VL805 FW version: 00000000 - Can't flash EEPROM
try using `uart_2ndstage=1` in `config.txt` when you boot `recovery.bin`
then hook a uart adapter up, and see what output it generates
then hook a uart adapter up, and see what output it generates