AVILA kernel

Warner Losh imp at bsdimp.com
Thu Oct 17 22:33:27 UTC 2013


On Oct 17, 2013, at 3:51 PM, Berislav Purgar wrote:

> 
> 
> On Thu, Oct 17, 2013 at 11:12 PM, Warner Losh <imp at bsdimp.com> wrote:
> 
> On Oct 17, 2013, at 11:04 AM, Berislav Purgar wrote:
> 
> > On Wed, Oct 16, 2013 at 7:46 PM, Berislav Purgar <bpurgar at gmail.com> wrote:
> >
> >> Hello ..
> >>
> >> finally i got gatewroks GW2345 board but now i got stuck on loading
> >> kernel. it stops on copyright message:
> >>
> >> RedBoot> ip -h 10.42.1.1 -l 10.42.1.11
> >> IP: 10.42.1.11/255.255.255.0, Gateway: 0.0.0.0
> >> Default server: 10.42.1.1
> >> RedBoot> load -b 0x200000 kernel
> >> Using default protocol (TFTP)
> >> Address offset = 0x40000000
> >> Entry point: 0x00200100, address range: 0x00200000-0x007817c8
> >> RedBoot> go
> >> KDB: debugger backends: ddb
> >> KDB: current backend: ddb
> >> Copyright (c) 1992-2013 The FreeBSD Project.
> >> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
> >>        The Regents of the University of California. All rights reserved.
> >> FreeBSD is a registered trademark of The FreeBSD Foundation.
> >> FreeBSD 11.0-CURRENT #0 r256593M: Wed Oct 16 19:14:51 CEST 2013
> >>    root at brzi:/usr/obj/arm.armeb/usr/src/sys/AVILA arm
> >> gcc version 4.2.1 20070831 patched [FreeBSD]
> >>
> >> on stock AVILA conf. file i got panic :
> >>
> >> RedBoot> ip
> >> IP: 192.168.3.2/255.255.255.0, Gateway: 0.0.0.0
> >> Default server: 192.168.3.1
> >> RedBoot> ip -h 10.42.1.1 -l 10.42.1.11
> >> IP: 10.42.1.11/255.255.255.0, Gateway: 0.0.0.0
> >> Default server: 10.42.1.1
> >> RedBoot> load -b 0x200000 kernel
> >> Using default protocol (TFTP)
> >> Address offset = 0x40000000
> >> Entry point: 0x00200100, address range: 0x00200000-0x006a9808
> >> RedBoot> go
> >> panic: mtx_lock() of spin mutex pmap @ /usr/src/sys/arm/arm/pmap.c:3676
> >> Uptime: 1s
> >>
> >>
> >> tnx
> >>
> >
> >
> > any ideas ?
> 
> did you build with MACHINE_ARCH=armeb?
> 
> Warner
> 
> No .. 
> I follow instruction from FreeBSDAvila wiki : https://wiki.freebsd.org/FreeBSDAvila ..

TARGET_ARCH=armeb is in those instructions...  So if you included that, I got nothing...

Warner


More information about the freebsd-arm mailing list