From mboxrd@z Thu Jan 1 00:00:00 1970 From: Praveen V.S. Date: Thu, 16 Dec 2004 15:02:44 +0530 Subject: [U-Boot-Users] Data abort while mtest Message-ID: <000601c4e352$34a2bb80$0400a8c0@praveenvs> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello , We have successfuuly configured U-boot for our custom board based on PXA255. The Board is having 32 MB ram. I am able to sucessfully run the coimmands, md, mw etc.. But if I give mtest( CFG_ALT_MEMTEST is defined) I am getting dataabort as below.. $ mtest 0xa1000000 0xa1ffffff 1 Testing a1000000 ... a1ffffff: data abort 1 pc : [] lr : [] sp : a07bddb4 ip : a07bdc48 fp : a07bddf8 r10: a1ffffff r9 : 00000000 r8 : a07bdfdc r7 : 00000000 r6 : a1000000 r5 : fffffffe r4 : 00000001 r3 : a07f2d1c r2 : a07f2d63 r1 : a07bdc7c r0 : 0000000d Flags: nzCv IRQs off FIQs off Mode What could be wrong ? Also if I undefine CFG_ALT_MEMTEST, & do mtest I am not getting any exception & am able to test.. Why is that I am not able to test if CFG_ALT_MEMTEST is enabled..? TIA Regards Praveen