Re: [U-Boot-Users] mtest question

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
bye Heiko

On 11/2/07, Heiko Schocher heiko.schocher@invitel.hu 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.

Hello,
E Robertson wrote:
On 11/2/07, Heiko Schocher heiko.schocher@invitel.hu 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
participants (2)
-
E Robertson
-
Heiko Schocher