Fix typo
This commit is contained in:
parent
03b5b4f6b0
commit
ab3e5af833
2 changed files with 49 additions and 54 deletions
|
@ -17,11 +17,12 @@ Helios64 support following boot mode
|
|||
|-------------|------------------------|
|
||||
| eMMC | eMMC<br>SATA Drive<br>USB Drive|
|
||||
|
||||
Boot device contains bootloader and other boot files such as kernel and DTB. It will be mounted under **/boot/** if it reside on separate device.
|
||||
Boot device contains bootloader and other boot files such as kernel and DTB. It will be mounted under **/boot/** if it resides on separate device.
|
||||
|
||||
!!! Notes
|
||||
*nand-sata-install* requires the target device already partitioned!
|
||||
*nand-sata-install* requires the target device to be already partitioned!
|
||||
|
||||
!!! Important
|
||||
If you have installed and configured OMV, please read [Existing OS Has OMV Installed](#existing-os-has-omv-installed) section before transferring the OS.
|
||||
|
||||
## System on eMMC
|
||||
|
@ -46,15 +47,13 @@ Boot device contains bootloader and other boot files such as kernel and DTB. It
|
|||
|
||||

|
||||
|
||||
***Step 6 - Wait for transfer process completed***
|
||||
***Step 6 - Wait for transfer process to complete***
|
||||
|
||||

|
||||
|
||||
***Step 7 - Power Off Helios64 if you don't have OMV Installed***
|
||||
|
||||
**DO NOT** power off if you have installed OMV. There are several OMV files & folders not transferred by *nand-sata-install*.
|
||||
|
||||
Please refer to [After running *nand-sata-install*](#existing-os-has-omv-installed) section before continue to next step.
|
||||
**DO NOT** power off if you have installed OMV. There are several OMV files & folders not transferred by *nand-sata-install*. Please refer to [After running *nand-sata-install*](#existing-os-has-omv-installed) section before continue to next step.
|
||||
|
||||

|
||||
|
||||
|
@ -177,7 +176,7 @@ sudo armbian-config
|
|||
|
||||

|
||||
|
||||
**Step 6 - Select filesystem type for eMMC***
|
||||
***Step 6 - Select filesystem type for eMMC***
|
||||
|
||||

|
||||
|
||||
|
@ -189,19 +188,17 @@ Wait until formatting process completed
|
|||
|
||||

|
||||
|
||||
Wait until formatting process completed
|
||||
Wait until formatting process is completed
|
||||
|
||||

|
||||
|
||||
***Step 8 - Wait for transfer process completed***
|
||||
***Step 8 - Wait for transfer process to be completed***
|
||||
|
||||

|
||||
|
||||
***Step 9 - Power Off Helios64 if you don't have OMV Installed***
|
||||
|
||||
**DO NOT** power off if you have installed OMV. There are several OMV files & folders not transferred by *nand-sata-install*.
|
||||
|
||||
Please refer to [After running *nand-sata-install*](#existing-os-has-omv-installed) section before continue to next step.
|
||||
**DO NOT** power off if you have installed OMV. There are several OMV files & folders not transferred by *nand-sata-install*. Please refer to [After running *nand-sata-install*](#existing-os-has-omv-installed) section before continue to next step.
|
||||
|
||||

|
||||
|
||||
|
@ -322,11 +319,11 @@ sudo armbian-config
|
|||
|
||||
***Step 3 - Select Boot from SD - system on SATA, USB or NVMe***
|
||||
|
||||

|
||||
|
||||
!!! Info
|
||||
The utility has flaw that it mistakenly read current boot device as SD card instead of eMMC. But it actually set the eMMC as boot device and system on SATA or USB device.
|
||||
|
||||

|
||||
|
||||
***Step 4 - Select storage device and partition for rootfs***
|
||||
|
||||
*SATA drive at port 1 as System drive*
|
||||
|
@ -343,23 +340,21 @@ sudo armbian-config
|
|||
|
||||

|
||||
|
||||
**Step 6 - Select filesystem type for eMMC***
|
||||
***Step 6 - Select filesystem type for eMMC***
|
||||
|
||||

|
||||
|
||||
Wait until formatting process completed
|
||||
Wait until formatting process is completed
|
||||
|
||||

|
||||
|
||||
***Step 7 - Wait for transfer process completed***
|
||||
***Step 7 - Wait for transfer process to be completed***
|
||||
|
||||

|
||||
|
||||
***Step 8 - Reboot Helios64 if you don't have OMV Installed***
|
||||
|
||||
**DO NOT** reboot if you have installed OMV. There are several OMV files & folders not transferred by *nand-sata-install*.
|
||||
|
||||
Please refer to [After running *nand-sata-install*](#existing-os-has-omv-installed) section before continue to next step.
|
||||
**DO NOT** reboot if you have installed OMV. There are several OMV files & folders not transferred by *nand-sata-install*. Please refer to [After running *nand-sata-install*](#existing-os-has-omv-installed) section before continue to next step.
|
||||
|
||||

|
||||
|
||||
|
@ -415,7 +410,7 @@ You should see USB drive has MOUNTPOINT **/** and eMMC has MOUNTPOINT **/media/m
|
|||
|
||||
## Existing OS Has OMV Installed
|
||||
|
||||
Transferring rootfs using *nand-sata-install* will break OMV due to missing files. To prevent this, you need to proceed following section.
|
||||
Transferring rootfs using *nand-sata-install* will break OMV due to missing files. To prevent this, you need to perform the following actions.
|
||||
|
||||
### Preparation before running *nand-sata-install*
|
||||
|
||||
|
@ -443,7 +438,7 @@ sudo poweroff
|
|||
!!! Note
|
||||
Pay attention to block device of system partition at second command. In this case /dev/sda1 is SATA drive at Port 1.
|
||||
|
||||
Now you can continue to remove the micro SD card and power on the system.
|
||||
Now you can resume back to the steps your were following.
|
||||
|
||||
|
||||
## References
|
||||
|
@ -451,4 +446,3 @@ Now you can continue to remove the micro SD card and power on the system.
|
|||
- [Armbian Documentation](https://docs.armbian.com/User-Guide_Getting-Started/#how-to-install-to-emmc-nand-sata-usb)
|
||||
|
||||
- [Tips from antsu at Armbian Forum](https://forum.armbian.com/topic/15431-helios64-support/?do=findComment&comment=110715)
|
||||
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
|
||||
### Faulty Power Supply
|
||||
|
||||
Verify whether [LED1](/helios64/led/) is turned on. If not tighten PSU cable.
|
||||
Verify whether [LED1](/helios64/led/) is turned on. If not tighten DC cable from PSU.
|
||||
|
||||
Verify whether LED on the PSU is turned on. If not tighten AC cable from PSU
|
||||
|
||||
If problem still occurs, replace the PSU.
|
||||
|
||||
|
@ -11,13 +13,13 @@ If problem still occurs, replace the PSU.
|
|||
|
||||
Verify whether [System Activity LED](/helios64/front-panel/#helios64-enclosure) is blinking. If it is not, reset or power cycle.
|
||||
|
||||
If problem still occurs, please capture the serial console output and report it to forum.
|
||||
If problem still occurs, please capture the serial console output and report it to [forum](https://forum.armbian.com/forum/51-helios64/).
|
||||
|
||||
### Kernel Panic
|
||||
|
||||
If [System Error LED](/helios64/front-panel/#helios64-enclosure) blinking, there was kernel panic. Please reset the system.
|
||||
|
||||
If problem still occurs, please capture the serial console output and report it to forum.
|
||||
If problem still occurs, please capture the serial console output and report it to [forum](https://forum.armbian.com/forum/51-helios64/).
|
||||
|
||||
### Network down
|
||||
|
||||
|
@ -122,4 +124,3 @@ Execute following command to erase Partition table, bootloader and partition sup
|
|||
sudo dd if=/dev/zero of=/dev/mmcblk1 bs=512 count=65535
|
||||
sudo sync
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue