From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rix Date: Fri, 06 Nov 2009 12:01:37 -0600 Subject: [U-Boot] AT91 runnable out of RAM ? In-Reply-To: <3efb10970911050742j3a3f169fq62e15c468942063e@mail.gmail.com> References: <1257010667-10834-1-git-send-email-Tom.Rix@windriver.com> <4AF1986C.60007@windriver.com> <3efb10970911041221v22245887v314b4c30f213722b@mail.gmail.com> <19F8576C6E063C45BE387C64729E73940436F93858@dbde02.ent.ti.com> <3efb10970911050142t29a1083fw4deba8e77d98798@mail.gmail.com> <4AF2D6B5.8010808@windriver.com> <3efb10970911050742j3a3f169fq62e15c468942063e@mail.gmail.com> Message-ID: <4AF46481.1080002@bumblecow.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Remy Bohmer wrote: > Hi Tom, > >> I would rather keep the patch set together. > > OK. > >> My current work depends on it. >> I am working with the usb/cdc branch to added gadget support for omap >> and ultimately help mainline the usb/cdc branch. I am trying to connect a at91sam9g20 the gadget code so I can have a working example of a driver to compare against the omap side that I am writing. The problem I am having is trying to the at91 out of ram doing something like # d .. downloads the u-boot.bin image # g 22000000 ... seems to load the flash image ... gets stuck somewhere after flash enumeration Tom