IMX6 MfgTool not loading u-boot.bin as expected

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

IMX6 MfgTool not loading u-boot.bin as expected

跳至解决方案
1,282 次查看
jamese
Contributor II

I'm using the MfgTool to load a custom u-boot to our board over USB.  The u-boot is basically the one from the SDK, and has the HAB stuff added to it.  I had to make the linker changes, and the system seems to work well on the SabreSD eval board, though that was loaded off of an SD card.  In the case of the new board, the MfgTool loads the u-boot.bin, but sometime after the main u-boot code, somewhere in the padding that follows, it cuts off the download, so everything after the padding is lost.

Is there a trick to get the MfgTool to load the entire image?  The documentation I've found is very light on what it's doing.  I'm assuming that the tool is determining the size of the image to load based on something other than file size, but can't find what that is.  Any help is appreciated.

标签 (2)
0 项奖励
1 解答
918 次查看
weidong_sun
NXP TechSupport
NXP TechSupport

Hi,James,

     Did you resolve your issue ?

Weidong

在原帖中查看解决方案

0 项奖励
3 回复数
918 次查看
weidong_sun
NXP TechSupport
NXP TechSupport

Hello,James,

      I need more details about your projects ,Could you tell me following :

(1)Which CPU you are using ?

(2)which uSDHC port ?

(3)Can you paste the ucl2.xml file here?

Let me see burning list for your board.

Regards,

Weidong

0 项奖励
919 次查看
weidong_sun
NXP TechSupport
NXP TechSupport

Hi,James,

     Did you resolve your issue ?

Weidong

0 项奖励
918 次查看
jamese
Contributor II

I'm sorry for the delayed followup.  No, I never managed to get the USB loader to load the FPGA bitfile the way I was trying to do it, but found another way.  I simple added another line to the XML config file, and loaded the file to a different address in memory, and from there I was able to do what was needed.  Thanks.