thanks Maupin a lot! My boot envirment is: DM355 EVM # printenv bootdelay=3 baudrate=115200 bootfile=uImage bootcmd=nboot 0x80700000 0 0x400000;bootm 0x80700000 filesize=17f888 fileaddr=80700000 ipaddr=10.0.0.53 bootargs=console=ttyS0,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=10.0.0.89:/nfs/restore_dm355,nolock mem=116M video=davincifb:vid0=720x576x16,2500K:vid1=720x576x16, 2500K:osd0=720x576x16,2025K davinci_enc_mngr.ch0_output=COMPOSITE davinci_enc_mngr.ch0_mode=pal serverip=10.0.0.89 stdin=serial stdout=serial stderr=serial videostd=pal Environment size: 491/16380 bytes
The demo uImage-dm355 can be boot up,but the new kernel i compiled can't been boot, The console show only bootloader information,no kernel information.I am amazed ! 2009-05-14 zuowenping 发件人: Maupin, Chase 发送时间: 2009-05-13 21:22:04 收件人: Steve Chen; zuowenping 抄送: davinci-linux-open-source 主题: RE: I can't boot linux2.6.18 uImage in dm355 Also, check you console setting in your u-boot bootargs variable. This looks like what happens when the console isn't setup right. Once control is given over to the kernel it does not know how to output the console messages. Please include your u-boot environment variables in your next e-mail. Sincerely, Chase Maupin Software Applications Catalog DSP Products e-mail: [email protected] phone: (281) 274-3285 > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf > Of Steve Chen > Sent: Wednesday, May 13, 2009 6:31 AM > To: zuowenping > Cc: davinci-linux-open-source > Subject: Re: I can't boot linux2.6.18 uImage in dm355 > > On Wed, 2009-05-13 at 12:51 +0800, zuowenping wrote: > > dear all: > > I used the DaVinciLSP-01_20_00_014 in the past ,now i want to use the > DaVinciLSP_02_00_00_110 > > because i want to use the linux2.6.18 kernel, so i use toolchains > mvltools5_0_0 to compile the new > > kernel and it produced a uImage,but when i download it to the dm355 > evm,it cann't been booted: > > > > DM355 EVM # tftpboot > > TFTP from server 10.0.0.89; our IP address is 10.0.0.53 > > Filename 'uImage'. > > Load address: 0x80700000 > > Loading: > ################################################################# > > > ################################################################# > > > ################################################################# > > > ################################################################# > > > ################################################################# > > ########################################################### > > done > > Bytes transferred = 1965516 (1dfdcc hex) > > DM355 EVM # setenv bootargs 'mem=116M console=ttyS0,115200n8 > root=/dev/mtdblock3 > > rw rootfstype=yaffs2 ip=dhcp > video=davincifb:vid0=720x576x16,2500K:vid1=720x576x16,2500K: > > You did put the file system for 2.6.18 kernel in the flash right? > 2.6.18 kernel won't boot with 2.6.10 file system. > > > osd0=800x600x16,2025K davinci_enc_mngr.ch0_output=COMPOSITE > davinci_enc_mngr.ch0_mode=PAL' > > DM355 EVM # bootm > > ## Booting image at 80700000 ... > > Image Name: Linux-2.6.18_pro500-davinci_evm- > > Image Type: ARM Linux Kernel Image (uncompressed) > > Data Size: 1965452 Bytes = 1.9 MB > > Load Address: 80008000 > > Entry Point: 80008000 > > Verifying Checksum ... OK > > OK > > > > Starting kernel .. > > > > Uncompressing > Linux..................................................................... > .............................................................. done, > booting the kernel. > > > > It stop here forever,it seems the kernel can't been booted,why?I used > > the old kernel uImage linux2.6.10 or i used the uImage-dm355 the > > PSP_02_00_00_110 supported,they are all ok! the arm_v5t_le-gcc > > i version is 4.2.0 (MontaVista 4.2.0-16.0.32.0801914 2008-08-30) ,I > > compile the kernel image steps is: > > > > make ARCH=arm CROSS_COMPILE=arm_v5t_le- davinci_dm355_defconfig > > make ARCH=arm CROSS_COMPILE=arm_v5t_le- uImage > > > > I have compiled too many times linux2.6.10 kernel in mv_pro_4.0.1 > > envirment just like up steps,they are all ok! > > Turn on DEBUG_LL would provide more debug information and perhaps point > you to the problem. > > Regards, > > Steve > > > > > _______________________________________________ > Davinci-linux-open-source mailing list > [email protected] > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
