diff --git a/docs/User-Guide_Getting-Started.md b/docs/User-Guide_Getting-Started.md index 0149e40a..3c439379 100644 --- a/docs/User-Guide_Getting-Started.md +++ b/docs/User-Guide_Getting-Started.md @@ -121,7 +121,7 @@ Put user to sudo group: # How to install to eMMC, NAND, SATA & USB? -![YOUTUBE](6So8MA-qru8) +![Installer](images/nandsata.png) Required condition: @@ -144,6 +144,11 @@ and follow the guide. You can create up to three scenarios: * boot from SD, system on SATA / USB * boot from eMMC / NAND, system on eMMC/NAND * boot from eMMC / NAND, system on SATA / USB + +and you can choose the following file system options: + + * ext2,3,4 + * btrfs On Allwinner devices after switching to boot from NAND or eMMC clearing the boot loader signature on the SD card is recommended: `dd if=/dev/zero of=/dev/mmcblkN bs=1024 seek=8 count=1` (replace `/dev/mmcblkN` with the correct device node -- in case you run this directly after `nand-sata-install` without a reboot in between then it's `/dev/mmcblk0`). When booting from eMMC to get SD cards auto-detected on Allwinner legacy images please consider changing `mmc0`'s `sdc_detmode` from 3 to 1 in the board's fex file (see [here](http://forum.armbian.com/index.php/topic/1702-orange-pi-plus-2e-where-is-16ghz-and-sd/?p=13163) for details). diff --git a/docs/images/nandsata.png b/docs/images/nandsata.png new file mode 100644 index 00000000..13a96e81 Binary files /dev/null and b/docs/images/nandsata.png differ