Horton, Jeff H wrote: > Hi, > > I’m trying to flash the 3/31/2010 Meego closed build onto an N900 > device. This is the first time I’ve used flasher and don’t understand > where to get the kernel image for use in the recommended command line: > > sudo flasher-3.5 -f -k <kernel_image> -r <meego.ubiimg> > > I obtained meego-codedrop-arm-n900-closed-201003311635.ubiimg from here: > > http://wiki.meego.com/ARM/Meego_images_for_N900 > > I’m trying to follow the instructions on this page: > > http://wiki.meego.com/ARM/N900/Install/NAND > > Thanks! > > Jeff > > > ------------------------------------------------------------------------ > > _______________________________________________ > MeeGo-dev mailing list > [email protected] > http://lists.meego.com/listinfo/meego-dev
Hi Jeff, The kernel image is the vmlinuz file that should be provided with the ubiimg. I'm not sure where that can be found currently (someone changed the directory structure) but you can try following: $ wget http://repo.meego.com/MeeGo/builds/trunk/0.9.80.1.20100330.1/n900/images/meego-codedrop-arm-n900/meego-codedrop-arm-n900-201003311626.tar.gz $ tar --wildcards -xvf meego-codedrop-arm-n900-201003311626.tar.gz meego-rootfs/boot/vmlinuz* Try to use the meego-rootfs/boot/vmlinuz-2.6.28-2.1-n900 file as kernel with your closed ubiimg. I'm hoping that that kernel has the same version that is in the image you mentioned. Compare `uname -r` and `ls /lib/modules/` on the device. Regards, Marko _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
