On Feb 18, 2011, at 14:08, ext Антон Кочков wrote: > Here also modified omap3_boot.c file. I'm dont know why it is > successfully load bootrom at 0x40014000, but cant do this for 0x14000 > - it always fill by zeroes. > I'm only need copy memory from already loaded rom image from > 0x40014000 to 0x00014000 and nothing more.
Our OMAP3 boot emulation is a very simplified model. For example, the boot ROM is never mapped to Q0 region, only Q1 region -- the boot ROM execution is started at 0x40014000 rather than 0x00014000. There is no memory mapped at Q0 unless you attach something to the GPMC before reset. Regards, Juha