From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmytro Bablinyuk Date: Wed, 05 Oct 2005 20:35:49 +1000 Subject: [U-Boot-Users] Re: BDI and u-boot In-Reply-To: References: Message-ID: <4343AC85.4000702@rftechnology.com.au> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >It resets as expected. BDI changes the IMMR from the HRCW to 0x04700000 and >the u-boot code snippet shown is accessing address 3841 which is 0x0F010000 >in hex which is no longer there.... > > > Thank you very much for your help. Indeed now it makes sense. Also (sorry) when I try to debug and on breakpoint I do (gdb) n It never comes back, and BDI shows that it 'stepping, stepping...' Have you or somebody seen this before? I really appreciate all your help. Thank you