All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm] Can't build manufacturing tool for imx6ulevk
@ 2016-04-14  9:25 Gary Thomas
  2016-04-14 12:41 ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2016-04-14  9:25 UTC (permalink / raw)
  To: meta-freescale

Seems to be some confusion over the U-Boot style - the manufacturing
tool recipe is expecting a split SPL+.img but the target builds a .imx

| cp: cannot stat 
'/local/imx6ul_2016-02-22/tmp/work/imx6ulevk-amltd-linux-gnueabi/u-boot-imx-mfgtool/2015.04-r0/git/mx6ul_14x14_evk_config/u-boot.img': 
No such file or directory
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at 
/local/imx6ul_2016-02-22/tmp/work/imx6ulevk-amltd-linux-gnueabi/u-boot-imx-mfgtool/2015.04-r0/temp/log.do_compile.1707)
ERROR: Task 133 (/local/poky-cutting-edge/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx-mfgtool_2015.04.bb, do_compile) 
failed with exit code '1'

Built with a recent master
meta              = "master:778121ab844af623a215430ba579a5fb3947928b"
meta-fsl-arm      = "master:cec4c47e33979631e85e2c933cea5182da61ad82"

Any ideas how I can get the manufacturing tool built for this target?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-fsl-arm] Can't build manufacturing tool for imx6ulevk
  2016-04-14  9:25 [meta-fsl-arm] Can't build manufacturing tool for imx6ulevk Gary Thomas
@ 2016-04-14 12:41 ` Otavio Salvador
  2016-04-14 12:43   ` Gary Thomas
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2016-04-14 12:41 UTC (permalink / raw)
  To: Gary Thomas; +Cc: meta-freescale

On Thu, Apr 14, 2016 at 6:25 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> Seems to be some confusion over the U-Boot style - the manufacturing
> tool recipe is expecting a split SPL+.img but the target builds a .imx
>
> | cp: cannot stat
> '/local/imx6ul_2016-02-22/tmp/work/imx6ulevk-amltd-linux-gnueabi/u-boot-imx-mfgtool/2015.04-r0/git/mx6ul_14x14_evk_config/u-boot.img':
> No such file or directory
> | WARNING: exit code 1 from a shell command.
> | ERROR: Function failed: do_compile (log file is located at
> /local/imx6ul_2016-02-22/tmp/work/imx6ulevk-amltd-linux-gnueabi/u-boot-imx-mfgtool/2015.04-r0/temp/log.do_compile.1707)
> ERROR: Task 133
> (/local/poky-cutting-edge/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx-mfgtool_2015.04.bb,
> do_compile) failed with exit code '1'
>
> Built with a recent master
> meta              = "master:778121ab844af623a215430ba579a5fb3947928b"
> meta-fsl-arm      = "master:cec4c47e33979631e85e2c933cea5182da61ad82"
>
> Any ideas how I can get the manufacturing tool built for this target?

Ideally you could send the mfgtool support for the U-Boot mainline;
the NXP fork is not used by the board by default, even though it is
available, so you need to adapt the board file to not use SPL.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-fsl-arm] Can't build manufacturing tool for imx6ulevk
  2016-04-14 12:41 ` Otavio Salvador
@ 2016-04-14 12:43   ` Gary Thomas
  2016-04-14 12:51     ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2016-04-14 12:43 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

On 2016-04-14 14:41, Otavio Salvador wrote:
> On Thu, Apr 14, 2016 at 6:25 AM, Gary Thomas <gary@mlbassoc.com> wrote:
>> Seems to be some confusion over the U-Boot style - the manufacturing
>> tool recipe is expecting a split SPL+.img but the target builds a .imx
>>
>> | cp: cannot stat
>> '/local/imx6ul_2016-02-22/tmp/work/imx6ulevk-amltd-linux-gnueabi/u-boot-imx-mfgtool/2015.04-r0/git/mx6ul_14x14_evk_config/u-boot.img':
>> No such file or directory
>> | WARNING: exit code 1 from a shell command.
>> | ERROR: Function failed: do_compile (log file is located at
>> /local/imx6ul_2016-02-22/tmp/work/imx6ulevk-amltd-linux-gnueabi/u-boot-imx-mfgtool/2015.04-r0/temp/log.do_compile.1707)
>> ERROR: Task 133
>> (/local/poky-cutting-edge/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx-mfgtool_2015.04.bb,
>> do_compile) failed with exit code '1'
>>
>> Built with a recent master
>> meta              = "master:778121ab844af623a215430ba579a5fb3947928b"
>> meta-fsl-arm      = "master:cec4c47e33979631e85e2c933cea5182da61ad82"
>>
>> Any ideas how I can get the manufacturing tool built for this target?
>
> Ideally you could send the mfgtool support for the U-Boot mainline;
> the NXP fork is not used by the board by default, even though it is
> available, so you need to adapt the board file to not use SPL.
>

I'm just trying to use the "off the shelf" [i.e. meta-fsl-arm] stuff.
I didn't expect to have to work so hard to get something in master
to be able to build :-(

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-fsl-arm] Can't build manufacturing tool for imx6ulevk
  2016-04-14 12:43   ` Gary Thomas
@ 2016-04-14 12:51     ` Otavio Salvador
  0 siblings, 0 replies; 4+ messages in thread
From: Otavio Salvador @ 2016-04-14 12:51 UTC (permalink / raw)
  To: Gary Thomas; +Cc: meta-freescale

On Thu, Apr 14, 2016 at 9:43 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2016-04-14 14:41, Otavio Salvador wrote:
>>
>> On Thu, Apr 14, 2016 at 6:25 AM, Gary Thomas <gary@mlbassoc.com> wrote:
>>>
>>> Seems to be some confusion over the U-Boot style - the manufacturing
>>> tool recipe is expecting a split SPL+.img but the target builds a .imx
>>>
>>> | cp: cannot stat
>>>
>>> '/local/imx6ul_2016-02-22/tmp/work/imx6ulevk-amltd-linux-gnueabi/u-boot-imx-mfgtool/2015.04-r0/git/mx6ul_14x14_evk_config/u-boot.img':
>>> No such file or directory
>>> | WARNING: exit code 1 from a shell command.
>>> | ERROR: Function failed: do_compile (log file is located at
>>>
>>> /local/imx6ul_2016-02-22/tmp/work/imx6ulevk-amltd-linux-gnueabi/u-boot-imx-mfgtool/2015.04-r0/temp/log.do_compile.1707)
>>> ERROR: Task 133
>>>
>>> (/local/poky-cutting-edge/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx-mfgtool_2015.04.bb,
>>> do_compile) failed with exit code '1'
>>>
>>> Built with a recent master
>>> meta              = "master:778121ab844af623a215430ba579a5fb3947928b"
>>> meta-fsl-arm      = "master:cec4c47e33979631e85e2c933cea5182da61ad82"
>>>
>>> Any ideas how I can get the manufacturing tool built for this target?
>>
>>
>> Ideally you could send the mfgtool support for the U-Boot mainline;
>> the NXP fork is not used by the board by default, even though it is
>> available, so you need to adapt the board file to not use SPL.
>>
>
> I'm just trying to use the "off the shelf" [i.e. meta-fsl-arm] stuff.
> I didn't expect to have to work so hard to get something in master
> to be able to build :-(

Few people uses mfgtool; in fact I think it is a disaster. I am not a
Windoze guy and I don't trust it to rely on it for manufactur. For
O.S. Systems customers we use imx-usb-load whenever it is possible
(always).

As I am not an user of it, I stopped testing it on regular basis. If
you are intending to use I will be happy to review the patches and
make next mfgtool life easier ;-)

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-04-14 12:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-14  9:25 [meta-fsl-arm] Can't build manufacturing tool for imx6ulevk Gary Thomas
2016-04-14 12:41 ` Otavio Salvador
2016-04-14 12:43   ` Gary Thomas
2016-04-14 12:51     ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.