Hi Arun, The link mentioned by Alex,is really a good starting point. I was completely unaware of yocto until 5 weeks ago and started using this URL.
In the meantime, I have achieved: - running an ARM kernel + RFS + Mono running in Qemu using NFS (to be reached from any other PC) - running an ARM kernel + RFS + Mono running using NFS running on an ARM development board. - added 2 custom drivers to the yocto build environment (source code in a local tarball for now) The kernel (2.6.37) is being build separately from the yocto generated RFS. (since the board manufacturer does not support the V3.x kernel for it) I have two NFS trees, one with soft float routines and one with hard float routines (using ARM hardware) that both work on the board. I had some problems building with hard float of which the cause is still unknown. Major issues that I encountered were: - adapting our x86 mono build environment to ARM (some compiler issues) - a corrupted U-boot on my development board - getting qemu to run with NFS properly - difference between ttyO0 and ttyAMA0 for physical board and Qemu! - how to convert a make project to an automake project (for the drivers) So it takes a bit of time, depending on what you need to do and your level of experience. The ONE thing that I did not find was how to setup my environment for ARM hard float so I can build test applications for the board. Turned out to be also no big deal once everything else was up and running. FYI: my development environment: Ubuntu-14.04 in Vmware Player on a Window 7 machine. Best regards, Ruud -----Original Message----- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Alex J Lennon Sent: Sunday, June 22, 2014 10:54 AM To: Arun Kumar; Yocto Mailing List Subject: Re: [yocto] Yocto Labs On 22/06/2014 01:33, Arun Kumar wrote: > Hi, > > I am new to Yocto project and have been following the > documentation for familiarity. > I am looking for hands on lab sessions for the yocto project. > I am unable to find the same on INTERNET, all i find is conference > videos and presentation. > > If anyone can share links to online tutorial videos / pdfs it would be > really useful. > content like creating and deploying own recipe files, layers. The > Documentation describes these tasks at a very abstract level, an > little more advanced version of the same would be appreciated. > Thanks in advance... Might be of some use Arun, https://wiki.yoctoproject.org/wiki/Building_your_own_recipes_from_first_ principles Regards, Alex -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto