From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Brand Date: Mon, 07 Jun 2004 15:02:38 +0200 Subject: [U-Boot-Users] srec download fail References: <20040604155836.71947C109F@atlas.denx.de> <40C4548A.4050903@imms.de> Message-ID: <40C4676E.1080900@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 >> 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. 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 :-) regards, Thomas