All of lore.kernel.org
 help / color / mirror / Atom feed
* How to build jffs2 rootfs image in freescale community build
@ 2016-01-12  8:32 Sarayu Krishna Sivanandam
  2016-01-12  8:42 ` Khem Raj
  0 siblings, 1 reply; 8+ messages in thread
From: Sarayu Krishna Sivanandam @ 2016-01-12  8:32 UTC (permalink / raw)
  To: yocto

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

Hi all ,

I was initially using the QorIQ-SDK-V1.8 SDK and was using the command
"bitbake corre-image-full " to generate the full images including the uboot
, the jffs2 filesystem etc as shown below ,

*-rw-r--r--. 1 sarayu sarayu 30670848 Oct 14 13:46
fsl-image-core-ls1021atwr-20151014203509.rootfs.jffs2*

Hoe ever now i have moved to the fsl-community-bsp and want to generate the
full images . I am uisng the command "bitbake core-image-full-cmdline"  as
the "core-image-full " command was not available . But it still did not
generate the individual filesystem types . It generated a filesystem file
like the below .

*-rw-r--r--. 1 sarayu sarayu 24353214 Jan 11 23:12
core-image-full-cmdline-ls1021atwr-20160112065953.rootfs.tar.gz*


 Can you please let me know how to generate the jffs2 image in my community
bsp ? Please let me know what i am missing here .


Thanks in advance for your help.
Thanks and Regards,
Sarayu K S
Tech Lead
Zaikenn Technologies

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

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

* Re: How to build jffs2 rootfs image in freescale community build
  2016-01-12  8:32 How to build jffs2 rootfs image in freescale community build Sarayu Krishna Sivanandam
@ 2016-01-12  8:42 ` Khem Raj
  2016-01-12  9:47   ` Sarayu Krishna Sivanandam
  0 siblings, 1 reply; 8+ messages in thread
From: Khem Raj @ 2016-01-12  8:42 UTC (permalink / raw)
  To: Sarayu Krishna Sivanandam; +Cc: yocto

On Tue, Jan 12, 2016 at 12:32 AM, Sarayu Krishna Sivanandam
<sarayu@zaikenn.com> wrote:
> Hi all ,
>
> I was initially using the QorIQ-SDK-V1.8 SDK and was using the command
> "bitbake corre-image-full " to generate the full images including the uboot
> , the jffs2 filesystem etc as shown below ,
>
> -rw-r--r--. 1 sarayu sarayu 30670848 Oct 14 13:46
> fsl-image-core-ls1021atwr-20151014203509.rootfs.jffs2
>
>
> Hoe ever now i have moved to the fsl-community-bsp and want to generate the
> full images . I am uisng the command "bitbake core-image-full-cmdline"  as
> the "core-image-full " command was not available . But it still did not
> generate the individual filesystem types . It generated a filesystem file
> like the below .
>
> -rw-r--r--. 1 sarayu sarayu 24353214 Jan 11 23:12
> core-image-full-cmdline-ls1021atwr-20160112065953.rootfs.tar.gz
>
>
>  Can you please let me know how to generate the jffs2 image in my community
> bsp ? Please let me know what i am missing here .

Add IMAGE_FSTYPES += "jffs2" in your local.conf

>
>
> Thanks in advance for your help.
>
> Thanks and Regards,
> Sarayu K S
> Tech Lead
> Zaikenn Technologies
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


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

* Re: How to build jffs2 rootfs image in freescale community build
  2016-01-12  8:42 ` Khem Raj
@ 2016-01-12  9:47   ` Sarayu Krishna Sivanandam
  2016-01-13 12:03     ` Sarayu Krishna Sivanandam
  0 siblings, 1 reply; 8+ messages in thread
From: Sarayu Krishna Sivanandam @ 2016-01-12  9:47 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

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

That worked . Thanks !!

Thanks and Regards,
Sarayu K S
Tech Lead
Zaikenn Technologies

On Tue, Jan 12, 2016 at 2:12 PM, Khem Raj <raj.khem@gmail.com> wrote:

> On Tue, Jan 12, 2016 at 12:32 AM, Sarayu Krishna Sivanandam
> <sarayu@zaikenn.com> wrote:
> > Hi all ,
> >
> > I was initially using the QorIQ-SDK-V1.8 SDK and was using the command
> > "bitbake corre-image-full " to generate the full images including the
> uboot
> > , the jffs2 filesystem etc as shown below ,
> >
> > -rw-r--r--. 1 sarayu sarayu 30670848 Oct 14 13:46
> > fsl-image-core-ls1021atwr-20151014203509.rootfs.jffs2
> >
> >
> > Hoe ever now i have moved to the fsl-community-bsp and want to generate
> the
> > full images . I am uisng the command "bitbake core-image-full-cmdline"
> as
> > the "core-image-full " command was not available . But it still did not
> > generate the individual filesystem types . It generated a filesystem file
> > like the below .
> >
> > -rw-r--r--. 1 sarayu sarayu 24353214 Jan 11 23:12
> > core-image-full-cmdline-ls1021atwr-20160112065953.rootfs.tar.gz
> >
> >
> >  Can you please let me know how to generate the jffs2 image in my
> community
> > bsp ? Please let me know what i am missing here .
>
> Add IMAGE_FSTYPES += "jffs2" in your local.conf
>
> >
> >
> > Thanks in advance for your help.
> >
> > Thanks and Regards,
> > Sarayu K S
> > Tech Lead
> > Zaikenn Technologies
> >
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> >
>

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

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

* Re: How to build jffs2 rootfs image in freescale community build
  2016-01-12  9:47   ` Sarayu Krishna Sivanandam
@ 2016-01-13 12:03     ` Sarayu Krishna Sivanandam
  2016-01-13 17:41       ` Khem Raj
  0 siblings, 1 reply; 8+ messages in thread
From: Sarayu Krishna Sivanandam @ 2016-01-13 12:03 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

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

hi ,

On similar lines i want to rebuild my linux dtb file as i have made some
changes in my dts file . How can i force it to regenerate the same ?

For example , I use the command bitbake -c compile -f linux-ls1 to
regenerate the uImage .

Is there is similar command for the linux-dtb generation ?

Thanks in advance for your help.

Thanks and Regards,
Sarayu K S
Tech Lead
Zaikenn Technologies

On Tue, Jan 12, 2016 at 3:17 PM, Sarayu Krishna Sivanandam <
sarayu@zaikenn.com> wrote:

> That worked . Thanks !!
>
> Thanks and Regards,
> Sarayu K S
> Tech Lead
> Zaikenn Technologies
>
> On Tue, Jan 12, 2016 at 2:12 PM, Khem Raj <raj.khem@gmail.com> wrote:
>
>> On Tue, Jan 12, 2016 at 12:32 AM, Sarayu Krishna Sivanandam
>> <sarayu@zaikenn.com> wrote:
>> > Hi all ,
>> >
>> > I was initially using the QorIQ-SDK-V1.8 SDK and was using the command
>> > "bitbake corre-image-full " to generate the full images including the
>> uboot
>> > , the jffs2 filesystem etc as shown below ,
>> >
>> > -rw-r--r--. 1 sarayu sarayu 30670848 Oct 14 13:46
>> > fsl-image-core-ls1021atwr-20151014203509.rootfs.jffs2
>> >
>> >
>> > Hoe ever now i have moved to the fsl-community-bsp and want to generate
>> the
>> > full images . I am uisng the command "bitbake core-image-full-cmdline"
>> as
>> > the "core-image-full " command was not available . But it still did not
>> > generate the individual filesystem types . It generated a filesystem
>> file
>> > like the below .
>> >
>> > -rw-r--r--. 1 sarayu sarayu 24353214 Jan 11 23:12
>> > core-image-full-cmdline-ls1021atwr-20160112065953.rootfs.tar.gz
>> >
>> >
>> >  Can you please let me know how to generate the jffs2 image in my
>> community
>> > bsp ? Please let me know what i am missing here .
>>
>> Add IMAGE_FSTYPES += "jffs2" in your local.conf
>>
>> >
>> >
>> > Thanks in advance for your help.
>> >
>> > Thanks and Regards,
>> > Sarayu K S
>> > Tech Lead
>> > Zaikenn Technologies
>> >
>> > --
>> > _______________________________________________
>> > yocto mailing list
>> > yocto@yoctoproject.org
>> > https://lists.yoctoproject.org/listinfo/yocto
>> >
>>
>
>

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

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

* Re: How to build jffs2 rootfs image in freescale community build
  2016-01-13 12:03     ` Sarayu Krishna Sivanandam
@ 2016-01-13 17:41       ` Khem Raj
  2016-01-13 17:48         ` Sarayu Krishna Sivanandam
  0 siblings, 1 reply; 8+ messages in thread
From: Khem Raj @ 2016-01-13 17:41 UTC (permalink / raw)
  To: Sarayu Krishna Sivanandam; +Cc: yocto


[-- Attachment #1.1: Type: text/plain, Size: 2553 bytes --]


> On Jan 13, 2016, at 4:03 AM, Sarayu Krishna Sivanandam <sarayu@zaikenn.com> wrote:
> 
> hi ,
> 
> On similar lines i want to rebuild my linux dtb file as i have made some changes in my dts file . How can i force it to regenerate the same ?
> 
> For example , I use the command bitbake -c compile -f linux-ls1 to regenerate the uImage .
> 
> Is there is similar command for the linux-dtb generation ?

if your kernel recipe is including linux-dtb.inc then it should automatically append device tree related activities into standard tasks.

> 
> Thanks in advance for your help.
> 
> Thanks and Regards,
> Sarayu K S
> Tech Lead
> Zaikenn Technologies
> 
> On Tue, Jan 12, 2016 at 3:17 PM, Sarayu Krishna Sivanandam <sarayu@zaikenn.com <mailto:sarayu@zaikenn.com>> wrote:
> That worked . Thanks !!
> 
> Thanks and Regards,
> Sarayu K S
> Tech Lead
> Zaikenn Technologies
> 
> On Tue, Jan 12, 2016 at 2:12 PM, Khem Raj <raj.khem@gmail.com <mailto:raj.khem@gmail.com>> wrote:
> On Tue, Jan 12, 2016 at 12:32 AM, Sarayu Krishna Sivanandam
> <sarayu@zaikenn.com <mailto:sarayu@zaikenn.com>> wrote:
> > Hi all ,
> >
> > I was initially using the QorIQ-SDK-V1.8 SDK and was using the command
> > "bitbake corre-image-full " to generate the full images including the uboot
> > , the jffs2 filesystem etc as shown below ,
> >
> > -rw-r--r--. 1 sarayu sarayu 30670848 Oct 14 13:46
> > fsl-image-core-ls1021atwr-20151014203509.rootfs.jffs2
> >
> >
> > Hoe ever now i have moved to the fsl-community-bsp and want to generate the
> > full images . I am uisng the command "bitbake core-image-full-cmdline"  as
> > the "core-image-full " command was not available . But it still did not
> > generate the individual filesystem types . It generated a filesystem file
> > like the below .
> >
> > -rw-r--r--. 1 sarayu sarayu 24353214 Jan 11 23:12
> > core-image-full-cmdline-ls1021atwr-20160112065953.rootfs.tar.gz
> >
> >
> >  Can you please let me know how to generate the jffs2 image in my community
> > bsp ? Please let me know what i am missing here .
> 
> Add IMAGE_FSTYPES += "jffs2" in your local.conf
> 
> >
> >
> > Thanks in advance for your help.
> >
> > Thanks and Regards,
> > Sarayu K S
> > Tech Lead
> > Zaikenn Technologies
> >
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
> > https://lists.yoctoproject.org/listinfo/yocto <https://lists.yoctoproject.org/listinfo/yocto>
> >
> 
> 


[-- Attachment #1.2: Type: text/html, Size: 6296 bytes --]

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

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

* Re: How to build jffs2 rootfs image in freescale community build
  2016-01-13 17:41       ` Khem Raj
@ 2016-01-13 17:48         ` Sarayu Krishna Sivanandam
  2016-01-13 17:52           ` Khem Raj
  0 siblings, 1 reply; 8+ messages in thread
From: Sarayu Krishna Sivanandam @ 2016-01-13 17:48 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

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

hi ,

I do see the the linux-dtb.inc included in the linux-ls1 recipe but when i
build the code using

bitbake -c compile -f linux-ls1 it doesnot re-generate the dtb file in the
deploy/images/ls1021atwr folder .

Also when i try to rebuild the images like core-image-minimal or core-image
base it does not rebuild any of the images .

How can i force it to rebuild the dtb image ?

Thanks and Regards,
Sarayu K S
Tech Lead
Zaikenn Technologies

On Wed, Jan 13, 2016 at 11:11 PM, Khem Raj <raj.khem@gmail.com> wrote:

>
> On Jan 13, 2016, at 4:03 AM, Sarayu Krishna Sivanandam <sarayu@zaikenn.com>
> wrote:
>
> hi ,
>
> On similar lines i want to rebuild my linux dtb file as i have made some
> changes in my dts file . How can i force it to regenerate the same ?
>
> For example , I use the command bitbake -c compile -f linux-ls1 to
> regenerate the uImage .
>
> Is there is similar command for the linux-dtb generation ?
>
>
> if your kernel recipe is including linux-dtb.inc then it should
> automatically append device tree related activities into standard tasks.
>
>
> Thanks in advance for your help.
>
> Thanks and Regards,
> Sarayu K S
> Tech Lead
> Zaikenn Technologies
>
> On Tue, Jan 12, 2016 at 3:17 PM, Sarayu Krishna Sivanandam <
> sarayu@zaikenn.com> wrote:
>
>> That worked . Thanks !!
>>
>> Thanks and Regards,
>> Sarayu K S
>> Tech Lead
>> Zaikenn Technologies
>>
>> On Tue, Jan 12, 2016 at 2:12 PM, Khem Raj <raj.khem@gmail.com> wrote:
>>
>>> On Tue, Jan 12, 2016 at 12:32 AM, Sarayu Krishna Sivanandam
>>> <sarayu@zaikenn.com> wrote:
>>> > Hi all ,
>>> >
>>> > I was initially using the QorIQ-SDK-V1.8 SDK and was using the command
>>> > "bitbake corre-image-full " to generate the full images including the
>>> uboot
>>> > , the jffs2 filesystem etc as shown below ,
>>> >
>>> > -rw-r--r--. 1 sarayu sarayu 30670848 Oct 14 13:46
>>> > fsl-image-core-ls1021atwr-20151014203509.rootfs.jffs2
>>> >
>>> >
>>> > Hoe ever now i have moved to the fsl-community-bsp and want to
>>> generate the
>>> > full images . I am uisng the command "bitbake
>>> core-image-full-cmdline"  as
>>> > the "core-image-full " command was not available . But it still did not
>>> > generate the individual filesystem types . It generated a filesystem
>>> file
>>> > like the below .
>>> >
>>> > -rw-r--r--. 1 sarayu sarayu 24353214 Jan 11 23:12
>>> > core-image-full-cmdline-ls1021atwr-20160112065953.rootfs.tar.gz
>>> >
>>> >
>>> >  Can you please let me know how to generate the jffs2 image in my
>>> community
>>> > bsp ? Please let me know what i am missing here .
>>>
>>> Add IMAGE_FSTYPES += "jffs2" in your local.conf
>>>
>>> >
>>> >
>>> > Thanks in advance for your help.
>>> >
>>> > Thanks and Regards,
>>> > Sarayu K S
>>> > Tech Lead
>>> > Zaikenn Technologies
>>> >
>>> > --
>>> > _______________________________________________
>>> > yocto mailing list
>>> > yocto@yoctoproject.org
>>> > https://lists.yoctoproject.org/listinfo/yocto
>>> >
>>>
>>
>>
>
>

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

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

* Re: How to build jffs2 rootfs image in freescale community build
  2016-01-13 17:48         ` Sarayu Krishna Sivanandam
@ 2016-01-13 17:52           ` Khem Raj
  2016-01-13 18:12             ` Sarayu Krishna Sivanandam
  0 siblings, 1 reply; 8+ messages in thread
From: Khem Raj @ 2016-01-13 17:52 UTC (permalink / raw)
  To: Sarayu Krishna Sivanandam; +Cc: yocto

you need to run -c deploy task for that

On Wed, Jan 13, 2016 at 9:48 AM, Sarayu Krishna Sivanandam
<sarayu@zaikenn.com> wrote:
> hi ,
>
> I do see the the linux-dtb.inc included in the linux-ls1 recipe but when i
> build the code using
>
> bitbake -c compile -f linux-ls1 it doesnot re-generate the dtb file in the
> deploy/images/ls1021atwr folder .
>
> Also when i try to rebuild the images like core-image-minimal or core-image
> base it does not rebuild any of the images .
>
> How can i force it to rebuild the dtb image ?
>
> Thanks and Regards,
> Sarayu K S
> Tech Lead
> Zaikenn Technologies
>
> On Wed, Jan 13, 2016 at 11:11 PM, Khem Raj <raj.khem@gmail.com> wrote:
>>
>>
>> On Jan 13, 2016, at 4:03 AM, Sarayu Krishna Sivanandam
>> <sarayu@zaikenn.com> wrote:
>>
>> hi ,
>>
>> On similar lines i want to rebuild my linux dtb file as i have made some
>> changes in my dts file . How can i force it to regenerate the same ?
>>
>> For example , I use the command bitbake -c compile -f linux-ls1 to
>> regenerate the uImage .
>>
>> Is there is similar command for the linux-dtb generation ?
>>
>>
>> if your kernel recipe is including linux-dtb.inc then it should
>> automatically append device tree related activities into standard tasks.
>>
>>
>> Thanks in advance for your help.
>>
>> Thanks and Regards,
>> Sarayu K S
>> Tech Lead
>> Zaikenn Technologies
>>
>> On Tue, Jan 12, 2016 at 3:17 PM, Sarayu Krishna Sivanandam
>> <sarayu@zaikenn.com> wrote:
>>>
>>> That worked . Thanks !!
>>>
>>> Thanks and Regards,
>>> Sarayu K S
>>> Tech Lead
>>> Zaikenn Technologies
>>>
>>> On Tue, Jan 12, 2016 at 2:12 PM, Khem Raj <raj.khem@gmail.com> wrote:
>>>>
>>>> On Tue, Jan 12, 2016 at 12:32 AM, Sarayu Krishna Sivanandam
>>>> <sarayu@zaikenn.com> wrote:
>>>> > Hi all ,
>>>> >
>>>> > I was initially using the QorIQ-SDK-V1.8 SDK and was using the command
>>>> > "bitbake corre-image-full " to generate the full images including the
>>>> > uboot
>>>> > , the jffs2 filesystem etc as shown below ,
>>>> >
>>>> > -rw-r--r--. 1 sarayu sarayu 30670848 Oct 14 13:46
>>>> > fsl-image-core-ls1021atwr-20151014203509.rootfs.jffs2
>>>> >
>>>> >
>>>> > Hoe ever now i have moved to the fsl-community-bsp and want to
>>>> > generate the
>>>> > full images . I am uisng the command "bitbake core-image-full-cmdline"
>>>> > as
>>>> > the "core-image-full " command was not available . But it still did
>>>> > not
>>>> > generate the individual filesystem types . It generated a filesystem
>>>> > file
>>>> > like the below .
>>>> >
>>>> > -rw-r--r--. 1 sarayu sarayu 24353214 Jan 11 23:12
>>>> > core-image-full-cmdline-ls1021atwr-20160112065953.rootfs.tar.gz
>>>> >
>>>> >
>>>> >  Can you please let me know how to generate the jffs2 image in my
>>>> > community
>>>> > bsp ? Please let me know what i am missing here .
>>>>
>>>> Add IMAGE_FSTYPES += "jffs2" in your local.conf
>>>>
>>>> >
>>>> >
>>>> > Thanks in advance for your help.
>>>> >
>>>> > Thanks and Regards,
>>>> > Sarayu K S
>>>> > Tech Lead
>>>> > Zaikenn Technologies
>>>> >
>>>> > --
>>>> > _______________________________________________
>>>> > yocto mailing list
>>>> > yocto@yoctoproject.org
>>>> > https://lists.yoctoproject.org/listinfo/yocto
>>>> >
>>>
>>>
>>
>>
>


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

* Re: How to build jffs2 rootfs image in freescale community build
  2016-01-13 17:52           ` Khem Raj
@ 2016-01-13 18:12             ` Sarayu Krishna Sivanandam
  0 siblings, 0 replies; 8+ messages in thread
From: Sarayu Krishna Sivanandam @ 2016-01-13 18:12 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

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

Great . That helped . Thanks for a quick reply.

Can you point me to any documentation that would help answer these kind of
questions for me ?

Thanks and Regards,
Sarayu K S
Tech Lead
Zaikenn Technologies

On Wed, Jan 13, 2016 at 11:22 PM, Khem Raj <raj.khem@gmail.com> wrote:

> you need to run -c deploy task for that
>
> On Wed, Jan 13, 2016 at 9:48 AM, Sarayu Krishna Sivanandam
> <sarayu@zaikenn.com> wrote:
> > hi ,
> >
> > I do see the the linux-dtb.inc included in the linux-ls1 recipe but when
> i
> > build the code using
> >
> > bitbake -c compile -f linux-ls1 it doesnot re-generate the dtb file in
> the
> > deploy/images/ls1021atwr folder .
> >
> > Also when i try to rebuild the images like core-image-minimal or
> core-image
> > base it does not rebuild any of the images .
> >
> > How can i force it to rebuild the dtb image ?
> >
> > Thanks and Regards,
> > Sarayu K S
> > Tech Lead
> > Zaikenn Technologies
> >
> > On Wed, Jan 13, 2016 at 11:11 PM, Khem Raj <raj.khem@gmail.com> wrote:
> >>
> >>
> >> On Jan 13, 2016, at 4:03 AM, Sarayu Krishna Sivanandam
> >> <sarayu@zaikenn.com> wrote:
> >>
> >> hi ,
> >>
> >> On similar lines i want to rebuild my linux dtb file as i have made some
> >> changes in my dts file . How can i force it to regenerate the same ?
> >>
> >> For example , I use the command bitbake -c compile -f linux-ls1 to
> >> regenerate the uImage .
> >>
> >> Is there is similar command for the linux-dtb generation ?
> >>
> >>
> >> if your kernel recipe is including linux-dtb.inc then it should
> >> automatically append device tree related activities into standard tasks.
> >>
> >>
> >> Thanks in advance for your help.
> >>
> >> Thanks and Regards,
> >> Sarayu K S
> >> Tech Lead
> >> Zaikenn Technologies
> >>
> >> On Tue, Jan 12, 2016 at 3:17 PM, Sarayu Krishna Sivanandam
> >> <sarayu@zaikenn.com> wrote:
> >>>
> >>> That worked . Thanks !!
> >>>
> >>> Thanks and Regards,
> >>> Sarayu K S
> >>> Tech Lead
> >>> Zaikenn Technologies
> >>>
> >>> On Tue, Jan 12, 2016 at 2:12 PM, Khem Raj <raj.khem@gmail.com> wrote:
> >>>>
> >>>> On Tue, Jan 12, 2016 at 12:32 AM, Sarayu Krishna Sivanandam
> >>>> <sarayu@zaikenn.com> wrote:
> >>>> > Hi all ,
> >>>> >
> >>>> > I was initially using the QorIQ-SDK-V1.8 SDK and was using the
> command
> >>>> > "bitbake corre-image-full " to generate the full images including
> the
> >>>> > uboot
> >>>> > , the jffs2 filesystem etc as shown below ,
> >>>> >
> >>>> > -rw-r--r--. 1 sarayu sarayu 30670848 Oct 14 13:46
> >>>> > fsl-image-core-ls1021atwr-20151014203509.rootfs.jffs2
> >>>> >
> >>>> >
> >>>> > Hoe ever now i have moved to the fsl-community-bsp and want to
> >>>> > generate the
> >>>> > full images . I am uisng the command "bitbake
> core-image-full-cmdline"
> >>>> > as
> >>>> > the "core-image-full " command was not available . But it still did
> >>>> > not
> >>>> > generate the individual filesystem types . It generated a filesystem
> >>>> > file
> >>>> > like the below .
> >>>> >
> >>>> > -rw-r--r--. 1 sarayu sarayu 24353214 Jan 11 23:12
> >>>> > core-image-full-cmdline-ls1021atwr-20160112065953.rootfs.tar.gz
> >>>> >
> >>>> >
> >>>> >  Can you please let me know how to generate the jffs2 image in my
> >>>> > community
> >>>> > bsp ? Please let me know what i am missing here .
> >>>>
> >>>> Add IMAGE_FSTYPES += "jffs2" in your local.conf
> >>>>
> >>>> >
> >>>> >
> >>>> > Thanks in advance for your help.
> >>>> >
> >>>> > Thanks and Regards,
> >>>> > Sarayu K S
> >>>> > Tech Lead
> >>>> > Zaikenn Technologies
> >>>> >
> >>>> > --
> >>>> > _______________________________________________
> >>>> > yocto mailing list
> >>>> > yocto@yoctoproject.org
> >>>> > https://lists.yoctoproject.org/listinfo/yocto
> >>>> >
> >>>
> >>>
> >>
> >>
> >
>

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

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

end of thread, other threads:[~2016-01-13 18:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-12  8:32 How to build jffs2 rootfs image in freescale community build Sarayu Krishna Sivanandam
2016-01-12  8:42 ` Khem Raj
2016-01-12  9:47   ` Sarayu Krishna Sivanandam
2016-01-13 12:03     ` Sarayu Krishna Sivanandam
2016-01-13 17:41       ` Khem Raj
2016-01-13 17:48         ` Sarayu Krishna Sivanandam
2016-01-13 17:52           ` Khem Raj
2016-01-13 18:12             ` Sarayu Krishna Sivanandam

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.