From owner-freebsd-arm@FreeBSD.ORG Tue Sep 11 21:44:04 2007 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37B6016A417 for ; Tue, 11 Sep 2007 21:44:04 +0000 (UTC) (envelope-from kawks@ya.ru) Received: from webmail9.mail.yandex.net (webmail9.mail.yandex.net [213.180.223.100]) by mx1.freebsd.org (Postfix) with ESMTP id 9A2C713C459 for ; Tue, 11 Sep 2007 21:44:03 +0000 (UTC) (envelope-from kawks@ya.ru) Received: from YAMAIL (webmail9) by mail.yandex.ru id S2752524AbXIKUme for ; Wed, 12 Sep 2007 00:42:34 +0400 X-Yandex-Spam: 1 Received: from [85.30.207.91] ([85.30.207.91]) by mail.yandex.ru with HTTP; Wed, 12 Sep 2007 00:42:34 +0400 From: Mikhael Skvortsov To: freebsd-arm@freebsd.org MIME-Version: 1.0 Message-Id: <92731189543354@webmail9.yandex.ru> Date: Wed, 12 Sep 2007 00:42:34 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: jornada 568 port X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2007 21:44:04 -0000 I'm trying to port FreeBSD to HP Jornada 568 PDA (http://en.wikipedia.org/wiki/Jornada_560_series). Boot process freezes almost just after enabling MMU: while sending something to UART cpufunc_control(0x337f, 0x107d); arm_vector_init(ARM_VECTORS_LOW, ARM_VEC_ALL); + printf("MMU, I-cache, D-cache, WB enabled.\n"); minicom receives only first nine chars plus a random one, i. e. "MMU, I-cae". What can make this happening? I'm stuck without any ability to debug code. -- Regards, Mikhael