From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rix Date: Sat, 07 Nov 2009 06:13:02 -0600 Subject: [U-Boot] AT91 runnable out of RAM ? In-Reply-To: <3efb10970911062350w235f0cdar5eef2b5c7bb63c6@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> <4AF46481.1080002@bumblecow.com> <3efb10970911062350w235f0cdar5eef2b5c7bb63c6@mail.gmail.com> Message-ID: <4AF5644E.1000606@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, > > 2009/11/6 Tom Rix : >> 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 > > It would help if you would post at least the terminal logging. > Otherwise I have no idea what happens... > > Kind regards, > > Remy > > This is NOT an issue with the cdc branch. All I am trying to do is download via dhcp/tftp the new u-boot image and run it without flashing it first. Likely a bone headed thing that I am doing or general limitation with at91. For now I am going with bone-headed. Tom