From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nethra Date: Tue, 19 Feb 2008 22:37:57 -0800 (PST) Subject: [U-Boot-Users] ramdisk problem (once again?) In-Reply-To: <47B15940.8030901@gmail.com> References: <47B15940.8030901@gmail.com> Message-ID: <15583256.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >Upload of kernel: tftp 0x260000 linux.uboot >Upload of fs: tftp 0x3a0000 root.uboot >Environment: >=> printenv >bootcmd=run bootflash >bootdelay=3 >baudrate=115200 >eth1addr=00:02:b3:02:02:02 >kernel_addr=50060000 >ramdisk_addr=501A0000 >bootflash=bootm $(kernel_addr) >stdin=serial >stdout=serial >stderr=serial >ethact=i82559#0 >ethaddr=00:11:22:33:44:55 >tftpdstp=10069 >bootargs=console=ttyS0,115200 root=/dev/ram0 rw irqpoll >mtdparts=physmap-flash.0:256k(boot),128k(conf),1280k(linux),-(root) >mem=128MB >filesize=f4040 >fileaddr=3A0000 >netmask=255.255.0.0 >ipaddr=128.127.165.133 >serverip=128.127.50.94 Hi Miguel Angel, In your case everything seems to be correct..... but bootflash=bootm $(kernel_addr) should be bootflash=bootm 0x260000 0x3a0000 i.e.,bootflash=bootm $(kernel_addr) $(rams) for ramdisk booting. u can test with bootargs=/dev/ram itself. Let me know output of it.... best regards, Nethra -- View this message in context: http://www.nabble.com/ramdisk-problem-%28once-again-%29-tp15428935p15583256.html Sent from the Uboot - Users mailing list archive at Nabble.com.