login: root password: password mainline kernel image update to the current version of the rootfs 2020.10.23 kernel version 5.6.19 Attention! ---------- on the pinebook eMMC is defined as /dev/mmcblk2 a SDcard how /dev/mmcblk0 installation on a sdcard Unpack the IMAGE file and record by running the following on the SD card ( /dev/mmcblk0 = your sd card device ): dd if=slarm64-current-*-base-rootfs-*-build-*.img of=/dev/mmcblk0 bs=1M or zstdcat slarm64-current-*-base-rootfs-*-build-*.img.zst > /dev/mmcblk0 installation on a eMMC Flash the image to micro SD, power up the board with micro SD and login Copy the image file to micro SD by using SFTP. The image file must be in .img. note : root user are not allow transfer file to micro SD. After finish copy the file, power off the board and add eMMC module to the board Bootup the board, run below command for flashing to eMMC module >>dd if=slarm64-current-*-base-rootfs-*-build-*.img of=/dev/mmcblk0 bs=10M example : dd if=slarm64-current-*-xfce-rootfs-*-build-*.img of=/dev/mmcblk2 bs=10M then edit 2 files in eMMC module: >> mount /dev/mmcblk2p1 /media >> echo "rootdev=/dev/mmcblk2p1" >> /media/boot/uEnv.txt >> sed -i 's:mmcblk1p1:mmcblk2p1:' /media/etc/fstab After done, power off board and remove micro SD. Then bootup with only eMMC module. 2 version of the transfer a system with the SD to eMMC, you need to boot from the start and run the script: setup or setup.sh