Hi Tom,
Take the latest Ubuntu Mate for the M3, then try to follow this information to get the Mate on the onboard eMMC storage.
Please report back if you can now boot without SDcard into Ubuntu Mate 15.10 for BPI-M3 GPU PowerVR SGX544MP (20160317)
Steps seem to be weird, just read carefully: Step 0: copy the Ubuntu Mate 15.10 BPI-M3 image on an USB-MemoryStick. Step 1: Start up the M3 (SBC) with the SD card, on which you have flashed the Ubuntu Mate for BPI-M3 image too. Step 2: Put the USB-MemoryStick which contains the image you’d like to burn to the eMMC Storage to the USB port of the M3. Step 3: Run “fdisk -l” command line on your BPI-M3 and you can see the eMMC path as “/dev/mmcblk1”
sudo fdisk -l
Step 4: Switch to the path of image, and run the command.
cd /dev/sdx
sudo dd if=xxxubuntu-mate-m3-sd-emmc-2016xxxx.img of=/dev/mmcblk1 bs=1M && sync
Step 5: After entering your password, you will not see changes to the terminal until it is finished - wait. Step 6: shutdown -h now Step 7: Now you can safely remove the SD card, and restart the BPI-M3. Step 8: Check if the M3 starts normally from the eMMC storage. Look at the filesystem with:
lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
df -h
(Please re-run the test with bonnie++)
@noralee @sinovoip Will you please update your gitbook with the more precise guide above ? Thank you