Re: [yocto] How to build jffs2 rootfs image in freescale community build

2016-01-13 Thread Sarayu Krishna Sivanandam
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

Re: [yocto] How to build jffs2 rootfs image in freescale community build

2016-01-13 Thread Sarayu Krishna Sivanandam
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 wrote: > you need to run

Re: [yocto] How to build jffs2 rootfs image in freescale community build

2016-01-13 Thread Khem Raj
you need to run -c deploy task for that On Wed, Jan 13, 2016 at 9:48 AM, Sarayu Krishna Sivanandam 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

Re: [yocto] How to build jffs2 rootfs image in freescale community build

2016-01-13 Thread Khem Raj
> On Jan 13, 2016, at 4:03 AM, Sarayu Krishna Sivanandam > 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

Re: [yocto] How to build jffs2 rootfs image in freescale community build

2016-01-13 Thread Sarayu Krishna Sivanandam
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

[yocto] How to build jffs2 rootfs image in freescale community build

2016-01-12 Thread Sarayu Krishna Sivanandam
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

Re: [yocto] How to build jffs2 rootfs image in freescale community build

2016-01-12 Thread Khem Raj
On Tue, Jan 12, 2016 at 12:32 AM, Sarayu Krishna Sivanandam 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 ,

Re: [yocto] How to build jffs2 rootfs image in freescale community build

2016-01-12 Thread Sarayu Krishna Sivanandam
That worked . Thanks !! Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies On Tue, Jan 12, 2016 at 2:12 PM, Khem Raj wrote: > On Tue, Jan 12, 2016 at 12:32 AM, Sarayu Krishna Sivanandam > wrote: > > Hi all , > > > > I was initially using the