From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajay Jain Date: Tue, 14 Nov 2006 17:30:59 +0530 Subject: [U-Boot-Users] storing hush scripts In-Reply-To: <1163503648.4559a820a36b6@www.sysgo.com> Message-ID: <040401c707e4$90921860$561fa8c0@pcajain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Is there an alternative to store hush scripts, other than in > an environment variable? Could you please give details on how it works? Infact, use (abuse) of environment variables to store the scripts is strongly discouraged. Yes, you can download the script at run time using UART/TFTP. The script needs a valid header to work, for details see the 'mkimage' utility present in the 'tools' directory. You will have to add header to the script using this utility and then download it. Also, refer to the details of 'autoscr' command. -- Ajay