2010/7/22 Punam Kariwadekar <[email protected]>: > Hi all, > > > > I am trying to port Meego on OMAP3430 LDP. > > > > Please let me know the steps to follow. > > > > From where should I download the kernel for MeeGo? > > > > If I download it from meego repositories I think I need to do > considerable changes in the Arm release for n900 sources. >
Hi, Best approach: Take a normal kernel at first, grab the resulting kernel, /lib/modules/whatever, grab a open N900 image (http://repo.meego.com/MeeGo/builds/1.0.80/handset/images/meego-handset-armv7l-n900/ - the -sda.raw.bz2) Dump in your /lib/modules/whatever directory into the filesystem (-sda.raw.bz2 is actually a bzipped SD card) Try to boot, see how far you get. Then you'll want to try and build your own image using a .ks file (also provided) using MIC2 .. Then you want to either make a OBS for your own work (instructions on wiki) or get one at the (beta!) community OBS and start building a kernel package for your board (http://jogglerhacks.blogspot.com/2010/07/making-meego-kernel-package-for-joggler.html ) .. That should get you bootstrapped. We're a bunch of people porting MeeGo to various ARM devices who sit in #meego-arm on IRC, irc.freenode.net - we don't do support but usually help each other in the right direction (a lot of heavy lifting is expected from yourself) Best regards, Carsten Munk Acting maintainer, MeeGo N900 hardware adaptation team _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
