Hi Ivan
typical uboot images in MFG2 Tool folder are images with offset -
written for programming on external boot devices. For usb
load one needs the same images, but without offset. Just for example
attached u-boot-mx6q-sabresd.bin - original Uboot image found in MFG2
package (..\Profiles\MX6Q Linux Update\OS Firmware).
u-boot-mx6q-sabresd_nopad.bin - the same image without offset.
One can use modified ucl2.xml u-boot-mx6q-sabresd_nopad.bin is Uboot image
without offset (0x400). Modified "SabreSD-SD" profile, tested with
Mfgtools-Rel-L3.0.35_1.0.1_MX6Q_UPDATER:
<LIST name="SabreSD-SD" desc="USB SDP">
<CMD state="BootStrap" type="boot" body="BootStrap" file ="u-boot-mx6q-sabresd_nopad.bin" >Loading image</CMD>
<CMD state="BootStrap" type="jump" > Jumping to image. </CMD>
<CMD state="Updater" type="push" body="$ echo Load Complete!">Done</CMD>
</LIST>
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------