update raspberry pi notes

main
Dominic Reich 9 months ago
parent f0802a4164
commit d6fe772ae6
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -15,6 +15,48 @@ feed_exclude: true
--- ---
## Activity LED codes
### Up to Raspberry Pi 3 models
#### Actual models
| LED Activity | Description |
|:------------------|:------------------------------------|
| 3 flashes | start.elf not found |
| 4 flashes | start.elf not launch-able (corrupt) |
| 7 flashes | kernel.img not found |
| 8 flashes | SDRAM not recognized. You need a newer bootcode.bin/start.elf firmware, or your SDRAM is damaged |
#### Older models up to Raspberry Pi 3
| LED Activity | Description |
|:------------------|:-------------------------------------|
| 3 flashes | loader.bin not found |
| 4 flashes | loader.bin not launch-able (corrupt) |
| 5 flashes | start.elf not found |
| 6 flashes | start.elf not launch-able |
| 7 flashes | kernel.img not found |
### Raspberry Pi 4
| Long flashes | Short flashes | Description |
|:-------------|:--------------|:------------------------------------|
| 0 | 3 | Generic failure to boot |
| 0 | 4 | start*.elf not found |
| 0 | 7 | Kernel image not found |
| 0 | 8 | SDRAM failure |
| 0 | 9 | Insufficient SDRAM |
| 0 | 10 | In HALT state |
| 2 | 1 | Partition not FAT |
| 2 | 2 | Failed to read from partition |
| 2 | 3 | Extended partition not FAT |
| 2 | 4 | File signature/hash mismatch - Pi 4 |
| 4 | 4 | Unsupported board type |
| 4 | 5 | Fatal firmware error |
| 4 | 6 | Power failure type A |
| 4 | 7 | Power failure type B |
## Freeze a package with apt/apt-get ## Freeze a package with apt/apt-get
<https://askubuntu.com/a/18656> <https://askubuntu.com/a/18656>

Loading…
Cancel
Save