From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12984 invoked by alias); 11 Jul 2005 10:30:23 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 12955 invoked by uid 22791); 11 Jul 2005 10:30:19 -0000 Received: from bay107-f28.bay107.hotmail.com (HELO hotmail.com) (64.4.51.38) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 11 Jul 2005 10:30:19 +0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 11 Jul 2005 03:30:16 -0700 Message-ID: Received: from 64.4.51.220 by by107fd.bay107.hotmail.msn.com with HTTP; Mon, 11 Jul 2005 10:30:16 GMT X-Originating-Email: [embeddedeng@hotmail.com] X-Sender: embeddedeng@hotmail.com In-Reply-To: From: "Michael Anburaj" To: ecos-discuss@ecos.sourceware.org Bcc: Date: Mon, 11 Jul 2005 10:30:00 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Subject: [ECOS] issues: memcpy in flash_config_insert_value & exec -r X-SW-Source: 2005-07/txt/msg00103.txt.bz2 Hi, H/w : MIPS atlas, 4Kc Build: Redboot_ROM source: latest from CVS Issue #1: memcpy in flash_config_insert_value (fconfig.c), case CONFIG_ESA throws an exception (I guess) casues Redboot to hang-up (with GDB command $T0b25...) dp = 0x80fbf016 &opt-dflt = 0x800010bc size = 6 Other cases work fine: case CONFIG_BOOL: dp = 0x80fbf02e &opt-dflt = 0x800010d4 size = 4 Let me know the reason behind this. For now, I have bypassed this by commenting out the memcpy for the CONFIG_ESA case. Issue #2: The redboot command "exec" is supposed to have -r option for RamDisk, but in my Redboot build I don't see this option. Let me know if I need to included some packages for this or enable some option in Redboot config. Thanks a lot, -Mike. -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss