From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ara Avanesyan Date: Thu, 20 Jan 2005 13:06:12 +0400 Subject: [U-Boot-Users] IXDP size comments and board reset issue References: <20050118044634.41427.qmail@web15601.mail.cnb.yahoo.com> Message-ID: <002601c4fecf$4b41b7e0$1000000a@araav> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >> Also I have another issue regarding to reset. >> After linux reboot, it calls hardware reset >> (arch_reset). My board hangs. >> The same linux build resets fine with RedBoot. Is >> there anything specific >> here? (i do not have debugger to debug it myself :( >> ) > > Well, an uneducated hint. Could you define > CFG_RESET_ADDRESS in ? > Oh, seems I figured out what's the problem. That is, after ixdp reset the flash is not resetted and is in undefined state. There is a good discussion about this topic at arm-linux mailing list. One needs to manually reset flash somewhere before the arch_reset function. Hey I got u-boot running on avila board, i'll soon write a small description of how i ported it.