Problem with MfgTool with own hardware

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem with MfgTool with own hardware

1,197 Views
hemanthkumarcha
Contributor II

Hi

we are customizing the i.MX233 EVK . As we are  using the NOR Flash in SPI Flash 2 Master mode for Booting customized board.


For that i want to use MFG Tool(Manufacturing tool ) Provided By the Freescale.  We are  changing the xml files.

 

Please find the ucl.xml file.

 

Even i checked the MfgTool Error that filter problem is not there in my Hardware But We are using i.Mx233.

 

And here are the errors

 

 

 

Friday, January 30, 2015 15:25:24

1 - Panel A Start processing SPI-NOR <LIST/>.

Panel A Start <CMD/> type="boot" body="Recovery" file="updater.sb" timeout="60" onError="" text="Booting update firmware".

1 - Panel A DoBoot() - Failed to load updater.sb to Recovery mode device. (err=121)

1 - Panel A Finished <CMD/> type="boot" body="Recovery" file="updater.sb" timeout="60" onError="" text="Booting update firmware" FAIL code=0x79.

Panel A: Reason is unknown,failed to run command: type="boot" body="Recovery" file="updater.sb" timeout="60" onError="" text="Booting update firmware"  The semaphore timeout period has expired.

2 - Panel A Finished processing SPI-NOR <LIST/> : FAIL code=121.

 

Friday, January 30, 2015 15:30:47

1 - Panel A Start processing SPI-NOR <LIST/>.

Panel A Start <CMD/> type="boot" body="Recovery" file="updater.sb" timeout="60" onError="" text="Booting update firmware".

1 - Panel A Finished <CMD/> type="boot" body="Recovery" file="updater.sb" timeout="60" onError="" text="Booting update firmware" SUCCESS code=0x0.

Panel A Start <CMD/> type="find" body="BootStrap" file="" timeout="60" onError="" text="".

1 - Panel A Finished <CMD/> type="find" body="BootStrap" file="" timeout="60" onError="" text="" FAIL code=0xffff0002.

Panel A: Wrong device found.,failed to run command: type="find" body="BootStrap" file="" timeout="60" onError="" text="" 

2 - Panel A Finished processing SPI-NOR <LIST/> : FAIL code=-65534.

Panel A: Reason is unknown,Operation stopped by user. The process terminated unexpectedly.

 

 

Friday, January 30, 2015 15:31:58

2 - Panel A Start processing SPI-NOR <LIST/>.

Panel A Start <CMD/> type="boot" body="Recovery" file="updater.sb" timeout="60" onError="" text="Booting update firmware".

2 - Panel A DoBoot() - Failed to load updater.sb to Recovery mode device. (err=121)

2 - Panel A Finished <CMD/> type="boot" body="Recovery" file="updater.sb" timeout="60" onError="" text="Booting update firmware" FAIL code=0x79.

Panel A: Reason is unknown,failed to run command: type="boot" body="Recovery" file="updater.sb" timeout="60" onError="" text="Booting update firmware"  The semaphore timeout period has expired.

3 - Panel A Finished processing SPI-NOR <LIST/> : FAIL code=121.

Panel A: Reason is unknown,Operation stopped by user. The process terminated unexpectedly.

Original Attachment has been moved to: ucl.xml.zip

Labels (1)
0 Kudos
3 Replies

549 Views
jimmychan
NXP TechSupport
NXP TechSupport

Have you build the update.sb for your own board?

PS: i.mx23 is not recommend for new design. If still in design stage, please consider the i.MX28.

0 Kudos

549 Views
hemanthkumarcha
Contributor II

Dear jimmychan,

Thanks for reply,

I Built  the update.sb using

  2.5 Build Manufacturing Firmware

          Please refer 2.2 Installing and Building LTIB to setup ltib environment.

          Configure Firmware build profile

          ./ltib --selectype

          Choose correct item as below:

          --- Choose the platform type

          Selection (imx233/stmp3780) --->

-          -- Choose the packages profile

          Selection (Updater profile for mx233) --->

          After ltib complete build. Updater.sb will be created

From i.MX23_Linux_BSP_UserGuide Document

we are customizing the i.MX23 with

RAM-LPDDR

Flash-SPI NOR

Is there any Need to be changed to Build customized updater.sb  or is it same for all(customized/Non-customized of i.MX23)


Regards

Hemanth


0 Kudos

549 Views
qiang_li-mpu_se
NXP Employee
NXP Employee

Maybe you can reference to this document, iMX23 is similar with iMX28:

https://community.freescale.com/docs/DOC-93632

0 Kudos