我的是imx6q,sabresd的官方板子
下面说一下我的emmc烧录方法:
没有用官方的emmc烧录工具,打算从SD启动后,手动分区+烧写emmc
按照ucl2.xml操作,结果一开始就出错了
下面是我依赖的ucl2.xml流程
<LIST name="Android-SabreSD-eMMC" desc="Choose eMMC android as media">
<!-- Android Profile: -->
<CMD state="BootStrap" type="boot" body="BootStrap" file ="u-boot-mx6q-sabresd.bin" >Loading U-boot</CMD>
<CMD state="BootStrap" type="load" file="uImage" address="0x10800000"
loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" >Loading Kernel.</CMD>
<CMD state="BootStrap" type="load" file="initramfs.cpio.gz.uboot" address="0x10C00000"
loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" >Loading Initramfs.</CMD>
<CMD state="BootStrap" type="jump" > Jumping to OS image. </CMD>
<CMD state="BootStrap" type="find" body="Updater" timeout="500"/> |