From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19034 invoked by alias); 13 Jul 2011 12:31:13 -0000 Received: (qmail 19015 invoked by uid 22791); 13 Jul 2011 12:31:12 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-iy0-f177.google.com (HELO mail-iy0-f177.google.com) (209.85.210.177) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Jul 2011 12:30:21 +0000 Received: by iyn15 with SMTP id 15so6490601iyn.36 for ; Wed, 13 Jul 2011 05:30:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.116.8 with SMTP id k8mr1019646ibq.37.1310560220772; Wed, 13 Jul 2011 05:30:20 -0700 (PDT) Received: by 10.231.166.197 with HTTP; Wed, 13 Jul 2011 05:30:20 -0700 (PDT) In-Reply-To: References: Date: Wed, 13 Jul 2011 12:31:00 -0000 Message-ID: From: harish badrinath To: ecos-discuss@ecos.sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] Re: redboot lzma error, cant boot loaded images X-SW-Source: 2011-07/txt/msg00027.txt.bz2 Just a small update I create a flash partition of size fis create -b 0x00000000 -e 0x00000000 -r 0x00000000 -l 0x003C03E8 -f 0xa8030000 -n Image where 3C03E8 is about 1000 bytes greater than the size of the largest image in the set i am trying to flash Writing the elf file directly gives Kernel: new Image size fis load -l -b %{freememlo} -c Image lzmaInternalSize=52844 is greater LZMA_MAX_SIZE=16000. lzma_decode failed. res=1 ELF image parsering begin... Can't read ELF header ELF image parsering done... Checksum: 0xecec3601 Loading fis load -b %{freememlo} -l -c Image too long file. lzma_decode failed. res=1 Checksum: 0xc360955a And go seems to hand the serial console. version info RedBoot> version RedBoot(tm) bootstrap and debug environment [ROMRAM] Derytech release, version v2.0 - built 22:31:40, Nov 9 2010 Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc. RAM: 0x80000000-0x82000000, [0x800409d0-0x80fe1000] available FLASH: 0xa8000000 - 0xa87f0000, 128 blocks of 0x00010000 bytes each. as again, Help would be greatly appreciated, Harish -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss