From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1362 invoked by alias); 18 Sep 2009 00:27:35 -0000 Received: (qmail 1353 invoked by uid 22791); 18 Sep 2009 00:27:34 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_22,J_CHICKENPOX_45,J_CHICKENPOX_56,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-pz0-f172.google.com (HELO mail-pz0-f172.google.com) (209.85.222.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Sep 2009 00:27:30 +0000 Received: by pzk2 with SMTP id 2so222367pzk.28 for ; Thu, 17 Sep 2009 17:27:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.178.18 with SMTP id a18mr81869rvf.253.1253233649086; Thu, 17 Sep 2009 17:27:29 -0700 (PDT) In-Reply-To: <25496851.post@talk.nabble.com> References: <25496851.post@talk.nabble.com> Date: Fri, 18 Sep 2009 00:27:00 -0000 Message-ID: Subject: Re: ecos STM32 redboot.bin download issue From: kishore Srimat To: smolugu Cc: ecos-devel@ecos.sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2009-09/txt/msg00002.txt.bz2 Hi Sridhar, As far as I know there is no Flash loader demonstrator for Linux. If you are using Keil or IAR debugger to Flash the App however they all use windows platform. Just general steps if you happen to run on windows: 1.Change the boot mode switches to boot from System Memory. The switches are to the bottom right of the STM32 device. The left switch is Boot 0 and should be "1" or up, and Boot 1 (right switch) should be "0" or down. 2. Connect the serial cable between USART1 on the STM32 board and the PC's COM port. 3. Open Flash Loader and Select the correct COM "Port Name" in the drop down box, the other default settings should be fine. 4. Once downloaded, change the Boot 0 switch (the left one) from a "1" (up) to "0" (down). Boot 1 switch (right one) should remain in the "0" position. Power the board back up and the application code should be running properly. Remember to reset the board every time you change the switch. Regards Kishore Srimat On Thu, Sep 17, 2009 at 5:12 PM, smolugu wrote: > > Hi everybody, > I am trying to load redboot.bin to STM32 flash through > FlashLoaderdemonstrator.exe but I am using Linux PC as host, I tried > wine(tools supports to run windows application on linux) but I am getting > problem with that tool. > > 1) Is there Linux version FlashLoaddemonstrator is available? > 2)If not are there any other ways through which I can download to > flash?Please suggest me,If you have some idea. > > thanks > sridahr > -- > View this message in context: http://www.nabble.com/ecos-STM32-redboot.bin-download-issue-tp25496851p25496851.html > Sent from the Sourceware - ecos-devel mailing list archive at Nabble.com. > >