All of lore.kernel.org
 help / color / mirror / Atom feed
* Regarding Mfg tool image in yocto SDK
@ 2014-12-26 11:12 Subodh Sudhakar
  2014-12-26 20:08 ` Sven Ebenfeld
  0 siblings, 1 reply; 9+ messages in thread
From: Subodh Sudhakar @ 2014-12-26 11:12 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

Hi all,
I am working on a project which is based on imx6 sabresd board and my sdk
is Yocto 1.6 daisy branch .
And in my end product we have to keep eMMC as boot media , so i have to
build images for Mfg tool in yocto SDK.
so anyone guide me to create the Mfgtool images in yocto SDK so that i will
flash that image in eMMC .



*With Warm Regards,*

Subodh

*Cell : *+91 8467044971 | *Skype :* subodh.kant9

[-- Attachment #2: Type: text/html, Size: 662 bytes --]

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

* Re: Regarding Mfg tool image in yocto SDK
  2014-12-26 11:12 Regarding Mfg tool image in yocto SDK Subodh Sudhakar
@ 2014-12-26 20:08 ` Sven Ebenfeld
  2014-12-26 20:20   ` Otavio Salvador
  0 siblings, 1 reply; 9+ messages in thread
From: Sven Ebenfeld @ 2014-12-26 20:08 UTC (permalink / raw)
  To: Subodh Sudhakar, meta-freescale

Hi Subodh,

Am 26.12.2014 um 12:12 schrieb Subodh Sudhakar:
> Hi all,
> I am working on a project which is based on imx6 sabresd board and my sdk
> is Yocto 1.6 daisy branch .
> And in my end product we have to keep eMMC as boot media , so i have to
> build images for Mfg tool in yocto SDK.
> so anyone guide me to create the Mfgtool images in yocto SDK so that i will
> flash that image in eMMC .
> 

In Yocto 1.7 Dizzy Branch there is support for mfgtool-images using
fsl-image-mfgtool-initramfs as target recipe. I'm using it for a custom
i.MX6 Board with eMMC media.

> 
> 
> *With Warm Regards,*
> 
> Subodh
> 
> *Cell : *+91 8467044971 | *Skype :* subodh.kant9
> 
> 
> 

Cheers,
Sven


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

* Re: Regarding Mfg tool image in yocto SDK
  2014-12-26 20:08 ` Sven Ebenfeld
@ 2014-12-26 20:20   ` Otavio Salvador
  2014-12-27 13:05     ` Subodh Sudhakar
  0 siblings, 1 reply; 9+ messages in thread
From: Otavio Salvador @ 2014-12-26 20:20 UTC (permalink / raw)
  To: Sven Ebenfeld; +Cc: meta-freescale, Subodh Sudhakar

On Fri, Dec 26, 2014 at 6:08 PM, Sven Ebenfeld <sven.ebenfeld@gmail.com> wrote:
> Am 26.12.2014 um 12:12 schrieb Subodh Sudhakar:
>> Hi all,
>> I am working on a project which is based on imx6 sabresd board and my sdk
>> is Yocto 1.6 daisy branch .
>> And in my end product we have to keep eMMC as boot media , so i have to
>> build images for Mfg tool in yocto SDK.
>> so anyone guide me to create the Mfgtool images in yocto SDK so that i will
>> flash that image in eMMC .
>>
>
> In Yocto 1.7 Dizzy Branch there is support for mfgtool-images using
> fsl-image-mfgtool-initramfs as target recipe. I'm using it for a custom
> i.MX6 Board with eMMC media.

Daisy also has it. I have no problems using it for our customers.

-- 
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] 9+ messages in thread

* Re: Regarding Mfg tool image in yocto SDK
  2014-12-26 20:20   ` Otavio Salvador
@ 2014-12-27 13:05     ` Subodh Sudhakar
  2014-12-27 13:58       ` Subodh Sudhakar
  0 siblings, 1 reply; 9+ messages in thread
From: Subodh Sudhakar @ 2014-12-27 13:05 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1287 bytes --]

Thank you all .
Let me check it once and then i will revert back to you if i face any issue.




*With Warm Regards,*

Subodh

VVDN Technologies Pvt Ltd
*Cell : *+91 8467044971 | *Skype :* subodh.kant9

On Sat, Dec 27, 2014 at 1:50 AM, Otavio Salvador <otavio@ossystems.com.br>
wrote:

> On Fri, Dec 26, 2014 at 6:08 PM, Sven Ebenfeld <sven.ebenfeld@gmail.com>
> wrote:
> > Am 26.12.2014 um 12:12 schrieb Subodh Sudhakar:
> >> Hi all,
> >> I am working on a project which is based on imx6 sabresd board and my
> sdk
> >> is Yocto 1.6 daisy branch .
> >> And in my end product we have to keep eMMC as boot media , so i have to
> >> build images for Mfg tool in yocto SDK.
> >> so anyone guide me to create the Mfgtool images in yocto SDK so that i
> will
> >> flash that image in eMMC .
> >>
> >
> > In Yocto 1.7 Dizzy Branch there is support for mfgtool-images using
> > fsl-image-mfgtool-initramfs as target recipe. I'm using it for a custom
> > i.MX6 Board with eMMC media.
>
> Daisy also has it. I have no problems using it for our customers.
>
> --
> 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
>

[-- Attachment #2: Type: text/html, Size: 2085 bytes --]

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

* Re: Regarding Mfg tool image in yocto SDK
  2014-12-27 13:05     ` Subodh Sudhakar
@ 2014-12-27 13:58       ` Subodh Sudhakar
  2014-12-27 15:39         ` Sven Ebenfeld
  0 siblings, 1 reply; 9+ messages in thread
From: Subodh Sudhakar @ 2014-12-27 13:58 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1788 bytes --]

Hi all,
I did what you said using bitbake command.

*subodh@subodh:~/velu_test/velu_wmsd/src/build$
fsl-image-mfgtool-intramfsfsl-image-mfgtool-intramfs: command not found*

Please provide me quick help over it to proceed.




*With Warm Regards,*

Subodh

VVDN Technologies Pvt Ltd
*Cell : *+91 8467044971 | *Skype :* subodh.kant9

On Sat, Dec 27, 2014 at 6:35 PM, Subodh Sudhakar <
subodh.sudhakar@vvdntech.com> wrote:

> Thank you all .
> Let me check it once and then i will revert back to you if i face any
> issue.
>
>
>
>
> *With Warm Regards,*
>
> Subodh
>
> VVDN Technologies Pvt Ltd
> *Cell : *+91 8467044971 | *Skype :* subodh.kant9
>
> On Sat, Dec 27, 2014 at 1:50 AM, Otavio Salvador <otavio@ossystems.com.br>
> wrote:
>
>> On Fri, Dec 26, 2014 at 6:08 PM, Sven Ebenfeld <sven.ebenfeld@gmail.com>
>> wrote:
>> > Am 26.12.2014 um 12:12 schrieb Subodh Sudhakar:
>> >> Hi all,
>> >> I am working on a project which is based on imx6 sabresd board and my
>> sdk
>> >> is Yocto 1.6 daisy branch .
>> >> And in my end product we have to keep eMMC as boot media , so i have to
>> >> build images for Mfg tool in yocto SDK.
>> >> so anyone guide me to create the Mfgtool images in yocto SDK so that i
>> will
>> >> flash that image in eMMC .
>> >>
>> >
>> > In Yocto 1.7 Dizzy Branch there is support for mfgtool-images using
>> > fsl-image-mfgtool-initramfs as target recipe. I'm using it for a custom
>> > i.MX6 Board with eMMC media.
>>
>> Daisy also has it. I have no problems using it for our customers.
>>
>> --
>> 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
>>
>
>

[-- Attachment #2: Type: text/html, Size: 3027 bytes --]

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

* Re: Regarding Mfg tool image in yocto SDK
  2014-12-27 13:58       ` Subodh Sudhakar
@ 2014-12-27 15:39         ` Sven Ebenfeld
  2014-12-29  3:35           ` Subodh Sudhakar
  0 siblings, 1 reply; 9+ messages in thread
From: Sven Ebenfeld @ 2014-12-27 15:39 UTC (permalink / raw)
  To: Subodh Sudhakar, Otavio Salvador; +Cc: meta-freescale



Am 27.12.2014 um 14:58 schrieb Subodh Sudhakar:
> Hi all,
> I did what you said using bitbake command.
> 
> *subodh@subodh:~/velu_test/velu_wmsd/src/build$
> fsl-image-mfgtool-intramfsfsl-image-mfgtool-intramfs: command not found*

You should run "bitbake fsl-image-mfgtool-intramfs"

fsl-image-mfgtool-intramfs is a recipe for bitbake, not a shell command.
> 
> Please provide me quick help over it to proceed.
> 
> 
> 
> 
> *With Warm Regards,*
> 
> Subodh
> 
> VVDN Technologies Pvt Ltd
> *Cell : *+91 8467044971 | *Skype :* subodh.kant9
> 
> On Sat, Dec 27, 2014 at 6:35 PM, Subodh Sudhakar <
> subodh.sudhakar@vvdntech.com> wrote:
> 
>> Thank you all .
>> Let me check it once and then i will revert back to you if i face any
>> issue.
>>
>>
>>
>>
>> *With Warm Regards,*
>>
>> Subodh
>>
>> VVDN Technologies Pvt Ltd
>> *Cell : *+91 8467044971 | *Skype :* subodh.kant9
>>
>> On Sat, Dec 27, 2014 at 1:50 AM, Otavio Salvador <otavio@ossystems.com.br>
>> wrote:
>>
>>> On Fri, Dec 26, 2014 at 6:08 PM, Sven Ebenfeld <sven.ebenfeld@gmail.com>
>>> wrote:
>>>> Am 26.12.2014 um 12:12 schrieb Subodh Sudhakar:
>>>>> Hi all,
>>>>> I am working on a project which is based on imx6 sabresd board and my
>>> sdk
>>>>> is Yocto 1.6 daisy branch .
>>>>> And in my end product we have to keep eMMC as boot media , so i have to
>>>>> build images for Mfg tool in yocto SDK.
>>>>> so anyone guide me to create the Mfgtool images in yocto SDK so that i
>>> will
>>>>> flash that image in eMMC .
>>>>>
>>>>
>>>> In Yocto 1.7 Dizzy Branch there is support for mfgtool-images using
>>>> fsl-image-mfgtool-initramfs as target recipe. I'm using it for a custom
>>>> i.MX6 Board with eMMC media.
>>>
>>> Daisy also has it. I have no problems using it for our customers.
>>>
>>> --
>>> 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] 9+ messages in thread

* Re: Regarding Mfg tool image in yocto SDK
  2014-12-27 15:39         ` Sven Ebenfeld
@ 2014-12-29  3:35           ` Subodh Sudhakar
  2014-12-29  4:09             ` Subodh Sudhakar
  2014-12-30 12:37             ` Sven Ebenfeld
  0 siblings, 2 replies; 9+ messages in thread
From: Subodh Sudhakar @ 2014-12-29  3:35 UTC (permalink / raw)
  To: Sven Ebenfeld; +Cc: meta-freescale, Otavio Salvador

[-- Attachment #1: Type: text/plain, Size: 2501 bytes --]

Hi Seven,
can you give me help or any docs to build from recipe ? i am completel new
to yocto.



*With Warm Regards,*

Subodh

VVDN Technologies Pvt Ltd
*Cell : *+91 8467044971 | *Skype :* subodh.kant9

On Sat, Dec 27, 2014 at 9:09 PM, Sven Ebenfeld <sven.ebenfeld@gmail.com>
wrote:

>
>
> Am 27.12.2014 um 14:58 schrieb Subodh Sudhakar:
> > Hi all,
> > I did what you said using bitbake command.
> >
> > *subodh@subodh:~/velu_test/velu_wmsd/src/build$
> > fsl-image-mfgtool-intramfsfsl-image-mfgtool-intramfs: command not found*
>
> You should run "bitbake fsl-image-mfgtool-intramfs"
>
> fsl-image-mfgtool-intramfs is a recipe for bitbake, not a shell command.
> >
> > Please provide me quick help over it to proceed.
> >
> >
> >
> >
> > *With Warm Regards,*
> >
> > Subodh
> >
> > VVDN Technologies Pvt Ltd
> > *Cell : *+91 8467044971 | *Skype :* subodh.kant9
> >
> > On Sat, Dec 27, 2014 at 6:35 PM, Subodh Sudhakar <
> > subodh.sudhakar@vvdntech.com> wrote:
> >
> >> Thank you all .
> >> Let me check it once and then i will revert back to you if i face any
> >> issue.
> >>
> >>
> >>
> >>
> >> *With Warm Regards,*
> >>
> >> Subodh
> >>
> >> VVDN Technologies Pvt Ltd
> >> *Cell : *+91 8467044971 | *Skype :* subodh.kant9
> >>
> >> On Sat, Dec 27, 2014 at 1:50 AM, Otavio Salvador <
> otavio@ossystems.com.br>
> >> wrote:
> >>
> >>> On Fri, Dec 26, 2014 at 6:08 PM, Sven Ebenfeld <
> sven.ebenfeld@gmail.com>
> >>> wrote:
> >>>> Am 26.12.2014 um 12:12 schrieb Subodh Sudhakar:
> >>>>> Hi all,
> >>>>> I am working on a project which is based on imx6 sabresd board and my
> >>> sdk
> >>>>> is Yocto 1.6 daisy branch .
> >>>>> And in my end product we have to keep eMMC as boot media , so i have
> to
> >>>>> build images for Mfg tool in yocto SDK.
> >>>>> so anyone guide me to create the Mfgtool images in yocto SDK so that
> i
> >>> will
> >>>>> flash that image in eMMC .
> >>>>>
> >>>>
> >>>> In Yocto 1.7 Dizzy Branch there is support for mfgtool-images using
> >>>> fsl-image-mfgtool-initramfs as target recipe. I'm using it for a
> custom
> >>>> i.MX6 Board with eMMC media.
> >>>
> >>> Daisy also has it. I have no problems using it for our customers.
> >>>
> >>> --
> >>> 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
> >>>
> >>
> >>
> >
>

[-- Attachment #2: Type: text/html, Size: 3996 bytes --]

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

* Re: Regarding Mfg tool image in yocto SDK
  2014-12-29  3:35           ` Subodh Sudhakar
@ 2014-12-29  4:09             ` Subodh Sudhakar
  2014-12-30 12:37             ` Sven Ebenfeld
  1 sibling, 0 replies; 9+ messages in thread
From: Subodh Sudhakar @ 2014-12-29  4:09 UTC (permalink / raw)
  To: Sven Ebenfeld; +Cc: meta-freescale, Otavio Salvador

[-- Attachment #1: Type: text/plain, Size: 2878 bytes --]

*With Warm Regards,*

Subodh

VVDN Technologies Pvt Ltd
*Cell : *+91 8467044971 | *Skype :* subodh.kant9

On Mon, Dec 29, 2014 at 9:05 AM, Subodh Sudhakar <
subodh.sudhakar@vvdntech.com> wrote:

> Hi Seven,
> can you give me help or any docs to build from recipe ? i am completely
> new to yocto. and our SDK is yocto 1.6 not yocto 1.7 and daisy branch.
>
>
>
> *With Warm Regards,*
>
> Subodh
>
> VVDN Technologies Pvt Ltd
> *Cell : *+91 8467044971 | *Skype :* subodh.kant9
>
> On Sat, Dec 27, 2014 at 9:09 PM, Sven Ebenfeld <sven.ebenfeld@gmail.com>
> wrote:
>
>>
>>
>> Am 27.12.2014 um 14:58 schrieb Subodh Sudhakar:
>> > Hi all,
>> > I did what you said using bitbake command.
>> >
>> > *subodh@subodh:~/velu_test/velu_wmsd/src/build$
>> > fsl-image-mfgtool-intramfsfsl-image-mfgtool-intramfs: command not found*
>>
>> You should run "bitbake fsl-image-mfgtool-intramfs"
>>
>> fsl-image-mfgtool-intramfs is a recipe for bitbake, not a shell command.
>> >
>> > Please provide me quick help over it to proceed.
>> >
>> >
>> >
>> >
>> > *With Warm Regards,*
>> >
>> > Subodh
>> >
>> > VVDN Technologies Pvt Ltd
>> > *Cell : *+91 8467044971 | *Skype :* subodh.kant9
>> >
>> > On Sat, Dec 27, 2014 at 6:35 PM, Subodh Sudhakar <
>> > subodh.sudhakar@vvdntech.com> wrote:
>> >
>> >> Thank you all .
>> >> Let me check it once and then i will revert back to you if i face any
>> >> issue.
>> >>
>> >>
>> >>
>> >>
>> >> *With Warm Regards,*
>> >>
>> >> Subodh
>> >>
>> >> VVDN Technologies Pvt Ltd
>> >> *Cell : *+91 8467044971 | *Skype :* subodh.kant9
>> >>
>> >> On Sat, Dec 27, 2014 at 1:50 AM, Otavio Salvador <
>> otavio@ossystems.com.br>
>> >> wrote:
>> >>
>> >>> On Fri, Dec 26, 2014 at 6:08 PM, Sven Ebenfeld <
>> sven.ebenfeld@gmail.com>
>> >>> wrote:
>> >>>> Am 26.12.2014 um 12:12 schrieb Subodh Sudhakar:
>> >>>>> Hi all,
>> >>>>> I am working on a project which is based on imx6 sabresd board and
>> my
>> >>> sdk
>> >>>>> is Yocto 1.6 daisy branch .
>> >>>>> And in my end product we have to keep eMMC as boot media , so i
>> have to
>> >>>>> build images for Mfg tool in yocto SDK.
>> >>>>> so anyone guide me to create the Mfgtool images in yocto SDK so
>> that i
>> >>> will
>> >>>>> flash that image in eMMC .
>> >>>>>
>> >>>>
>> >>>> In Yocto 1.7 Dizzy Branch there is support for mfgtool-images using
>> >>>> fsl-image-mfgtool-initramfs as target recipe. I'm using it for a
>> custom
>> >>>> i.MX6 Board with eMMC media.
>> >>>
>> >>> Daisy also has it. I have no problems using it for our customers.
>> >>>
>> >>> --
>> >>> 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
>> >>>
>> >>
>> >>
>> >
>>
>
>

[-- Attachment #2: Type: text/html, Size: 4691 bytes --]

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

* Re: Regarding Mfg tool image in yocto SDK
  2014-12-29  3:35           ` Subodh Sudhakar
  2014-12-29  4:09             ` Subodh Sudhakar
@ 2014-12-30 12:37             ` Sven Ebenfeld
  1 sibling, 0 replies; 9+ messages in thread
From: Sven Ebenfeld @ 2014-12-30 12:37 UTC (permalink / raw)
  To: Subodh Sudhakar; +Cc: meta-freescale, Otavio Salvador

Hi Subodh,

Am 29.12.2014 um 04:35 schrieb Subodh Sudhakar:
> Hi Seven,
> can you give me help or any docs to build from recipe ? i am completel new
> to yocto.

You should have a look at these two manuals:
http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html
http://www.openembedded.org/wiki/Getting_started

I found Angstrom to be a good starting point as well as it includes
quite some layers and different BSPs.
https://github.com/Angstrom-distribution/meta-angstrom/blob/master/README

Best Regards,
Sven


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

end of thread, other threads:[~2014-12-30 12:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-26 11:12 Regarding Mfg tool image in yocto SDK Subodh Sudhakar
2014-12-26 20:08 ` Sven Ebenfeld
2014-12-26 20:20   ` Otavio Salvador
2014-12-27 13:05     ` Subodh Sudhakar
2014-12-27 13:58       ` Subodh Sudhakar
2014-12-27 15:39         ` Sven Ebenfeld
2014-12-29  3:35           ` Subodh Sudhakar
2014-12-29  4:09             ` Subodh Sudhakar
2014-12-30 12:37             ` Sven Ebenfeld

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.