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@xxxxxxxxx> 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@xxxxxxxxx> 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@xxxxxxxxxxxxxxx> 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@xxxxxxxxx> 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@xxxxxxxxx> 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@xxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx >>>> 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html