Re: [U-Boot] memory display question

2010-02-25 Thread Steve Iribarne
Detlev Zundel wrote: > Hi Steve, > >> I'm currently getting an error when I try to do a secure boot (internal >> to the processor). So the next step is to verify that my u-boot image is >> loaded where I think it should be loaded (at TEXT_BASE (0x83F0_)). >> >> When I do a md.w 0x83F0 0x

Re: [U-Boot] memory display question

2010-02-25 Thread Detlev Zundel
Hi Steve, > > I'm currently getting an error when I try to do a secure boot (internal > to the processor). So the next step is to verify that my u-boot image is > loaded where I think it should be loaded (at TEXT_BASE (0x83F0_)). > > When I do a md.w 0x83F0 0x20 it display's all zero's w