2010/9/21 Chen Dai <daichen...@gmail.com>:
> 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

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'

Regards,
Amit Pundir


> Thank you very much:), looking forward to your reply
> Chen
>
> 2010/7/23 Amit Pundir <pundira...@gmail.com>:
>> On Fri, Jul 23, 2010 at 9:12 AM, vijay singh <testmrs....@gmail.com> wrote:
>>> On Thu, 2010-07-22 at 15:50 -0400, Jason Kridner wrote:
>>>> On Sun, Jul 11, 2010 at 7:29 AM, Coffey Wei <coffey...@gmail.com> wrote:
>>>> > Dear  All,
>>>> >
>>>> > Now,I'm trying to let Meego to work at TCC89XX, I will feed back 
>>>> > everynew of
>>>> > Meego_TCC89XX,
>>>> >
>>>> > In China, there's no Beagleboard! so I choose TCC89xx.
>>>>
>>>> Actually, you can get the BeagleBoard in China, but, you might
>>>> otherwise go with the Embest DevKit8000
>>>> (http://elinux.org/DevKit8000).
>>>
>>> I have tried MeeGo on DevKit but not able to boot the kernel.
>>
>> Hi,
>>
>> I'm able to boot the kernel-2.6.35.xx on devkit few days back. I was
>> dropped to a shell. Only thing I verified that time was touch-screen
>> and ethernet. I didn't get enough time to play around UI/X but I will
>> surely count on the instructions given here
>> http://wiki.meego.com/ARM/Meego_on_Beagleboard_from_scratch
>>
>> Check the following thread to get the devkit8000 kernel and u-boot source 
>> links:
>> http://groups.google.com/group/beagleboard/browse_thread/thread/3e02302066a6c003?pli=1
>>
>> regards,
>> Amit Pundir
>>
>>> I have used FS from below location
>>> http://wiki.meego.com/ARM/Meego_on_Beagleboard_from_scratch#Make_X_start
>>>
>>> If any one able to up the DevKit then please share the experience.
>>>>
>>>> >
>>>> > On Sat, Jul 10, 2010 at 7:01 PM, Till Harbaum / Lists <li...@harbaum.org>
>>>> > wrote:
>>>> >>
>>>> >> Hi,
>>>> >>
>>>> >> http://wiki.meego.com/ARM/Meego_on_Beagleboard_from_scratch
>>>> >>
>>>> >> Till
>>>> >>
>>>> >> Am Samstag 10 Juli 2010 schrieb Erandi Chavolla:
>>>> >> > Hi All,
>>>> >> >
>>>> >> > I'm trying to flash meego on the beagleboard but I have some issues
>>>> >> > could
>>>> >> > you help me, I'm following this steps:
>>>> >> >
>>>> >> > http://wiki.meego.com/ARM/Meego_on_the_Beagle
>>>> >> >
>>>> >> > But are not working, if someone already did please share with me the
>>>> >> > steps.
>>>> >> >
>>>> >> > Thanks in advance
>>>> >> >
>>>> >> > Erandi
>>>> >> >
>>>> >>
>>>> >> _______________________________________________
>>>> >> MeeGo-dev mailing list
>>>> >> MeeGo-dev@meego.com
>>>> >> http://lists.meego.com/listinfo/meego-dev
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > df
>>>> >
>>>> >
>>>> > _______________________________________________
>>>> > MeeGo-dev mailing list
>>>> > MeeGo-dev@meego.com
>>>> > http://lists.meego.com/listinfo/meego-dev
>>>> >
>>>> >
>>>> _______________________________________________
>>>> MeeGo-dev mailing list
>>>> MeeGo-dev@meego.com
>>>> http://lists.meego.com/listinfo/meego-dev
>>>
>>>
>>> _______________________________________________
>>> MeeGo-dev mailing list
>>> MeeGo-dev@meego.com
>>> http://lists.meego.com/listinfo/meego-dev
>>>
>> _______________________________________________
>> MeeGo-dev mailing list
>> MeeGo-dev@meego.com
>> http://lists.meego.com/listinfo/meego-dev
>>
>
_______________________________________________
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev

Reply via email to