用mfg 烧写uboot,用原厂配的资源文件编译出来的UBOOT放在了 Profile/MX6Q Linux update/OS Firware/files/android 烧写没有问题,但是公司自己设计了开发板。参考了MX6Q_Sabrelite. 就需要改变profile/MX6Q Linux update/OS Firware下的UBOOT,于是我就实验mx6q开发板,参照文档 : 1. Build the uboot bin for MFGTool V2.
2. Copy the uboot bin to the “Profiles\${TARGET_PROFILE_NAME}\OSFirmware”, such as: “Profiles\MX6Q Linux Update\OS Firmware”. This uboot binfile must be located in this directory.
3. Rename the uboot bin to what you want. Please note that it shouldalign with the file name assigned in the ucl2.xml operation list.
将编译出来的UBOOT拷贝到该目录下,并且重命名为xml里需要的文件名。结果出现卡在Jump to OS Image 不动了。然后就是失败。
按照文档说明,原版的UBOOT编译出来是于mx6q_sabrelite对应的,怎么就出现这种情况呢?