From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stelian Pop Date: Mon, 04 Aug 2008 12:38:30 +0200 Subject: [U-Boot-Users] AT91SAM9261-EK USB storage not working... In-Reply-To: <3efb10970807310624u6f667a07s104fc5dc6e4802a@mail.gmail.com> References: <3efb10970807251522n120906e7r2c0485a352a290c@mail.gmail.com> <1217238103.7672.10.camel@galileo> <3efb10970807310624u6f667a07s104fc5dc6e4802a@mail.gmail.com> Message-ID: <1217846310.6963.11.camel@galileo> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Remy, Le jeudi 31 juillet 2008 ? 15:24 +0200, Remy Bohmer a ?crit : > Hello Stelian and others, > > I have made some progress here, and I would like to inform you all: [...] > I have done a lot of debugging/testing etc. and I noticed that binary > deliverables of U-boot for the evaluationkit work properly with > USB-storage devices on the AT91SAM9261-EK kit. > They were all based on U-boot 1.1.3, 1.1.4, 1.1.5 Atmel versions. > > But, I was not able to get a working version when I build such a code > tree myself. I use gcc version 4.2.3 (Sourcery G++ Lite 2008q1-126) > An hour ago I got the stupid idea to get an older compiler: gcc > version 3.4.2 (release) (CodeSourcery ARM Q3D 2004) FYI, I have been using a CS toolchain here too (2007q3) and had optimisation problems with it (net/net.c:NetReceive() gets miscompiled when using -Os, but behaves correctly when compiled with -O2). I didn't have any problems with the (older) ELDK 4.1 gcc compiler. Maybe you should try it first. -- Stelian Pop