To install leste on the emmc of a XT896: 1. download and install leste to a sdcard as normal 2. Write the images to emmc: 1. dd if=/dev/mmcblk0p1 of=/dev/mmcblk1p23 bs=4M 2. dd if=/dev/mmcblk0p2 of=/dev/mmcblk1p25 bs=4M 3. mkfs.ext4 -L lesteHome /dev/mmcblk1p24 3. Mount filesystems 1. mkdir /mnt/LesteRoot 2. mkdir /mnt/LesteBoot 3. mkdir /mnt/LesteHome 4. mount /dev/mmcblk1p25 /mnt/LesteRoot 5. mount /dev/mmcblk1p23 /mnt/LesteBoot 6. mount /dev/mmcblk1p24 /mnt/LesteHome 3. Configure system 1. edit /mnt/LesteBoot/boot/boot.cfg 1. so that CMDLINE=console=tty0 fbcon=rotate:1 debug earlycon ro rootwait rootfstype=ext4 root=/dev/mmcblk1p25 softlevel=charge-mode 2. edit /mnt/LesteRoot/fstab 1. /dev/mmcblk1p23 /boot ext2 defaults 0 1 2. /dev/mmcblk1p24 /home ext4 defaults 0 1 3. mv /mnt/LesteRoot/home/* /mnt/LesteHome 4. umount /mnt/* 4. power off 5. remove sdcard 6. power back on 7. run /etc/expandcard.sh