From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Brand Date: Mon, 07 Jun 2004 13:42:02 +0200 Subject: [U-Boot-Users] srec download fail References: <20040604155836.71947C109F@atlas.denx.de> Message-ID: <40C4548A.4050903@imms.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <40C076E4.4040409@imms.de> you wrote: > >>I'm trying to download the hello_world srec-sample to my Nios Stratix >>Board with cu. I get the following printout: >> > > Did you configure "cu" as documented in the DULG? yes > > >> DK1S10 > loads >> ## Ready for S-Record download ... >> ~>hello_world.srec >> 1 R R R R R R R R R [timed out looking for echo] >> [connected] >> > > Is "loads_echo" set to 1 in your environment? yes, I have set CONFIG_LOADS_ECHO in the configuration file. But the "loads_echo" does not show up in the environment. So I set it with the setenv command and now it's working fine. Maybe I have to check in the source code if the CONFIG_LOADS_ECHO has any influence to the environment. > >>It does not work with kermit either. The loadb cmd with kermit works fine. >> > > S-Record download with kermit is not supposed to work. > > > Best regards, > > Wolfgang Denk > Thanks for your help. Thomas