From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Linz Date: Mon, 7 Jun 2004 16:03:10 +0200 Subject: [U-Boot-Users] srec download fail In-Reply-To: <40C4676E.1080900@imms.de> References: <20040604155836.71947C109F@atlas.denx.de> <40C4548A.4050903@imms.de> <40C4676E.1080900@imms.de> Message-ID: <0406071603100C.02269@pcj86> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Montag, 7. Juni 2004 15:02 schrieb Thomas Brand: > >> 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. Hi Thomas, nice to see it works. Can you post a patch for the DK1S10 configuration that includes the corresct setup for loads command (CONFIG_LOADS_ECHO) ? Thanks, Stephan > > Now I got it. As long as u-boot finds a valid environment in the flash > memory it will take that. If I change CONFIG_LOADS_ECHO in the config > files, it affects only the default environment. After deleting the valid > environment in the flash memory, the loads_echo variable shows up :-) >