You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/troubleshooting/hardware.md
+20
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,26 @@ The most common cause of this is a *bad encoder reading*. During calibration, th
39
39
If you are trying to drive your robot and *no wheels are turning* after you have [calibrated and flashed the robot](/docs/setup/03-calibration/), you might have a problem with the MBot Control Board.
40
40
[Check the board and its connections](#checking-the-mbot-control-board) to fix the problem.
41
41
42
+
### The pi won't boot up, LED flashing red
43
+
The LED light, labeled "STAT," is located next to the SD slot. "4 long flashes followed by 5 short flashes" indicates
44
+
"Fatal Firmware Error". This may happen if the SD card has another operating system flashed on it, causing the Raspberry Pi to boot from it and get confused.
45
+
- More error patterns can be found in the [official doc](https://www.raspberrypi.com/documentation/computers/configuration.html#led-warning-flash-codes).
46
+
47
+
To solve this issue, you need a SD card reader and a Laptop.
48
+
1. Download Raspberry Pi Imager from [Raspberry Pi Official Website](https://www.raspberrypi.com/software/).
49
+
2. Open the Imager and select the following options:
0 commit comments