Update troubleshoorting page
This commit is contained in:
parent
803af21330
commit
4200b394e0
1 changed files with 27 additions and 14 deletions
|
@ -1,5 +1,13 @@
|
||||||
|
| Index | Issue / Question |
|
||||||
|
|-------------|-------------------|
|
||||||
|
| 1 | [Can't connect to Helios64](#cant-connect-to-helios64) |
|
||||||
|
| 2 | [Serial console does not appear](#serial-console-does-not-appear) |
|
||||||
|
| 3 | [How to force boot from microSD ?](#how-to-force-boot-from-microsd) |
|
||||||
|
| 4 | [System still booting from eMMC after deleting the partition](#system-still-booting-from-emmc-after-deleting-the-partition) |
|
||||||
|
| 5 | [HDD Error LED unexpectedly lighting up](#hdd-error-led-unexpectedly-lighting-up) |
|
||||||
|
|
||||||
## Problem: Could not connect to Helios64
|
|
||||||
|
## Can't connect to Helios64
|
||||||
|
|
||||||
### Faulty Power Supply
|
### Faulty Power Supply
|
||||||
|
|
||||||
|
@ -83,7 +91,7 @@ Verify if you have device with the same UUID. If the device is accessible, it mi
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Problem: Serial console does not appear
|
## Serial console does not appear
|
||||||
|
|
||||||
### Driver not installed
|
### Driver not installed
|
||||||
|
|
||||||
|
@ -107,20 +115,25 @@ Photo from [TDCroPower at Armbian Forum](https://forum.armbian.com/topic/15431-h
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Problem: I have broken bootloader on eMMC and unable to boot, how to force boot from micro SD ?
|
## How to force boot from microSD ?
|
||||||
|
|
||||||
Make sure the system is powered off and insert the micro SD card.
|
You might want to force Helios64 to boot on microSD card if something is wrong with your bootloader installed on eMMC.
|
||||||
Short [P10](/helios64/jumper/#boot-mode-p10-p11) with jumper cap, power on and remove the jumper cap before boot Linux (~5 seconds after power on).
|
|
||||||
|
|
||||||
## Problem: How to clean up the eMMC
|
Make sure the system is powered off and insert the microSD card. Short [P10](/helios64/jumper/#boot-mode-p10-p11) with jumper cap, power on and remove the jumper cap before boot Linux (~5 seconds after power on).
|
||||||
|
|
||||||
### System still booting from eMMC after deleting the partition
|
## System still booting from eMMC after deleting the partition
|
||||||
|
|
||||||
Bootloader located between first block and first partition. Clearing partition table does not remove the bootloader.
|
Deleting the eMMC partition is not enough to stop the system booting from eMMC.
|
||||||
|
|
||||||
Execute following command to erase Partition table, bootloader and partition superblock.
|
The Bootloader is located between first block and first partition. Execute following command to erase Partition table, bootloader and partition superblock.
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo dd if=/dev/zero of=/dev/mmcblk1 bs=512 count=65535
|
sudo dd if=/dev/zero of=/dev/mmcblk1 bs=512 count=65535
|
||||||
sudo sync
|
sudo sync
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## HDD Error LED unexpectedly lighting up
|
||||||
|
|
||||||
|
One or more HDD Error LED (red color) on front panel might be touching the metal sheet opening on the side creating a short and lighting up the LED. To fix the issue, just loosen the 2 screws of the front panel a bit, push back the front panel and tighten back.
|
||||||
|
|
||||||
|
Another solution is to put a small piece of tape on the side of the LED to be sure no contact with the metal sheet can happen.
|
||||||
|
|
Loading…
Reference in a new issue