From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roman Kolesnikov Date: Sat, 10 Jun 2006 18:33:16 -0700 Subject: [U-Boot-Users] Moving uboot to parallel flash trouble In-Reply-To: References: Message-ID: <448B72DC.9090609@randrlabs.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I have a board similra to at91rm9200ek. I load uboot into ram and execute it. I copy uboot into flash and reboot. However, when I reboot, I experience a crash at the end. It only happens, after I press enter. I think that my environment variables get overwritten, but they should not have. I think it is my environment variables that cause my error. Please advice. Here is my sequence: Load uboot-1.1.2 into ram and execute it. Load uboot-1.1.4 into flash Reboot I get prompt and hit enter, then uboot 1.1.4 crashes. Please advice, Roman