Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPI 5 fatal firmware error #1925

Open
nadir23 opened this issue Nov 12, 2024 · 11 comments
Open

RPI 5 fatal firmware error #1925

nadir23 opened this issue Nov 12, 2024 · 11 comments

Comments

@nadir23
Copy link

nadir23 commented Nov 12, 2024

I'm experiencing a boot issue on RPI5 as follows:

  1. When I try to boot it with uSD card having bootloader update firmware, it flashes 4 long, 5 short and red screen on display.

  2. When the uSD card is loaded with OS the status led is constant red.

  3. When I try uSD with OS and serial debug no serial infos are given.

  4. When I try uSD with bootloader update and serial debug the following log is displayed:

1.85 pieeprom.sig
1.85 hash: 6fafdd66f0bb1f9ad5eb68ba7ba1fb537a6182567e9be83e64bf9a2d2591820a
1.91 ts: 1727272381
2.28 Unexpected error @ 0x00010164
2.28 USB-OTG disconnect
2.31 BOOT ERROR: code 45 - ''

Thank you in advance for your help.

@peterharperuk
Copy link

It's probably as assertion failure. You seem to be suggesting "normal" boot is not working? Do you see anything on a screen if you don't have any uSD card inserted?

@pelwell
Copy link
Contributor

pelwell commented Nov 12, 2024

Also:

  • How long have you had this Pi 5?
  • Has it ever worked?
  • Can you associate the start of the failures with any significant event?

@popcornmix
Copy link
Contributor

Can you try with a different sdcard?

@nadir23
Copy link
Author

nadir23 commented Nov 12, 2024

Also:

  • How long have you had this Pi 5?
  • Has it ever worked?
  • Can you associate the start of the failures with any significant event?

I had it for two months, started it using a 2A capable PSU. Installed a Raspbian OS on uSD and working as it should.
When trying to use an SSD drive using a dedicated hat the OS didn't detect the drive and alerted of a limited current capability.
I hadn't access to the original RPI5 psu, so I bought a 5V3A capable PD charger and set max_usb_current=1.
The RPI5 had difficulty starting sometimes it starts and other time not. After, it totally stopped.

@nadir23
Copy link
Author

nadir23 commented Nov 12, 2024

Can you try with a different sdcard?

I tried different uSD cards without success. the same uSD cards work on an other RPI4B.

@nadir23
Copy link
Author

nadir23 commented Nov 12, 2024

It's probably as assertion failure. You seem to be suggesting "normal" boot is not working? Do you see anything on a screen if you don't have any uSD card inserted?

Nothing on screen when no uSD is inserted, the fan also don't work. I have checked 5V and 3.3V are present.

@pelwell
Copy link
Contributor

pelwell commented Nov 12, 2024

3A is not sufficient for a Pi 5 with an SSD - we require 5A to automatically enable usb_max_current_enable (which is the name of the config setting, not max_usb_current).

@popcornmix
Copy link
Contributor

The 0x00010164 address is a failure in communicating with sdcard.
If a different sdcard doesn't work then it's a hardware failure (possibly damage to the sdcard socket, or sdcard related components).

Do you get anything out of uart when booting without an sdcard? (you should if you have a valid bootloader).
If bootloader is functional it may be possible to boot from an sdcard in a usb adaptor.

@nadir23
Copy link
Author

nadir23 commented Nov 13, 2024

3A is not sufficient for a Pi 5 with an SSD - we require 5A to automatically enable usb_max_current_enable (which is the name of the config setting, not max_usb_current).

I'v seen some tests on the web that made them work using RPI4 PSU. I'v bought the original 27W one and will test it when delivered.

@nadir23
Copy link
Author

nadir23 commented Nov 13, 2024

The 0x00010164 address is a failure in communicating with sdcard. If a different sdcard doesn't work then it's a hardware failure (possibly damage to the sdcard socket, or sdcard related components).

Do you get anything out of uart when booting without an sdcard? (you should if you have a valid bootloader). If bootloader is functional it may be possible to boot from an sdcard in a usb adaptor.

Thank you very much for your reply, I was looking for a diagnosis that may lead to the identification of the origin of the malfunction.

When I tried booting the RPI5 without uSD, the UART didn't show any info.

When I try the uSD with bootloader update using RPI Imager using the 5V3A PD charger, another error has emerged:

1.83 pieeprom.sig
1.83 hash: 6fafdd66f0bb1f9ad5eb68ba7ba1fb537a6182567e9be83e64bf9a2d2591820a
1.89 ts: 1731065899
2.08 Unexpected error @ 0x0000f9a0
2.09 USB-OTG disconnect
2.11 BOOT ERROR: code 45 - ''

The previous one 0x00010164 was displayed when the RPI was powered using a bench power supply from 5V pins. The current one 0x0000f9a0 when using the PD charger.

@nadir23
Copy link
Author

nadir23 commented Nov 17, 2024

I have tried the original 27W PSU, the same issue persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants