| 
 | 
 Edited by zhao_steven at 2015-6-21 23:55  
 
I have findished burning image to emmc flash.  
You can use Lubuntu_1404_For_OrangePiplus_v0_9_0_.img for burning image to emmc flash. 
First you have burned  Lubuntu_1404_For_OrangePiplus_v0_9_0_.img to microSD card. 
After you boot Lubuntu system,you can execute command. 
Important: after first boot run sudo fs_resize and reboot, to resize linux partition to fit sd card size 
You can copy your burning firmware image into /home/orangepi/burn-image-to-emmc/ 
sudo dd bs=4M if=xxx.img of=/dev/mmcblk1 
xxx.img is your burning firmware image,This need to wait 30 minutes. 
sudo dd if=u-boot-sun8iw7p1.bin of=/dev/mmcblk1 bs=1024 seek=16400 
 |   
 
 
 
 |