From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fuchs Date: Fri, 17 Mar 2006 08:52:05 +0100 Subject: [U-Boot-Users] Tricky advice needed: copy value of an environment variable into ram Message-ID: <441A6AA5.6000308@esd-electronics.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I need an idea on how to copy the value of an environment variable into RAM. Let's say serial#=ABC1234, then I want to get ABC1234 into RAM at address 0x100000. Is this possible with some tricky u-boot commands? It the PMC405 target where I want to do this and hopefully without modification to the u-boot configuration. Matthias