From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maciej Witaszek Date: Mon, 29 Aug 2005 20:30:31 +0200 Subject: [U-Boot-Users] autoscript and bootm problem at NIOS Message-ID: <965e1d5605082911304bf2ad42@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I use board DK20K200E with NIOS, 64MB SDRAM module and CS8900. U-boot was get today (29-08-2005) from CVS. I create gziped standalone images of kernel (2.4) and romfs. I use autoscript to load it from tftp server. The script is put on tftp server and downloaded after obtained ip address by dhcp. The script correctly downloads both images and put in right place in memory. "iminfo" shows that CRC is correct for both images. But "bootm" show an error -4 Z_MEM_ERROR() in inflate() function. I set "unc_len" to 0x800000. It's enough for kernel and romfs.