All of lore.kernel.org
 help / color / mirror / Atom feed
* [help] 2.6.30 can't booting
@ 2009-08-16 16:48 Tar Gz
  2009-08-16 17:12 ` Felipe Balbi
  0 siblings, 1 reply; 17+ messages in thread
From: Tar Gz @ 2009-08-16 16:48 UTC (permalink / raw)
  To: linux-omap

Hi all,,i'm sorry if my english too bad

i try to porting linux kernel 2.6.30 from kernel.org into omap 3430

i have the problem linux kernel can't booting


i'm following step by step in the omapzoom.org
$ setenv bootargs console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
rootdelay=1 mem=256M init=/sbin/init
$ saveenv
$ bootd


OMAP34XX LAB # print
bootdelay=3
baudrate=115200
bootargs=console=ttyS3,115200n8 root=/dev/mmcblk0p2 rootdelay=1
mem=256M init=/sbin/init
bootcmd=mmcinit
bootfile="uImage"

if i'm type bootd i'm still in the konsole like this,
OMAP34XX LAB # bootd
OMAP34XX LAB #

any idea?

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [help] 2.6.30 can't booting
  2009-08-16 16:48 [help] 2.6.30 can't booting Tar Gz
@ 2009-08-16 17:12 ` Felipe Balbi
       [not found]   ` <d9ca78710908161016n5789f08cvd313c596e6cb290f@mail.gmail.com>
  0 siblings, 1 reply; 17+ messages in thread
From: Felipe Balbi @ 2009-08-16 17:12 UTC (permalink / raw)
  To: Tar Gz; +Cc: linux-omap

Hi,

On Sun, Aug 16, 2009 at 12:48:52PM -0400, Tar Gz wrote:
> Hi all,,i'm sorry if my english too bad
> 
> i try to porting linux kernel 2.6.30 from kernel.org into omap 3430
> 
> i have the problem linux kernel can't booting
> 
> 
> i'm following step by step in the omapzoom.org
> $ setenv bootargs console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
> rootdelay=1 mem=256M init=/sbin/init
> $ saveenv
> $ bootd
> 
> 
> OMAP34XX LAB # print
> bootdelay=3
> baudrate=115200
> bootargs=console=ttyS3,115200n8 root=/dev/mmcblk0p2 rootdelay=1
> mem=256M init=/sbin/init
> bootcmd=mmcinit
> bootfile="uImage"
> 
> if i'm type bootd i'm still in the konsole like this,
> OMAP34XX LAB # bootd
> OMAP34XX LAB #
> 
> any idea?

you're not reading the kernel image to memory.

is your mmc formated with FAT32 or what ?

You need to read kernel from mmc to memory and boot from there.

-- 
balbi

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [help] 2.6.30 can't booting
       [not found]   ` <d9ca78710908161016n5789f08cvd313c596e6cb290f@mail.gmail.com>
@ 2009-08-16 17:18     ` Tar Gz
  2009-08-16 17:19       ` Tar Gz
  0 siblings, 1 reply; 17+ messages in thread
From: Tar Gz @ 2009-08-16 17:18 UTC (permalink / raw)
  To: me, linux-omap

i'm format mmc in the fat win95...

i following step by step in the
https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel

why can't read?

>
> On 8/16/09, Felipe Balbi <me@felipebalbi.com> wrote:
>> Hi,
>>
>> On Sun, Aug 16, 2009 at 12:48:52PM -0400, Tar Gz wrote:
>>> Hi all,,i'm sorry if my english too bad
>>>
>>> i try to porting linux kernel 2.6.30 from kernel.org into omap 3430
>>>
>>> i have the problem linux kernel can't booting
>>>
>>>
>>> i'm following step by step in the omapzoom.org
>>> $ setenv bootargs console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
>>> rootdelay=1 mem=256M init=/sbin/init
>>> $ saveenv
>>> $ bootd
>>>
>>>
>>> OMAP34XX LAB # print
>>> bootdelay=3
>>> baudrate=115200
>>> bootargs=console=ttyS3,115200n8 root=/dev/mmcblk0p2 rootdelay=1
>>> mem=256M init=/sbin/init
>>> bootcmd=mmcinit
>>> bootfile="uImage"
>>>
>>> if i'm type bootd i'm still in the konsole like this,
>>> OMAP34XX LAB # bootd
>>> OMAP34XX LAB #
>>>
>>> any idea?
>>
>> you're not reading the kernel image to memory.
>>
>> is your mmc formated with FAT32 or what ?
>>
>> You need to read kernel from mmc to memory and boot from there.
>>
>> --
>> balbi
>>
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [help] 2.6.30 can't booting
  2009-08-16 17:18     ` Tar Gz
@ 2009-08-16 17:19       ` Tar Gz
  2009-08-16 17:31         ` Tar Gz
  0 siblings, 1 reply; 17+ messages in thread
From: Tar Gz @ 2009-08-16 17:19 UTC (permalink / raw)
  To: me, linux-omap

i'm format mmc in the fat win95...

i following step by step in the
https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel

why can't read?

On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
> i'm format mmc in the fat win95...
>
> i following step by step in the
> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>
> why can't read?
>
>>
>> On 8/16/09, Felipe Balbi <me@felipebalbi.com> wrote:
>>> Hi,
>>>
>>> On Sun, Aug 16, 2009 at 12:48:52PM -0400, Tar Gz wrote:
>>>> Hi all,,i'm sorry if my english too bad
>>>>
>>>> i try to porting linux kernel 2.6.30 from kernel.org into omap 3430
>>>>
>>>> i have the problem linux kernel can't booting
>>>>
>>>>
>>>> i'm following step by step in the omapzoom.org
>>>> $ setenv bootargs console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
>>>> rootdelay=1 mem=256M init=/sbin/init
>>>> $ saveenv
>>>> $ bootd
>>>>
>>>>
>>>> OMAP34XX LAB # print
>>>> bootdelay=3
>>>> baudrate=115200
>>>> bootargs=console=ttyS3,115200n8 root=/dev/mmcblk0p2 rootdelay=1
>>>> mem=256M init=/sbin/init
>>>> bootcmd=mmcinit
>>>> bootfile="uImage"
>>>>
>>>> if i'm type bootd i'm still in the konsole like this,
>>>> OMAP34XX LAB # bootd
>>>> OMAP34XX LAB #
>>>>
>>>> any idea?
>>>
>>> you're not reading the kernel image to memory.
>>>
>>> is your mmc formated with FAT32 or what ?
>>>
>>> You need to read kernel from mmc to memory and boot from there.
>>>
>>> --
>>> balbi
>>>
>>
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [help] 2.6.30 can't booting
  2009-08-16 17:19       ` Tar Gz
@ 2009-08-16 17:31         ` Tar Gz
       [not found]           ` <4A884705.1060905@holografika.com>
  0 siblings, 1 reply; 17+ messages in thread
From: Tar Gz @ 2009-08-16 17:31 UTC (permalink / raw)
  To: me, linux-omap

it is my step to build u-boot, x-loader and kernel

i'm try linux 2.6.30 and using the omap3430sdp_defconfig to build the uImage

my u-boot and x-loader using omap3430zoom2_config

any idea to solve that problem?...

regards,
Aldyth M

On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
> i'm format mmc in the fat win95...
>
> i following step by step in the
> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>
> why can't read?
>
> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>> i'm format mmc in the fat win95...
>>
>> i following step by step in the
>> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>>
>> why can't read?
>>
>>>
>>> On 8/16/09, Felipe Balbi <me@felipebalbi.com> wrote:
>>>> Hi,
>>>>
>>>> On Sun, Aug 16, 2009 at 12:48:52PM -0400, Tar Gz wrote:
>>>>> Hi all,,i'm sorry if my english too bad
>>>>>
>>>>> i try to porting linux kernel 2.6.30 from kernel.org into omap 3430
>>>>>
>>>>> i have the problem linux kernel can't booting
>>>>>
>>>>>
>>>>> i'm following step by step in the omapzoom.org
>>>>> $ setenv bootargs console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
>>>>> rootdelay=1 mem=256M init=/sbin/init
>>>>> $ saveenv
>>>>> $ bootd
>>>>>
>>>>>
>>>>> OMAP34XX LAB # print
>>>>> bootdelay=3
>>>>> baudrate=115200
>>>>> bootargs=console=ttyS3,115200n8 root=/dev/mmcblk0p2 rootdelay=1
>>>>> mem=256M init=/sbin/init
>>>>> bootcmd=mmcinit
>>>>> bootfile="uImage"
>>>>>
>>>>> if i'm type bootd i'm still in the konsole like this,
>>>>> OMAP34XX LAB # bootd
>>>>> OMAP34XX LAB #
>>>>>
>>>>> any idea?
>>>>
>>>> you're not reading the kernel image to memory.
>>>>
>>>> is your mmc formated with FAT32 or what ?
>>>>
>>>> You need to read kernel from mmc to memory and boot from there.
>>>>
>>>> --
>>>> balbi
>>>>
>>>
>>
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [help] 2.6.30 can't booting
       [not found]           ` <4A884705.1060905@holografika.com>
@ 2009-08-16 17:55             ` Tar Gz
  2009-08-16 18:01               ` Tar Gz
  0 siblings, 1 reply; 17+ messages in thread
From: Tar Gz @ 2009-08-16 17:55 UTC (permalink / raw)
  To: Kovacs Peter Tamas; +Cc: linux-omap

thanks mr.peter

i should try the command like that

#nand unlock
#nand ecc sw
#setenv bootargs 'console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
rootdelay=1 mem=256M init=/init'
#setenv bootcmd 'mmcinit; fatload mmc 0 0x80c00000 uImage; bootm 0x80c00000'
#saveenv
#boot

it is stop(like hang) and i must restart again

On 8/16/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
> Dear Aldyth,
>
> u-boot stops and waits for your command to load and start the kernel, as
> the bootcmd is not doing it automatically with your setup (setting
> bootargs is not enough alone, you need to load the kernel image from the
> card and run it).
> You should try:
> mmcinit
> fatload mmc 0 80300000 uImage
> bootm 80300000
>
> As described at eg:
> http://www.codeshogun.com/blog/2009/04/15/porting-android-to-beagle-board/
>
> Hope this helps,
> Peter
>> it is my step to build u-boot, x-loader and kernel
>>
>> i'm try linux 2.6.30 and using the omap3430sdp_defconfig to build the
>> uImage
>>
>> my u-boot and x-loader using omap3430zoom2_config
>>
>> any idea to solve that problem?...
>>
>> regards,
>> Aldyth M
>>
>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>
>>> i'm format mmc in the fat win95...
>>>
>>> i following step by step in the
>>> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>>>
>>> why can't read?
>>>
>>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>
>>>> i'm format mmc in the fat win95...
>>>>
>>>> i following step by step in the
>>>> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>>>>
>>>> why can't read?
>>>>
>>>>
>>>>> On 8/16/09, Felipe Balbi <me@felipebalbi.com> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> On Sun, Aug 16, 2009 at 12:48:52PM -0400, Tar Gz wrote:
>>>>>>
>>>>>>> Hi all,,i'm sorry if my english too bad
>>>>>>>
>>>>>>> i try to porting linux kernel 2.6.30 from kernel.org into omap 3430
>>>>>>>
>>>>>>> i have the problem linux kernel can't booting
>>>>>>>
>>>>>>>
>>>>>>> i'm following step by step in the omapzoom.org
>>>>>>> $ setenv bootargs console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
>>>>>>> rootdelay=1 mem=256M init=/sbin/init
>>>>>>> $ saveenv
>>>>>>> $ bootd
>>>>>>>
>>>>>>>
>>>>>>> OMAP34XX LAB # print
>>>>>>> bootdelay=3
>>>>>>> baudrate=115200
>>>>>>> bootargs=console=ttyS3,115200n8 root=/dev/mmcblk0p2 rootdelay=1
>>>>>>> mem=256M init=/sbin/init
>>>>>>> bootcmd=mmcinit
>>>>>>> bootfile="uImage"
>>>>>>>
>>>>>>> if i'm type bootd i'm still in the konsole like this,
>>>>>>> OMAP34XX LAB # bootd
>>>>>>> OMAP34XX LAB #
>>>>>>>
>>>>>>> any idea?
>>>>>>>
>>>>>> you're not reading the kernel image to memory.
>>>>>>
>>>>>> is your mmc formated with FAT32 or what ?
>>>>>>
>>>>>> You need to read kernel from mmc to memory and boot from there.
>>>>>>
>>>>>> --
>>>>>> balbi
>>>>>>
>>>>>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [help] 2.6.30 can't booting
  2009-08-16 17:55             ` Tar Gz
@ 2009-08-16 18:01               ` Tar Gz
  2009-08-16 18:02                 ` Tar Gz
       [not found]                 ` <4A886017.1040004@holografika.com>
  0 siblings, 2 replies; 17+ messages in thread
From: Tar Gz @ 2009-08-16 18:01 UTC (permalink / raw)
  To: Kovacs Peter Tamas; +Cc: linux-omap

thanks peter, i can boot but the kernel stop in the
Sending DHCP Requests . <7>hub 1-0:1.0 hub_suspend
.......

how to boot filesystems has installed from mmc?...thanks

On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
> thanks mr.peter
>
> i should try the command like that
>
> #nand unlock
> #nand ecc sw
> #setenv bootargs 'console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
> rootdelay=1 mem=256M init=/init'
> #setenv bootcmd 'mmcinit; fatload mmc 0 0x80c00000 uImage; bootm
> 0x80c00000'
> #saveenv
> #boot
>
> it is stop(like hang) and i must restart again
>
> On 8/16/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
>> Dear Aldyth,
>>
>> u-boot stops and waits for your command to load and start the kernel, as
>> the bootcmd is not doing it automatically with your setup (setting
>> bootargs is not enough alone, you need to load the kernel image from the
>> card and run it).
>> You should try:
>> mmcinit
>> fatload mmc 0 80300000 uImage
>> bootm 80300000
>>
>> As described at eg:
>> http://www.codeshogun.com/blog/2009/04/15/porting-android-to-beagle-board/
>>
>> Hope this helps,
>> Peter
>>> it is my step to build u-boot, x-loader and kernel
>>>
>>> i'm try linux 2.6.30 and using the omap3430sdp_defconfig to build the
>>> uImage
>>>
>>> my u-boot and x-loader using omap3430zoom2_config
>>>
>>> any idea to solve that problem?...
>>>
>>> regards,
>>> Aldyth M
>>>
>>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>
>>>> i'm format mmc in the fat win95...
>>>>
>>>> i following step by step in the
>>>> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>>>>
>>>> why can't read?
>>>>
>>>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>>
>>>>> i'm format mmc in the fat win95...
>>>>>
>>>>> i following step by step in the
>>>>> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>>>>>
>>>>> why can't read?
>>>>>
>>>>>
>>>>>> On 8/16/09, Felipe Balbi <me@felipebalbi.com> wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> On Sun, Aug 16, 2009 at 12:48:52PM -0400, Tar Gz wrote:
>>>>>>>
>>>>>>>> Hi all,,i'm sorry if my english too bad
>>>>>>>>
>>>>>>>> i try to porting linux kernel 2.6.30 from kernel.org into omap 3430
>>>>>>>>
>>>>>>>> i have the problem linux kernel can't booting
>>>>>>>>
>>>>>>>>
>>>>>>>> i'm following step by step in the omapzoom.org
>>>>>>>> $ setenv bootargs console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
>>>>>>>> rootdelay=1 mem=256M init=/sbin/init
>>>>>>>> $ saveenv
>>>>>>>> $ bootd
>>>>>>>>
>>>>>>>>
>>>>>>>> OMAP34XX LAB # print
>>>>>>>> bootdelay=3
>>>>>>>> baudrate=115200
>>>>>>>> bootargs=console=ttyS3,115200n8 root=/dev/mmcblk0p2 rootdelay=1
>>>>>>>> mem=256M init=/sbin/init
>>>>>>>> bootcmd=mmcinit
>>>>>>>> bootfile="uImage"
>>>>>>>>
>>>>>>>> if i'm type bootd i'm still in the konsole like this,
>>>>>>>> OMAP34XX LAB # bootd
>>>>>>>> OMAP34XX LAB #
>>>>>>>>
>>>>>>>> any idea?
>>>>>>>>
>>>>>>> you're not reading the kernel image to memory.
>>>>>>>
>>>>>>> is your mmc formated with FAT32 or what ?
>>>>>>>
>>>>>>> You need to read kernel from mmc to memory and boot from there.
>>>>>>>
>>>>>>> --
>>>>>>> balbi
>>>>>>>
>>>>>>>
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>
>>
>>
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [help] 2.6.30 can't booting
  2009-08-16 18:01               ` Tar Gz
@ 2009-08-16 18:02                 ` Tar Gz
       [not found]                 ` <4A886017.1040004@holografika.com>
  1 sibling, 0 replies; 17+ messages in thread
From: Tar Gz @ 2009-08-16 18:02 UTC (permalink / raw)
  To: Kovacs Peter Tamas; +Cc: linux-omap

thanks peter, i can boot but the kernel stop in the
Sending DHCP Requests . <7>hub 1-0:1.0 hub_suspend
.......

how to boot filesystems has installed from mmc?...thanks

On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
> thanks peter, i can boot but the kernel stop in the
> Sending DHCP Requests . <7>hub 1-0:1.0 hub_suspend
> .......
>
> how to boot filesystems has installed from mmc?...thanks
>
> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>> thanks mr.peter
>>
>> i should try the command like that
>>
>> #nand unlock
>> #nand ecc sw
>> #setenv bootargs 'console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
>> rootdelay=1 mem=256M init=/init'
>> #setenv bootcmd 'mmcinit; fatload mmc 0 0x80c00000 uImage; bootm
>> 0x80c00000'
>> #saveenv
>> #boot
>>
>> it is stop(like hang) and i must restart again
>>
>> On 8/16/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
>>> Dear Aldyth,
>>>
>>> u-boot stops and waits for your command to load and start the kernel, as
>>> the bootcmd is not doing it automatically with your setup (setting
>>> bootargs is not enough alone, you need to load the kernel image from the
>>> card and run it).
>>> You should try:
>>> mmcinit
>>> fatload mmc 0 80300000 uImage
>>> bootm 80300000
>>>
>>> As described at eg:
>>> http://www.codeshogun.com/blog/2009/04/15/porting-android-to-beagle-board/
>>>
>>> Hope this helps,
>>> Peter
>>>> it is my step to build u-boot, x-loader and kernel
>>>>
>>>> i'm try linux 2.6.30 and using the omap3430sdp_defconfig to build the
>>>> uImage
>>>>
>>>> my u-boot and x-loader using omap3430zoom2_config
>>>>
>>>> any idea to solve that problem?...
>>>>
>>>> regards,
>>>> Aldyth M
>>>>
>>>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>>
>>>>> i'm format mmc in the fat win95...
>>>>>
>>>>> i following step by step in the
>>>>> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>>>>>
>>>>> why can't read?
>>>>>
>>>>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>>>
>>>>>> i'm format mmc in the fat win95...
>>>>>>
>>>>>> i following step by step in the
>>>>>> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>>>>>>
>>>>>> why can't read?
>>>>>>
>>>>>>
>>>>>>> On 8/16/09, Felipe Balbi <me@felipebalbi.com> wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> On Sun, Aug 16, 2009 at 12:48:52PM -0400, Tar Gz wrote:
>>>>>>>>
>>>>>>>>> Hi all,,i'm sorry if my english too bad
>>>>>>>>>
>>>>>>>>> i try to porting linux kernel 2.6.30 from kernel.org into omap
>>>>>>>>> 3430
>>>>>>>>>
>>>>>>>>> i have the problem linux kernel can't booting
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> i'm following step by step in the omapzoom.org
>>>>>>>>> $ setenv bootargs console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
>>>>>>>>> rootdelay=1 mem=256M init=/sbin/init
>>>>>>>>> $ saveenv
>>>>>>>>> $ bootd
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> OMAP34XX LAB # print
>>>>>>>>> bootdelay=3
>>>>>>>>> baudrate=115200
>>>>>>>>> bootargs=console=ttyS3,115200n8 root=/dev/mmcblk0p2 rootdelay=1
>>>>>>>>> mem=256M init=/sbin/init
>>>>>>>>> bootcmd=mmcinit
>>>>>>>>> bootfile="uImage"
>>>>>>>>>
>>>>>>>>> if i'm type bootd i'm still in the konsole like this,
>>>>>>>>> OMAP34XX LAB # bootd
>>>>>>>>> OMAP34XX LAB #
>>>>>>>>>
>>>>>>>>> any idea?
>>>>>>>>>
>>>>>>>> you're not reading the kernel image to memory.
>>>>>>>>
>>>>>>>> is your mmc formated with FAT32 or what ?
>>>>>>>>
>>>>>>>> You need to read kernel from mmc to memory and boot from there.
>>>>>>>>
>>>>>>>> --
>>>>>>>> balbi
>>>>>>>>
>>>>>>>>
>>>> --
>>>> To unsubscribe from this list: send the line "unsubscribe linux-omap"
>>>> in
>>>> the body of a message to majordomo@vger.kernel.org
>>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>>
>>>
>>>
>>
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [help] 2.6.30 can't booting
       [not found]                 ` <4A886017.1040004@holografika.com>
@ 2009-08-16 22:12                   ` Tar Gz
       [not found]                     ` <4A890921.2080201@holografika.com>
  0 siblings, 1 reply; 17+ messages in thread
From: Tar Gz @ 2009-08-16 22:12 UTC (permalink / raw)
  To: Kovacs Peter Tamas; +Cc: linux-omap

hmm,,i boot again and kernel panic cannot sync VFS

because no respond from my nfs server...

but i'm try to mount y nfs directory in the another computer, it's
work..i don't know whre is the problem?

On 8/16/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
> Hi,
>
> I don't think that it's a problem with the filesystem, if you followed
> the tutorial then you have the filesystem on the second partition, and
> your bootargs are pointing there too.
> Do you have a DHCP server running somewhere?
> If you have DHCP, but the OMAP cannot use it for some reason, you can
> still try forcing a static IP instead of DHCPing, like discussed here:
> http://focus.ti.com/lit/an/spraaq0/spraaq0.pdf
>
> That is, add something like
> ip=clientIP:serverIP:gatewayIP:netMask:::off
> to your bootargs.
> More info about the meaning of the above here:
> http://www.kernel.org/pub/linux/kernel/people/marcelo/linux-2.4/Documentation/nfsroot.txt
>
> Peter
>> thanks peter, i can boot but the kernel stop in the
>> Sending DHCP Requests . <7>hub 1-0:1.0 hub_suspend
>> .......
>>
>> how to boot filesystems has installed from mmc?...thanks
>>
>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>
>>> thanks mr.peter
>>>
>>> i should try the command like that
>>>
>>> #nand unlock
>>> #nand ecc sw
>>> #setenv bootargs 'console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
>>> rootdelay=1 mem=256M init=/init'
>>> #setenv bootcmd 'mmcinit; fatload mmc 0 0x80c00000 uImage; bootm
>>> 0x80c00000'
>>> #saveenv
>>> #boot
>>>
>>> it is stop(like hang) and i must restart again
>>>
>>> On 8/16/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
>>>
>>>> Dear Aldyth,
>>>>
>>>> u-boot stops and waits for your command to load and start the kernel, as
>>>> the bootcmd is not doing it automatically with your setup (setting
>>>> bootargs is not enough alone, you need to load the kernel image from the
>>>> card and run it).
>>>> You should try:
>>>> mmcinit
>>>> fatload mmc 0 80300000 uImage
>>>> bootm 80300000
>>>>
>>>> As described at eg:
>>>> http://www.codeshogun.com/blog/2009/04/15/porting-android-to-beagle-board/
>>>>
>>>> Hope this helps,
>>>> Peter
>>>>
>>>>> it is my step to build u-boot, x-loader and kernel
>>>>>
>>>>> i'm try linux 2.6.30 and using the omap3430sdp_defconfig to build the
>>>>> uImage
>>>>>
>>>>> my u-boot and x-loader using omap3430zoom2_config
>>>>>
>>>>> any idea to solve that problem?...
>>>>>
>>>>> regards,
>>>>> Aldyth M
>>>>>
>>>>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>>>
>>>>>
>>>>>> i'm format mmc in the fat win95...
>>>>>>
>>>>>> i following step by step in the
>>>>>> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>>>>>>
>>>>>> why can't read?
>>>>>>
>>>>>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>>>>
>>>>>>
>>>>>>> i'm format mmc in the fat win95...
>>>>>>>
>>>>>>> i following step by step in the
>>>>>>> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>>>>>>>
>>>>>>> why can't read?
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> On 8/16/09, Felipe Balbi <me@felipebalbi.com> wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> On Sun, Aug 16, 2009 at 12:48:52PM -0400, Tar Gz wrote:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>> Hi all,,i'm sorry if my english too bad
>>>>>>>>>>
>>>>>>>>>> i try to porting linux kernel 2.6.30 from kernel.org into omap
>>>>>>>>>> 3430
>>>>>>>>>>
>>>>>>>>>> i have the problem linux kernel can't booting
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> i'm following step by step in the omapzoom.org
>>>>>>>>>> $ setenv bootargs console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
>>>>>>>>>> rootdelay=1 mem=256M init=/sbin/init
>>>>>>>>>> $ saveenv
>>>>>>>>>> $ bootd
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> OMAP34XX LAB # print
>>>>>>>>>> bootdelay=3
>>>>>>>>>> baudrate=115200
>>>>>>>>>> bootargs=console=ttyS3,115200n8 root=/dev/mmcblk0p2 rootdelay=1
>>>>>>>>>> mem=256M init=/sbin/init
>>>>>>>>>> bootcmd=mmcinit
>>>>>>>>>> bootfile="uImage"
>>>>>>>>>>
>>>>>>>>>> if i'm type bootd i'm still in the konsole like this,
>>>>>>>>>> OMAP34XX LAB # bootd
>>>>>>>>>> OMAP34XX LAB #
>>>>>>>>>>
>>>>>>>>>> any idea?
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> you're not reading the kernel image to memory.
>>>>>>>>>
>>>>>>>>> is your mmc formated with FAT32 or what ?
>>>>>>>>>
>>>>>>>>> You need to read kernel from mmc to memory and boot from there.
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> balbi
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>> --
>>>>> To unsubscribe from this list: send the line "unsubscribe linux-omap"
>>>>> in
>>>>> the body of a message to majordomo@vger.kernel.org
>>>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>>>
>>>>>
>>>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [help] 2.6.30 can't booting
       [not found]                     ` <4A890921.2080201@holografika.com>
@ 2009-08-18 11:47                       ` Tar Gz
  2009-08-18 11:55                         ` Tar Gz
                                           ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Tar Gz @ 2009-08-18 11:47 UTC (permalink / raw)
  To: Kovacs Peter Tamas, linux-omap

On 8/17/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
> Hi,
>
> we use these parameters for NFS booting:
> setenv bootargs console=ttyS2,115200n8 noinitrd root=/dev/nfs rw
> nfsroot=10.95.102.32:/home/filesystems/tifs,nolock,vers=3,rsize=2048,wsize=2048,
> tcp dyntick=e ip=dhcp nohz=off
>
> or without DHCP:
> setenv bootargs console=ttyS2,115200n8 noinitrd,rw root=/dev/nfs
> nfsroot=10.95.102.32:/home/filesystems/tifs,nolock, mem=112M nohz=off
> ip=10.95.102.33:10.95.96.1:10.95.96.1:255.255.240.0:infba00798::off
> devfs=mount
>

oke i try it....

in the another mailing list, the problem about different speed
bootloader and linux kernel..if that's my problem..how i can fix
that?....thanks before

Regards,
Aldyth M
> and it works.
> Try it!
>
> Peter
>> hmm,,i boot again and kernel panic cannot sync VFS
>>
>> because no respond from my nfs server...
>>
>> but i'm try to mount y nfs directory in the another computer, it's
>> work..i don't know whre is the problem?
>>
>> On 8/16/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
>>
>>> Hi,
>>>
>>> I don't think that it's a problem with the filesystem, if you followed
>>> the tutorial then you have the filesystem on the second partition, and
>>> your bootargs are pointing there too.
>>> Do you have a DHCP server running somewhere?
>>> If you have DHCP, but the OMAP cannot use it for some reason, you can
>>> still try forcing a static IP instead of DHCPing, like discussed here:
>>> http://focus.ti.com/lit/an/spraaq0/spraaq0.pdf
>>>
>>> That is, add something like
>>> ip=clientIP:serverIP:gatewayIP:netMask:::off
>>> to your bootargs.
>>> More info about the meaning of the above here:
>>> http://www.kernel.org/pub/linux/kernel/people/marcelo/linux-2.4/Documentation/nfsroot.txt
>>>
>>> Peter
>>>
>>>> thanks peter, i can boot but the kernel stop in the
>>>> Sending DHCP Requests . <7>hub 1-0:1.0 hub_suspend
>>>> .......
>>>>
>>>> how to boot filesystems has installed from mmc?...thanks
>>>>
>>>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>>
>>>>
>>>>> thanks mr.peter
>>>>>
>>>>> i should try the command like that
>>>>>
>>>>> #nand unlock
>>>>> #nand ecc sw
>>>>> #setenv bootargs 'console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
>>>>> rootdelay=1 mem=256M init=/init'
>>>>> #setenv bootcmd 'mmcinit; fatload mmc 0 0x80c00000 uImage; bootm
>>>>> 0x80c00000'
>>>>> #saveenv
>>>>> #boot
>>>>>
>>>>> it is stop(like hang) and i must restart again
>>>>>
>>>>> On 8/16/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
>>>>>
>>>>>
>>>>>> Dear Aldyth,
>>>>>>
>>>>>> u-boot stops and waits for your command to load and start the kernel,
>>>>>> as
>>>>>> the bootcmd is not doing it automatically with your setup (setting
>>>>>> bootargs is not enough alone, you need to load the kernel image from
>>>>>> the
>>>>>> card and run it).
>>>>>> You should try:
>>>>>> mmcinit
>>>>>> fatload mmc 0 80300000 uImage
>>>>>> bootm 80300000
>>>>>>
>>>>>> As described at eg:
>>>>>> http://www.codeshogun.com/blog/2009/04/15/porting-android-to-beagle-board/
>>>>>>
>>>>>> Hope this helps,
>>>>>> Peter
>>>>>>
>>>>>>
>>>>>>> it is my step to build u-boot, x-loader and kernel
>>>>>>>
>>>>>>> i'm try linux 2.6.30 and using the omap3430sdp_defconfig to build the
>>>>>>> uImage
>>>>>>>
>>>>>>> my u-boot and x-loader using omap3430zoom2_config
>>>>>>>
>>>>>>> any idea to solve that problem?...
>>>>>>>
>>>>>>> regards,
>>>>>>> Aldyth M
>>>>>>>
>>>>>>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> i'm format mmc in the fat win95...
>>>>>>>>
>>>>>>>> i following step by step in the
>>>>>>>> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>>>>>>>>
>>>>>>>> why can't read?
>>>>>>>>
>>>>>>>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>> i'm format mmc in the fat win95...
>>>>>>>>>
>>>>>>>>> i following step by step in the
>>>>>>>>> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>>>>>>>>>
>>>>>>>>> why can't read?
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>> On 8/16/09, Felipe Balbi <me@felipebalbi.com> wrote:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>> Hi,
>>>>>>>>>>>
>>>>>>>>>>> On Sun, Aug 16, 2009 at 12:48:52PM -0400, Tar Gz wrote:
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>> Hi all,,i'm sorry if my english too bad
>>>>>>>>>>>>
>>>>>>>>>>>> i try to porting linux kernel 2.6.30 from kernel.org into omap
>>>>>>>>>>>> 3430
>>>>>>>>>>>>
>>>>>>>>>>>> i have the problem linux kernel can't booting
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> i'm following step by step in the omapzoom.org
>>>>>>>>>>>> $ setenv bootargs console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
>>>>>>>>>>>> rootdelay=1 mem=256M init=/sbin/init
>>>>>>>>>>>> $ saveenv
>>>>>>>>>>>> $ bootd
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> OMAP34XX LAB # print
>>>>>>>>>>>> bootdelay=3
>>>>>>>>>>>> baudrate=115200
>>>>>>>>>>>> bootargs=console=ttyS3,115200n8 root=/dev/mmcblk0p2 rootdelay=1
>>>>>>>>>>>> mem=256M init=/sbin/init
>>>>>>>>>>>> bootcmd=mmcinit
>>>>>>>>>>>> bootfile="uImage"
>>>>>>>>>>>>
>>>>>>>>>>>> if i'm type bootd i'm still in the konsole like this,
>>>>>>>>>>>> OMAP34XX LAB # bootd
>>>>>>>>>>>> OMAP34XX LAB #
>>>>>>>>>>>>
>>>>>>>>>>>> any idea?
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>> you're not reading the kernel image to memory.
>>>>>>>>>>>
>>>>>>>>>>> is your mmc formated with FAT32 or what ?
>>>>>>>>>>>
>>>>>>>>>>> You need to read kernel from mmc to memory and boot from there.
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> balbi
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>> --
>>>>>>> To unsubscribe from this list: send the line "unsubscribe linux-omap"
>>>>>>> in
>>>>>>> the body of a message to majordomo@vger.kernel.org
>>>>>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>>>>>
>>>>>>>
>>>>>>>
>>>> --
>>>> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
>>>> the body of a message to majordomo@vger.kernel.org
>>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>>
>>>>
>>>
>
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [help] 2.6.30 can't booting
  2009-08-18 11:47                       ` Tar Gz
@ 2009-08-18 11:55                         ` Tar Gz
  2009-08-18 11:58                         ` Fwd: " Tar Gz
  2009-08-18 11:58                         ` Tar Gz
  2 siblings, 0 replies; 17+ messages in thread
From: Tar Gz @ 2009-08-18 11:55 UTC (permalink / raw)
  To: Kovacs Peter Tamas, linux-omap

if i not using nfs...how to mount the another partition in mmc?

On 8/18/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
> On 8/17/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
>> Hi,
>>
>> we use these parameters for NFS booting:
>> setenv bootargs console=ttyS2,115200n8 noinitrd root=/dev/nfs rw
>> nfsroot=10.95.102.32:/home/filesystems/tifs,nolock,vers=3,rsize=2048,wsize=2048,
>> tcp dyntick=e ip=dhcp nohz=off
>>
>> or without DHCP:
>> setenv bootargs console=ttyS2,115200n8 noinitrd,rw root=/dev/nfs
>> nfsroot=10.95.102.32:/home/filesystems/tifs,nolock, mem=112M nohz=off
>> ip=10.95.102.33:10.95.96.1:10.95.96.1:255.255.240.0:infba00798::off
>> devfs=mount
>>
>
> oke i try it....
>
> in the another mailing list, the problem about different speed
> bootloader and linux kernel..if that's my problem..how i can fix
> that?....thanks before
>
> Regards,
> Aldyth M
>> and it works.
>> Try it!
>>
>> Peter
>>> hmm,,i boot again and kernel panic cannot sync VFS
>>>
>>> because no respond from my nfs server...
>>>
>>> but i'm try to mount y nfs directory in the another computer, it's
>>> work..i don't know whre is the problem?
>>>
>>> On 8/16/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> I don't think that it's a problem with the filesystem, if you followed
>>>> the tutorial then you have the filesystem on the second partition, and
>>>> your bootargs are pointing there too.
>>>> Do you have a DHCP server running somewhere?
>>>> If you have DHCP, but the OMAP cannot use it for some reason, you can
>>>> still try forcing a static IP instead of DHCPing, like discussed here:
>>>> http://focus.ti.com/lit/an/spraaq0/spraaq0.pdf
>>>>
>>>> That is, add something like
>>>> ip=clientIP:serverIP:gatewayIP:netMask:::off
>>>> to your bootargs.
>>>> More info about the meaning of the above here:
>>>> http://www.kernel.org/pub/linux/kernel/people/marcelo/linux-2.4/Documentation/nfsroot.txt
>>>>
>>>> Peter
>>>>
>>>>> thanks peter, i can boot but the kernel stop in the
>>>>> Sending DHCP Requests . <7>hub 1-0:1.0 hub_suspend
>>>>> .......
>>>>>
>>>>> how to boot filesystems has installed from mmc?...thanks
>>>>>
>>>>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>>>
>>>>>
>>>>>> thanks mr.peter
>>>>>>
>>>>>> i should try the command like that
>>>>>>
>>>>>> #nand unlock
>>>>>> #nand ecc sw
>>>>>> #setenv bootargs 'console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
>>>>>> rootdelay=1 mem=256M init=/init'
>>>>>> #setenv bootcmd 'mmcinit; fatload mmc 0 0x80c00000 uImage; bootm
>>>>>> 0x80c00000'
>>>>>> #saveenv
>>>>>> #boot
>>>>>>
>>>>>> it is stop(like hang) and i must restart again
>>>>>>
>>>>>> On 8/16/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
>>>>>>
>>>>>>
>>>>>>> Dear Aldyth,
>>>>>>>
>>>>>>> u-boot stops and waits for your command to load and start the
>>>>>>> kernel,
>>>>>>> as
>>>>>>> the bootcmd is not doing it automatically with your setup (setting
>>>>>>> bootargs is not enough alone, you need to load the kernel image from
>>>>>>> the
>>>>>>> card and run it).
>>>>>>> You should try:
>>>>>>> mmcinit
>>>>>>> fatload mmc 0 80300000 uImage
>>>>>>> bootm 80300000
>>>>>>>
>>>>>>> As described at eg:
>>>>>>> http://www.codeshogun.com/blog/2009/04/15/porting-android-to-beagle-board/
>>>>>>>
>>>>>>> Hope this helps,
>>>>>>> Peter
>>>>>>>
>>>>>>>
>>>>>>>> it is my step to build u-boot, x-loader and kernel
>>>>>>>>
>>>>>>>> i'm try linux 2.6.30 and using the omap3430sdp_defconfig to build
>>>>>>>> the
>>>>>>>> uImage
>>>>>>>>
>>>>>>>> my u-boot and x-loader using omap3430zoom2_config
>>>>>>>>
>>>>>>>> any idea to solve that problem?...
>>>>>>>>
>>>>>>>> regards,
>>>>>>>> Aldyth M
>>>>>>>>
>>>>>>>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>> i'm format mmc in the fat win95...
>>>>>>>>>
>>>>>>>>> i following step by step in the
>>>>>>>>> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>>>>>>>>>
>>>>>>>>> why can't read?
>>>>>>>>>
>>>>>>>>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>> i'm format mmc in the fat win95...
>>>>>>>>>>
>>>>>>>>>> i following step by step in the
>>>>>>>>>> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>>>>>>>>>>
>>>>>>>>>> why can't read?
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>> On 8/16/09, Felipe Balbi <me@felipebalbi.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>> Hi,
>>>>>>>>>>>>
>>>>>>>>>>>> On Sun, Aug 16, 2009 at 12:48:52PM -0400, Tar Gz wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi all,,i'm sorry if my english too bad
>>>>>>>>>>>>>
>>>>>>>>>>>>> i try to porting linux kernel 2.6.30 from kernel.org into omap
>>>>>>>>>>>>> 3430
>>>>>>>>>>>>>
>>>>>>>>>>>>> i have the problem linux kernel can't booting
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> i'm following step by step in the omapzoom.org
>>>>>>>>>>>>> $ setenv bootargs console=ttyS3,115200n8 root=/dev/mmcblk0p2
>>>>>>>>>>>>> rw
>>>>>>>>>>>>> rootdelay=1 mem=256M init=/sbin/init
>>>>>>>>>>>>> $ saveenv
>>>>>>>>>>>>> $ bootd
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> OMAP34XX LAB # print
>>>>>>>>>>>>> bootdelay=3
>>>>>>>>>>>>> baudrate=115200
>>>>>>>>>>>>> bootargs=console=ttyS3,115200n8 root=/dev/mmcblk0p2
>>>>>>>>>>>>> rootdelay=1
>>>>>>>>>>>>> mem=256M init=/sbin/init
>>>>>>>>>>>>> bootcmd=mmcinit
>>>>>>>>>>>>> bootfile="uImage"
>>>>>>>>>>>>>
>>>>>>>>>>>>> if i'm type bootd i'm still in the konsole like this,
>>>>>>>>>>>>> OMAP34XX LAB # bootd
>>>>>>>>>>>>> OMAP34XX LAB #
>>>>>>>>>>>>>
>>>>>>>>>>>>> any idea?
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>> you're not reading the kernel image to memory.
>>>>>>>>>>>>
>>>>>>>>>>>> is your mmc formated with FAT32 or what ?
>>>>>>>>>>>>
>>>>>>>>>>>> You need to read kernel from mmc to memory and boot from there.
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> balbi
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>> --
>>>>>>>> To unsubscribe from this list: send the line "unsubscribe
>>>>>>>> linux-omap"
>>>>>>>> in
>>>>>>>> the body of a message to majordomo@vger.kernel.org
>>>>>>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>> --
>>>>> To unsubscribe from this list: send the line "unsubscribe linux-omap"
>>>>> in
>>>>> the body of a message to majordomo@vger.kernel.org
>>>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>>>
>>>>>
>>>>
>>
>>
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Fwd: [help] 2.6.30 can't booting
  2009-08-18 11:47                       ` Tar Gz
  2009-08-18 11:55                         ` Tar Gz
@ 2009-08-18 11:58                         ` Tar Gz
  2009-08-18 11:58                         ` Tar Gz
  2 siblings, 0 replies; 17+ messages in thread
From: Tar Gz @ 2009-08-18 11:58 UTC (permalink / raw)
  To: Kovacs Peter Tamas, linux-omap

---------- Forwarded message ----------
From: Tar Gz <bsdraisefromhell@gmail.com>
Date: Tue, 18 Aug 2009 04:47:21 -0700
Subject: Re: [help] 2.6.30 can't booting
To: Kovacs Peter Tamas <p.kovacs@holografika.com>, linux-omap
<linux-omap@vger.kernel.org>

On 8/17/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
> Hi,
>
> we use these parameters for NFS booting:
> setenv bootargs console=ttyS2,115200n8 noinitrd root=/dev/nfs rw
> nfsroot=10.95.102.32:/home/filesystems/tifs,nolock,vers=3,rsize=2048,wsize=2048,
> tcp dyntick=e ip=dhcp nohz=off
>
> or without DHCP:
> setenv bootargs console=ttyS2,115200n8 noinitrd,rw root=/dev/nfs
> nfsroot=10.95.102.32:/home/filesystems/tifs,nolock, mem=112M nohz=off
> ip=10.95.102.33:10.95.96.1:10.95.96.1:255.255.240.0:infba00798::off
> devfs=mount
>

oke i try it....

in the another mailing list, the problem about different speed
bootloader and linux kernel..if that's my problem..how i can fix
that?....thanks before

Regards,
Aldyth M
> and it works.
> Try it!
>
> Peter
>> hmm,,i boot again and kernel panic cannot sync VFS
>>
>> because no respond from my nfs server...
>>
>> but i'm try to mount y nfs directory in the another computer, it's
>> work..i don't know whre is the problem?
>>
>> On 8/16/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
>>
>>> Hi,
>>>
>>> I don't think that it's a problem with the filesystem, if you followed
>>> the tutorial then you have the filesystem on the second partition, and
>>> your bootargs are pointing there too.
>>> Do you have a DHCP server running somewhere?
>>> If you have DHCP, but the OMAP cannot use it for some reason, you can
>>> still try forcing a static IP instead of DHCPing, like discussed here:
>>> http://focus.ti.com/lit/an/spraaq0/spraaq0.pdf
>>>
>>> That is, add something like
>>> ip=clientIP:serverIP:gatewayIP:netMask:::off
>>> to your bootargs.
>>> More info about the meaning of the above here:
>>> http://www.kernel.org/pub/linux/kernel/people/marcelo/linux-2.4/Documentation/nfsroot.txt
>>>
>>> Peter
>>>
>>>> thanks peter, i can boot but the kernel stop in the
>>>> Sending DHCP Requests . <7>hub 1-0:1.0 hub_suspend
>>>> .......
>>>>
>>>> how to boot filesystems has installed from mmc?...thanks
>>>>
>>>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>>
>>>>
>>>>> thanks mr.peter
>>>>>
>>>>> i should try the command like that
>>>>>
>>>>> #nand unlock
>>>>> #nand ecc sw
>>>>> #setenv bootargs 'console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
>>>>> rootdelay=1 mem=256M init=/init'
>>>>> #setenv bootcmd 'mmcinit; fatload mmc 0 0x80c00000 uImage; bootm
>>>>> 0x80c00000'
>>>>> #saveenv
>>>>> #boot
>>>>>
>>>>> it is stop(like hang) and i must restart again
>>>>>
>>>>> On 8/16/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
>>>>>
>>>>>
>>>>>> Dear Aldyth,
>>>>>>
>>>>>> u-boot stops and waits for your command to load and start the kernel,
>>>>>> as
>>>>>> the bootcmd is not doing it automatically with your setup (setting
>>>>>> bootargs is not enough alone, you need to load the kernel image from
>>>>>> the
>>>>>> card and run it).
>>>>>> You should try:
>>>>>> mmcinit
>>>>>> fatload mmc 0 80300000 uImage
>>>>>> bootm 80300000
>>>>>>
>>>>>> As described at eg:
>>>>>> http://www.codeshogun.com/blog/2009/04/15/porting-android-to-beagle-board/
>>>>>>
>>>>>> Hope this helps,
>>>>>> Peter
>>>>>>
>>>>>>
>>>>>>> it is my step to build u-boot, x-loader and kernel
>>>>>>>
>>>>>>> i'm try linux 2.6.30 and using the omap3430sdp_defconfig to build the
>>>>>>> uImage
>>>>>>>
>>>>>>> my u-boot and x-loader using omap3430zoom2_config
>>>>>>>
>>>>>>> any idea to solve that problem?...
>>>>>>>
>>>>>>> regards,
>>>>>>> Aldyth M
>>>>>>>
>>>>>>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> i'm format mmc in the fat win95...
>>>>>>>>
>>>>>>>> i following step by step in the
>>>>>>>> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>>>>>>>>
>>>>>>>> why can't read?
>>>>>>>>
>>>>>>>> On 8/16/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>> i'm format mmc in the fat win95...
>>>>>>>>>
>>>>>>>>> i following step by step in the
>>>>>>>>> https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel
>>>>>>>>>
>>>>>>>>> why can't read?
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>> On 8/16/09, Felipe Balbi <me@felipebalbi.com> wrote:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>> Hi,
>>>>>>>>>>>
>>>>>>>>>>> On Sun, Aug 16, 2009 at 12:48:52PM -0400, Tar Gz wrote:
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>> Hi all,,i'm sorry if my english too bad
>>>>>>>>>>>>
>>>>>>>>>>>> i try to porting linux kernel 2.6.30 from kernel.org into omap
>>>>>>>>>>>> 3430
>>>>>>>>>>>>
>>>>>>>>>>>> i have the problem linux kernel can't booting
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> i'm following step by step in the omapzoom.org
>>>>>>>>>>>> $ setenv bootargs console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw
>>>>>>>>>>>> rootdelay=1 mem=256M init=/sbin/init
>>>>>>>>>>>> $ saveenv
>>>>>>>>>>>> $ bootd
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> OMAP34XX LAB # print
>>>>>>>>>>>> bootdelay=3
>>>>>>>>>>>> baudrate=115200
>>>>>>>>>>>> bootargs=console=ttyS3,115200n8 root=/dev/mmcblk0p2 rootdelay=1
>>>>>>>>>>>> mem=256M init=/sbin/init
>>>>>>>>>>>> bootcmd=mmcinit
>>>>>>>>>>>> bootfile="uImage"
>>>>>>>>>>>>
>>>>>>>>>>>> if i'm type bootd i'm still in the konsole like this,
>>>>>>>>>>>> OMAP34XX LAB # bootd
>>>>>>>>>>>> OMAP34XX LAB #
>>>>>>>>>>>>
>>>>>>>>>>>> any idea?
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>> you're not reading the kernel image to memory.
>>>>>>>>>>>
>>>>>>>>>>> is your mmc formated with FAT32 or what ?
>>>>>>>>>>>
>>>>>>>>>>> You need to read kernel from mmc to memory and boot from there.
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> balbi
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>> --
>>>>>>> To unsubscribe from this list: send the line "unsubscribe linux-omap"
>>>>>>> in
>>>>>>> the body of a message to majordomo@vger.kernel.org
>>>>>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>>>>>
>>>>>>>
>>>>>>>
>>>> --
>>>> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
>>>> the body of a message to majordomo@vger.kernel.org
>>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>>
>>>>
>>>
>
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Fwd: [help] 2.6.30 can't booting
  2009-08-18 11:47                       ` Tar Gz
  2009-08-18 11:55                         ` Tar Gz
  2009-08-18 11:58                         ` Fwd: " Tar Gz
@ 2009-08-18 11:58                         ` Tar Gz
  2009-08-18 11:59                           ` Tar Gz
  2 siblings, 1 reply; 17+ messages in thread
From: Tar Gz @ 2009-08-18 11:58 UTC (permalink / raw)
  To: Kovacs Peter Tamas, linux-omap

---------- Forwarded message ----------
From: Tar Gz <bsdraisefromhell@gmail.com>
Date: Tue, 18 Aug 2009 04:47:21 -0700
Subject: Re: [help] 2.6.30 can't booting
To: Kovacs Peter Tamas <p.kovacs@holografika.com>, linux-omap
<linux-omap@vger.kernel.org>

On 8/17/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
> Hi,
>
> we use these parameters for NFS booting:
> setenv bootargs console=ttyS2,115200n8 noinitrd root=/dev/nfs rw
> nfsroot=10.95.102.32:/home/filesystems/tifs,nolock,vers=3,rsize=2048,wsize=2048,
> tcp dyntick=e ip=dhcp nohz=off
>
> or without DHCP:
> setenv bootargs console=ttyS2,115200n8 noinitrd,rw root=/dev/nfs
> nfsroot=10.95.102.32:/home/filesystems/tifs,nolock, mem=112M nohz=off
> ip=10.95.102.33:10.95.96.1:10.95.96.1:255.255.240.0:infba00798::off
> devfs=mount
>

oke i try it....

in the another mailing list, the problem about different speed
bootloader and linux kernel..if that's my problem..how i can fix
that?....thanks before

Regards,
Aldyth M

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [help] 2.6.30 can't booting
  2009-08-18 11:58                         ` Tar Gz
@ 2009-08-18 11:59                           ` Tar Gz
  2009-08-18 12:09                             ` Kovacs Peter Tamas
  0 siblings, 1 reply; 17+ messages in thread
From: Tar Gz @ 2009-08-18 11:59 UTC (permalink / raw)
  To: Kovacs Peter Tamas, linux-omap

if i'm using another partition?..how i mount partition that?

On 8/18/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
> ---------- Forwarded message ----------
> From: Tar Gz <bsdraisefromhell@gmail.com>
> Date: Tue, 18 Aug 2009 04:47:21 -0700
> Subject: Re: [help] 2.6.30 can't booting
> To: Kovacs Peter Tamas <p.kovacs@holografika.com>, linux-omap
> <linux-omap@vger.kernel.org>
>
> On 8/17/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
>> Hi,
>>
>> we use these parameters for NFS booting:
>> setenv bootargs console=ttyS2,115200n8 noinitrd root=/dev/nfs rw
>> nfsroot=10.95.102.32:/home/filesystems/tifs,nolock,vers=3,rsize=2048,wsize=2048,
>> tcp dyntick=e ip=dhcp nohz=off
>>
>> or without DHCP:
>> setenv bootargs console=ttyS2,115200n8 noinitrd,rw root=/dev/nfs
>> nfsroot=10.95.102.32:/home/filesystems/tifs,nolock, mem=112M nohz=off
>> ip=10.95.102.33:10.95.96.1:10.95.96.1:255.255.240.0:infba00798::off
>> devfs=mount
>>
>
> oke i try it....
>
> in the another mailing list, the problem about different speed
> bootloader and linux kernel..if that's my problem..how i can fix
> that?....thanks before
>
> Regards,
> Aldyth M
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [help] 2.6.30 can't booting
  2009-08-18 11:59                           ` Tar Gz
@ 2009-08-18 12:09                             ` Kovacs Peter Tamas
  2009-08-18 12:23                               ` Tar Gz
  0 siblings, 1 reply; 17+ messages in thread
From: Kovacs Peter Tamas @ 2009-08-18 12:09 UTC (permalink / raw)
  To: Tar Gz; +Cc: linux-omap

Hi,

to mount SD card instead of NFS, use something like:
setenv bootargs console=ttyS2,115200n8 root=/dev/mmcblk0p1 rw

likewise, the second partition is /dev/mmcblk0p2

Hope this helps,
Peter

if i'm using another partition?..how i mount partition that?
> On 8/18/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>   
>> ---------- Forwarded message ----------
>> From: Tar Gz <bsdraisefromhell@gmail.com>
>> Date: Tue, 18 Aug 2009 04:47:21 -0700
>> Subject: Re: [help] 2.6.30 can't booting
>> To: Kovacs Peter Tamas <p.kovacs@holografika.com>, linux-omap
>> <linux-omap@vger.kernel.org>
>>
>> On 8/17/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
>>     
>>> Hi,
>>>
>>> we use these parameters for NFS booting:
>>> setenv bootargs console=ttyS2,115200n8 noinitrd root=/dev/nfs rw
>>> nfsroot=10.95.102.32:/home/filesystems/tifs,nolock,vers=3,rsize=2048,wsize=2048,
>>> tcp dyntick=e ip=dhcp nohz=off
>>>
>>> or without DHCP:
>>> setenv bootargs console=ttyS2,115200n8 noinitrd,rw root=/dev/nfs
>>> nfsroot=10.95.102.32:/home/filesystems/tifs,nolock, mem=112M nohz=off
>>> ip=10.95.102.33:10.95.96.1:10.95.96.1:255.255.240.0:infba00798::off
>>> devfs=mount
>>>
>>>       
>> oke i try it....
>>
>> in the another mailing list, the problem about different speed
>> bootloader and linux kernel..if that's my problem..how i can fix
>> that?....thanks before
>>
>> Regards,
>> Aldyth M
>>
>>     
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>   


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [help] 2.6.30 can't booting
  2009-08-18 12:09                             ` Kovacs Peter Tamas
@ 2009-08-18 12:23                               ` Tar Gz
  2009-08-18 12:32                                 ` Tar Gz
  0 siblings, 1 reply; 17+ messages in thread
From: Tar Gz @ 2009-08-18 12:23 UTC (permalink / raw)
  To: Kovacs Peter Tamas; +Cc: linux-omap

i try that from omapzoom.org

first partition contains uboot.bin, mlo and uImage and second
partition contains filesystem
i must mount what?..my filesystem just contains directory structure,
not the operatign systems like android or maemo..

but i don't know why linux kernel stuck after Uncompressing
Linux..................

it's stop...:(

On 8/18/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
> Hi,
>
> to mount SD card instead of NFS, use something like:
> setenv bootargs console=ttyS2,115200n8 root=/dev/mmcblk0p1 rw
>
> likewise, the second partition is /dev/mmcblk0p2
>
> Hope this helps,
> Peter
>
> if i'm using another partition?..how i mount partition that?
>> On 8/18/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>
>>> ---------- Forwarded message ----------
>>> From: Tar Gz <bsdraisefromhell@gmail.com>
>>> Date: Tue, 18 Aug 2009 04:47:21 -0700
>>> Subject: Re: [help] 2.6.30 can't booting
>>> To: Kovacs Peter Tamas <p.kovacs@holografika.com>, linux-omap
>>> <linux-omap@vger.kernel.org>
>>>
>>> On 8/17/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> we use these parameters for NFS booting:
>>>> setenv bootargs console=ttyS2,115200n8 noinitrd root=/dev/nfs rw
>>>> nfsroot=10.95.102.32:/home/filesystems/tifs,nolock,vers=3,rsize=2048,wsize=2048,
>>>> tcp dyntick=e ip=dhcp nohz=off
>>>>
>>>> or without DHCP:
>>>> setenv bootargs console=ttyS2,115200n8 noinitrd,rw root=/dev/nfs
>>>> nfsroot=10.95.102.32:/home/filesystems/tifs,nolock, mem=112M nohz=off
>>>> ip=10.95.102.33:10.95.96.1:10.95.96.1:255.255.240.0:infba00798::off
>>>> devfs=mount
>>>>
>>>>
>>> oke i try it....
>>>
>>> in the another mailing list, the problem about different speed
>>> bootloader and linux kernel..if that's my problem..how i can fix
>>> that?....thanks before
>>>
>>> Regards,
>>> Aldyth M
>>>
>>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [help] 2.6.30 can't booting
  2009-08-18 12:23                               ` Tar Gz
@ 2009-08-18 12:32                                 ` Tar Gz
  0 siblings, 0 replies; 17+ messages in thread
From: Tar Gz @ 2009-08-18 12:32 UTC (permalink / raw)
  To: Kovacs Peter Tamas; +Cc: linux-omap

my kernel success booting but after mounting filesystems then stop like this,

Starting syslogd : OKmage; bootm 0x80c0000
Starting klogd : OK
Mounting filesystems : OK

stop and stuck...any idea to solving that?...:D

thanks before

regards,
Aldyth M

On 8/18/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
> i try that from omapzoom.org
>
> first partition contains uboot.bin, mlo and uImage and second
> partition contains filesystem
> i must mount what?..my filesystem just contains directory structure,
> not the operatign systems like android or maemo..
>
> but i don't know why linux kernel stuck after Uncompressing
> Linux..................
>
> it's stop...:(
>
> On 8/18/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
>> Hi,
>>
>> to mount SD card instead of NFS, use something like:
>> setenv bootargs console=ttyS2,115200n8 root=/dev/mmcblk0p1 rw
>>
>> likewise, the second partition is /dev/mmcblk0p2
>>
>> Hope this helps,
>> Peter
>>
>> if i'm using another partition?..how i mount partition that?
>>> On 8/18/09, Tar Gz <bsdraisefromhell@gmail.com> wrote:
>>>
>>>> ---------- Forwarded message ----------
>>>> From: Tar Gz <bsdraisefromhell@gmail.com>
>>>> Date: Tue, 18 Aug 2009 04:47:21 -0700
>>>> Subject: Re: [help] 2.6.30 can't booting
>>>> To: Kovacs Peter Tamas <p.kovacs@holografika.com>, linux-omap
>>>> <linux-omap@vger.kernel.org>
>>>>
>>>> On 8/17/09, Kovacs Peter Tamas <p.kovacs@holografika.com> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> we use these parameters for NFS booting:
>>>>> setenv bootargs console=ttyS2,115200n8 noinitrd root=/dev/nfs rw
>>>>> nfsroot=10.95.102.32:/home/filesystems/tifs,nolock,vers=3,rsize=2048,wsize=2048,
>>>>> tcp dyntick=e ip=dhcp nohz=off
>>>>>
>>>>> or without DHCP:
>>>>> setenv bootargs console=ttyS2,115200n8 noinitrd,rw root=/dev/nfs
>>>>> nfsroot=10.95.102.32:/home/filesystems/tifs,nolock, mem=112M nohz=off
>>>>> ip=10.95.102.33:10.95.96.1:10.95.96.1:255.255.240.0:infba00798::off
>>>>> devfs=mount
>>>>>
>>>>>
>>>> oke i try it....
>>>>
>>>> in the another mailing list, the problem about different speed
>>>> bootloader and linux kernel..if that's my problem..how i can fix
>>>> that?....thanks before
>>>>
>>>> Regards,
>>>> Aldyth M
>>>>
>>>>
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>
>>
>>
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2009-08-18 12:32 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-16 16:48 [help] 2.6.30 can't booting Tar Gz
2009-08-16 17:12 ` Felipe Balbi
     [not found]   ` <d9ca78710908161016n5789f08cvd313c596e6cb290f@mail.gmail.com>
2009-08-16 17:18     ` Tar Gz
2009-08-16 17:19       ` Tar Gz
2009-08-16 17:31         ` Tar Gz
     [not found]           ` <4A884705.1060905@holografika.com>
2009-08-16 17:55             ` Tar Gz
2009-08-16 18:01               ` Tar Gz
2009-08-16 18:02                 ` Tar Gz
     [not found]                 ` <4A886017.1040004@holografika.com>
2009-08-16 22:12                   ` Tar Gz
     [not found]                     ` <4A890921.2080201@holografika.com>
2009-08-18 11:47                       ` Tar Gz
2009-08-18 11:55                         ` Tar Gz
2009-08-18 11:58                         ` Fwd: " Tar Gz
2009-08-18 11:58                         ` Tar Gz
2009-08-18 11:59                           ` Tar Gz
2009-08-18 12:09                             ` Kovacs Peter Tamas
2009-08-18 12:23                               ` Tar Gz
2009-08-18 12:32                                 ` Tar Gz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.