Amit Pundir had written, on 09/22/2010 06:06 AM, the following:
2010/9/21 Chen Dai <[email protected]>:
Hi Amit,

I'm a newer to Meego, and I have got a Devkit 8000 with the LCD.
I want to run Meego on Devkit 8000. I have already built the rootfs
followed 
http://wiki.meego.com/ARM/Meego_on_Beagleboard_from_scratch#Build_the_rootfs

What's the next should I do? How to build the devkit 8000 kernal and bootloader?
Can you share your step and other info?


Here you go :)

Clone Devkit8000 kernel
$ git clone git://gitorious.org/devkit8000/linux-omap-devkit8000.git

Clone u-boot
$ git clone git://git.denx.de/u-boot.git

just fyi -> i created a u-boot package in build.meego.com with build support for beagleboard as well.. we may want to consider using it in the mic maybe?


setenv bootargs 'bootargs=console=ttyS2,115200n8 noinitrd
root=/dev/mmcblk0p2 rootfstype=ext3 rw nohz=off rootdelay=5
omapdss.def_disp=lcd omapfb.mode=lcd:800x480'

setenv bootcmd 'mmc init; fatload mmc 0 0x80300000 uImage; bootm 0x80300000'

would be better to do this as part of boot.scr.

--
Regards,
Nishanth Menon
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to