Problems About Building Image for MFG Tool on IMX6DL

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

Problems About Building Image for MFG Tool on IMX6DL

614 Views
tony_l_cai
Contributor III

  Dear all,

     Our project is on IMX6DL, and I want to build image for MFG Tool by LTIB. Could you give me some docs in detail how to build image for MFG Tool. Thanks~

Labels (3)
0 Kudos
3 Replies

429 Views
igorpadykov
NXP Employee
NXP Employee

Hi Tony

please look at attached Linux Guide sect.3.9 Building Manufacturing Firmware

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos

429 Views
tony_l_cai
Contributor III

Hi igor,

     Following the guide, run

./ltib --profile config/platform/imx/updater.profile --preconfig config/platform/imx/

imx6q_updater.cf --continue --batch

and build fail. Part of the log is following:

sudo /opt/freescale/ltib/usr/bin/rpm --root /home/dany/tony6q/ltib/rootfs --dbpath /var/lib/rpm -e --allmatches --nodeps --define '_tmppath /tmp/ltib' modeps 2>/dev/null

sudo /opt/freescale/ltib/usr/bin/rpm --root /home/dany/tony6q/ltib/rootfs --dbpath /var/lib/rpm --prefix / --ignorearch -ivh --force --excludedocs --define '_tmppath /tmp/ltib' /home/dany/tony6q/ltib/rpm/RPMS/arm/modeps-1.0-1.arm.rpm

Preparing...                ########################################### [100%]

   1:modeps                 ########################################### [100%]

f_buildrpms() returned an error, exiting

traceback:

main:572

Started: Fri Dec 11 15:46:26 2015

Ended:   Fri Dec 11 15:54:05 2015

Elapsed: 459 seconds

These packages failed to build:

ncurses procps

Build Failed

Exiting on error or interrupt

So Could I have more detail about generating image for MFG tool?

The chapter 3.9 is so simple, I can get more help. thank you ~

0 Kudos

429 Views
igorpadykov
NXP Employee
NXP Employee

I am afraid more detailed document is not available.

Probably you have other builds on that machine, could you try :

./ltib –m distclean

and make fresh build

~igor

0 Kudos