Orange Pi установка на emmc память Armbian

Качаем репозиторий с сайта armbian , ставим на карту памяти, подключаем ее и запускаем orange pi

Обновляемся

sudo apt-get update
sudo apt-get upgrade

пишем команду

sudo nand-sata-install

root@orangepiplus2:# mount | grep mmc

/dev/mmcblk0p1 on / type ext4 (rw,noatime,nodiratime,errors=remount-ro,commit=600) <= 8GB SD card root@orangepiplus2:# fdisk /dev/mmcblk0 Welcome to fdisk (util-linux 2.25.2). Changes will remain in memory only, until you decide to write them. Be careful before using the write command. Command (m for help): p Disk /dev/mmcblk0: 7.4 GiB, 7948206080 bytes, 15523840 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x00007b95 Device Boot Start End Sectors Size Id Type /dev/mmcblk0p1 4096 15523839 15519744 7.4G 83 Linux

You may also like...