920t->armv4_5_mmu.armv4_5_cache.i_cache_enabled)
+{
+LOG_DEBUG("I-Cache enabled, invalidating affected I-Cache line");
+retval = arm920t_write_cp15_interpreted(target, 0xee070f35, 0x0,
address);
+if (retval != ERROR_OK)
+return retval;
}
/* invalidate ICache single entry with MVA */
arm926ejs->write_cp15(target, 0, 1, 7, 5, address);
}
else
{
/* invalidate ICache */
arm926ejs->write_cp15(target, 0, 0, 7, 5, address);
}
}
2009/11/3 Øyvind Harboe
&g
43422 armv4_5_mmu.c:51 armv4_5_mmu_translate_va(): Address
translati
on failure
User : 228 243438 command.c:400 command_print(): NAND flash device 'NAND
64MiB 3
,3V 8-bit' found
2009/11/3 Øyvind Harboe
> On Tue, Nov 3, 2009 at 4:06 AM, Dennis.Cheng wrote:
> > Hi folks,
> >
> > Whe
Hi folks,
When I tried to use OpenOCD detect NAND flash in S3C2410 platform(nand probe
0), I got the "Address translation failure" result.
I tried "reset" then "halt", "Address translation failure" was still exist.
But when I enter "reset; halt" command, NAND flash probe is OK.
I think it is OpenO