From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4579 invoked by alias); 15 Oct 2014 11:50:41 -0000 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 Received: (qmail 4561 invoked by uid 89); 15 Oct 2014 11:50:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_SORBS_WEB autolearn=no version=3.3.2 X-HELO: xm21.hostsila.net Received: from xm21.hostsila.net (HELO xm21.hostsila.net) (80.91.189.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 15 Oct 2014 11:50:37 +0000 Received: from [195.20.130.1] (port=2331 helo=[10.1.7.235]) by xm21.hostsila.net with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1XeN7Q-000ZjC-54; Wed, 15 Oct 2014 14:51:52 +0300 Message-ID: <543E5F88.2050002@unicore.co.ua> Date: Wed, 15 Oct 2014 11:50:00 -0000 From: Oleg Uzenkov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Sergei Gavrikov CC: eCos Discussion References: <542D110B.9080002@unicore.co.ua> <542E8B41.8030905@dallaway.org.uk> <5436726C.8000703@unicore.co.ua> <543696C4.2040201@unicore.co.ua> <5437742F.7020908@unicore.co.ua> <54379E39.4070804@unicore.co.ua> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Get-Message-Sender-Via: xm21.hostsila.net: authenticated_id: o.uzenkov@unicore.co.ua X-IsSubscribed: yes Subject: Re: [ECOS] redboot on STM3240G-EVAL board X-SW-Source: 2014-10/txt/msg00021.txt.bz2 Hi Everyone, > > For binaries you have to know the first LMA address (rom_vectors > address) to specify that address on a command line. > > For binary image > > load -m x -r -b > fis create -b Please, let me know what do you think of this: 1) I have built app.elf and app.bin for *RAM* startup (SECTION_rom_vectors: LMA == 0x64008000 ) (memory layout is mlt_cortexm_stm32x0g_eval_ram.ldi) 2) I can successfuly run app.elf under redboot (i.e. >load -m x; >go) 3) When I load app.bin like this: >load -m x -r -b 0x64008000 >go 0x64008000 or >go I get rubbish ($T080f:00800064;0d:e8cf1b64;) (i also tried to create fis and load and run image from fis, same result, i.e. >fis create -b 0x64008000 app; >fis load app; >go) any ideas where I am wrong? Did anyone manage to execute .bin file from Redboot? Thanks. Oleg -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss