From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Sat, 03 Nov 2007 10:19:12 +0100 Subject: [U-Boot-Users] mtest question In-Reply-To: <3972542e0711020941y422cdc28tcde651a916fb824b@mail.gmail.com> References: <472B3FE9.3060709@invitel.hu> <3972542e0711020941y422cdc28tcde651a916fb824b@mail.gmail.com> Message-ID: <472C3D10.8030707@invitel.hu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, E Robertson wrote: > On 11/2/07, Heiko Schocher wrote: >> Hello , >> >> E Robertson wrote: >> > When mtest is used without args what is the default memory addresses >> it uses? >> >> The default memory addresses are defined in your board config file. Look >> at the defines: >> >> #define CFG_MEMTEST_START >> #define CFG_MEMTEST_END > > Thanks, I guess I should have grepped first. > > How long does it generally take for mtest to do a test on 1M of memory? > I left mine running for a few hours and it was still going. > It runs endless, unless you press Ctrl-C ;-) You maybe have defined CFG_ALT_MEMTEST, then it stops, if an error occur or Ctrl-C is pressed. bye Heiko