From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Singer Date: Thu, 14 Aug 2003 10:22:01 -0700 Subject: [U-Boot-Users] standalone code In-Reply-To: <007601c3626c$9e7d2ee0$10c8c8c8@philippesimal> References: <007601c3626c$9e7d2ee0$10c8c8c8@philippesimal> Message-ID: <20030814172201.GA19789@buici.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Aug 14, 2003 at 04:01:54PM +0200, Philippe Simal wrote: > So my questions are, (1) is it possible to make a standalone pease of software that runs in sdram with the full use of the u-boot drivers? If you are only doing small work, you can add commands to u-boot. The hassle may be that you need to reflash u-boot to gain access to the new commands. On my dev board, I am able to download u-boot to SRAM and run without writing to flash. If you have this option it makes for rapid development. Cheers.