public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: tangwei <tziang@hotmail.com>
To: <ilijak@siva.com.mk>
Cc: <ecos-discuss@ecos.sourceware.org>
Subject: RE: [ECOS] kinetis kwikstik redboot trouble
Date: Thu, 21 Jun 2012 01:00:00 -0000	[thread overview]
Message-ID: <BAY163-W7B2909047311B627F1DE5C0FD0@phx.gbl> (raw)
In-Reply-To: <4FE1B18B.2090702@siva.com.mk>


Thanks,Ilija
but I still have a question.
Does it means if I want to write a driver for kwikstik,I MUST write codes included in the redboot,then download redboot into kwikstik to see if the driver can work?
Are there some methods to download the image(include the driver's code) into RAM then debug not the Flash, you know the Flash have limited write cycles.    

----------------------------------------
> Date: Wed, 20 Jun 2012 13:18:35 +0200
> From: ilijak@siva.com.mk
> To: tziang@hotmail.com
> CC: ecos-discuss@ecos.sourceware.org
> Subject: Re: [ECOS] kinetis kwikstik redboot trouble
>
> Hi Tangwei
>
> The SRAM startup is not intended for loading with Redboot, but for JTAG
> or alike. You can upload it (the elf file) with J-link.
>
> Regards
> Ilija
>
>
> On 20.06.2012 08:19, tangwei wrote:
> > Dear all, Have troubles with Kinetis kwikstik when use redboot RAM startup . I am a freshman to eCos,below is the steps about my troubles:
> > 1. use the last CVS-eCos build the redboot from the template with no changes,and get the redboot.elf;2. use arm-eabi-objcopy to get the redboot.bin;3. use the J-link commander to download the redboot.bin in kwikstik' flash from address 0x00;4. reset kwikstik,the redboot can startup successful. now I want to try the RAM startup for redboot1. same as above's step 1, I only change the template's start-up option from ROM startup to SRAM startup,get the redboot.elf;2. use arm-eabi-objcopy to get the redboot.bin;3. use minicom,after the kwikstik start successful from flash, and give the "RedBoot >" as below: RedBoot(tm) bootstrap and debug environment [ROM] Non-certified release, version UNKNOWN - built 10:12:01, Jun 14 2012 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. RedBoot is free software, covered by the eCos license, derived from the GNU General Public License. You are welcome to change it and/or distribute copies of it under certain conditions. Under the license terms, RedBoot's source code and full license terms must have been made available to you. Redboot comes with ABSOLUTELY NO WARRANTY. Platform: Freescale KwikStik (Cortex-M4) RAM: 0x1fff8000-0x20007000 [0x1fffb6a8-0x20007000 available] RedBoot>
> > 4. in the minicom console, input command RedBoot > load -v -m ymodem,and then send the file redboot.bin from setp 2, the trouble becomming , it can't send the redboot.bin correctly,
> > the minicom send file's diaglog is below
> > +-----------[ymodem upload - Press CTRL-C to quit]------------+ |Sending: redboot.bin | |Ymodem sectors/kbytes sent: 0/ 0kRetry 0: NAK on sector | |Ymodem sectors/kbytes sent: 2/ 0kRetry 0: Cancelled | | | |Transfer incomplete | | | | READY: press any key to continue... |+-------------------------------------------------------------+
> > after press any key,the console gives below:
> > RedBoot> load -v -m ymodem CUnrecognized image type: 0x20008000 xyzModem - CRC mode, 3(SOH)/0(STX)/0(CAN) packets, 3 retries RedBoot>
> > That's all, can anybody please help me? Are there any steps I did above were wrong? ThanksOr could anyone give me the right steps to startup redboot from RAM?
> >
>
>
>
> --
> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
>
 		 	   		  

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

  reply	other threads:[~2012-06-21  1:00 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-20  6:19 tangwei
2012-06-20  6:25 ` tangwei
2012-06-20 11:18 ` Ilija Kocho
2012-06-21  1:00   ` tangwei [this message]
2012-06-21  6:36     ` Ilija Kocho
2012-06-26  6:39       ` [ECOS] kinetis kwikstik's ecos trouble tangwei
2012-06-26  8:26         ` Ilija Kocho
2012-06-26  9:07           ` tangwei
2012-06-26 10:27         ` Ilija Kocho
2012-06-28  3:22           ` tangwei
2012-06-30 10:19             ` Ilija Kocho
2012-07-02  5:52               ` tangwei
2012-07-03  7:10                 ` Ilija Kocho
2012-07-06  1:01                   ` [ECOS] eCos for FujitSu's MB9B506(cortex-M3) tangwei
     [not found]                   ` <BAY163-W35405946B43D33AF82284DC0B80@phx.gbl>
2012-08-21  3:56                     ` [ECOS] RE: Troubles when develop app with Kwikstik tangwei
2012-08-27  6:53                     ` [ECOS] " Ilija Kocho
2012-09-07  3:29                       ` tangwei
2012-09-07  8:48                         ` Ilija Kocho
2012-06-28  3:23           ` [ECOS] kinetis kwikstik's ecos trouble tangwei

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BAY163-W7B2909047311B627F1DE5C0FD0@phx.gbl \
    --to=tziang@hotmail.com \
    --cc=ecos-discuss@ecos.sourceware.org \
    --cc=ilijak@siva.com.mk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).