Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2007 00:42:34 +0400
From:      Mikhael Skvortsov <kawks@ya.ru>
To:        freebsd-arm@freebsd.org
Subject:   jornada 568 port
Message-ID:  <92731189543354@webmail9.yandex.ru>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?92731189543354>