From owner-freebsd-arm@FreeBSD.ORG Sun Jul 28 03:33:20 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 27763563 for ; Sun, 28 Jul 2013 03:33:20 +0000 (UTC) (envelope-from rpaulo@felyko.com) Received: from felyko.com (felyko.com [IPv6:2607:f2f8:a528::3:1337:ca7]) by mx1.freebsd.org (Postfix) with ESMTP id 11A1D2F66 for ; Sun, 28 Jul 2013 03:33:20 +0000 (UTC) Received: from [IPv6:2601:9:4d00:119:c15b:205a:8fbd:2517] (unknown [IPv6:2601:9:4d00:119:c15b:205a:8fbd:2517]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id 3BFD13982B for ; Sat, 27 Jul 2013 20:33:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=felyko.com; s=mail; t=1374982399; bh=igKq3UMUgGEbDtZ6C5QkoZ6ox/qx5EWmEHO8Src5gmc=; h=From:Subject:Date:To; b=XFkQewakSau92VNHRUWNjkl+NnSiL8K5eUYDIzsLTLxXGRSX1YlcdMHbOHbftyh4v ZU1cSlLDvXFcYQ5oJTDhofQ4dsMPWEwxP84NNBe7X1F2jSgUkM6/YR/Oc3PEuO6IP4 67rD63e7ZKQeoULx5ILh8mD3Dv37ZC7d0fdYbzq8= From: Rui Paulo Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: External Non-Linefetch Abort (S) Message-Id: <3C6B0B0D-3F16-44A5-8DF2-A79CBD0D02D3@felyko.com> Date: Sat, 27 Jul 2013 20:33:18 -0700 To: "freebsd-arm@freebsd.org" Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) X-Mailer: Apple Mail (2.1508) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 03:33:20 -0000 On the BeagleBone, I'm trying to access this address 0x4a300000. I know = there is a device there (the PRUSS) and I should be able to access it, = but instead I get this data abort trap: Fatal kernel mode data abort: 'External Non-Linefetch Abort (S)' trapframe: 0xc08c5c84 FSR=3D00001008, FAR=3Dd4a5c000, spsr=3D60000093 r0 =3D00000000, r1 =3Dd4a5c000, r2 =3D00000000, r3 =3Dc062a908 r4 =3D00000000, r5 =3Dc08c5ce4, r6 =3Dc1825500, r7 =3Dc18eb700 r8 =3Dffffffff, r9 =3Dc1825d80, r10=3Dc1825500, r11=3Dc05511e0 r12=3D00000015, ssp=3Dc08c5cd0, slr=3Dc052f1b0, pc =3Dc050bf78 [ thread pid 0 tid 100000 ] Stopped at generic_bs_r_4: ldr r0, [r1, r2] It looks like 0xd4a5c000 is the virtual address that points to = 0x4a300000 (I checked with vtophys()). Does anyone know what this problem could be? I made sure the clock for = this device are running. -- Rui Paulo