From owner-freebsd-arm@FreeBSD.ORG Fri Oct 25 17:34:16 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 88545627 for ; Fri, 25 Oct 2013 17:34:16 +0000 (UTC) (envelope-from bpurgar@gmail.com) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14DFA25A7 for ; Fri, 25 Oct 2013 17:34:15 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id h11so1439650wiv.4 for ; Fri, 25 Oct 2013 10:34:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Y6wYUgNKuEiOdFKeTG2LPJyRpaYO6wdtJXUiuCNwa7I=; b=UxiKK4Uyj2kKXQSAgK7HRVUnm9S8mwSojBxS6kHOWzkd/rYg0XCIZQAcNYvZvIkEan 3786o4OvNWVuBRhLepcc4E4uYs/9yZaukA1+Y7zOu/D7lwGw6yg6UHom7nsC8yerQi/i /mr4RS4hz6xrh8JbaO98r6jh94p517EygeQt0sqFmtVrApqkejLv01ZhCrK9oNHxoeRv bVrVKZjqIc68ylL8r2LHJJc34gIrevL6hl8GnNHy6Kmu35eS8p1klRaIF1VOORlvJN6f BD/J5hlA8XRqlpw97PBSYnG4nXPB/bMTpV2t6K/YJr6vqrdJF6qSBv50uZya1WM/lVRI BsKA== MIME-Version: 1.0 X-Received: by 10.194.239.40 with SMTP id vp8mr8439584wjc.45.1382722454523; Fri, 25 Oct 2013 10:34:14 -0700 (PDT) Received: by 10.217.141.3 with HTTP; Fri, 25 Oct 2013 10:34:14 -0700 (PDT) In-Reply-To: References: Date: Fri, 25 Oct 2013 19:34:14 +0200 Message-ID: Subject: Re: AVILA kernel From: Berislav Purgar To: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Fri, 25 Oct 2013 17:34:16 -0000 On Thu, Oct 24, 2013 at 8:37 PM, Berislav Purgar wrote: > > finally ... Olivier send me some patches and now i have working kernel .. > Olivier told me that these patches are for another problems and maybe my > problem with aligment is fixed by accident. > > Here is patch from Olivier : http://www.ci0.org/arm_patch.diff > > > > > > :( .. ahhh .. I give up ... problems never end .. i made buildworld (WITHOUT_ARM_EABI in src.conf) installworld distribution for NFSboot .. Everything is fine until initialization network interfaces .. i goot errors from ifconfig for all interfaces about missing address_family.. after that boot finish to login prompt. everything else works OK !!!?! root@avila:~ # ifconfig ath0: flags=8843 metric 0 mtu 2290 npe0: flags=8843 metric 0 mtu 1500 options=80008 npe1: flags=8802 metric 0 mtu 1500 options=80008 lo0: flags=8049 metric 0 mtu 16384 options=600003 wlan0: flags=8843 metric 0 mtu 1500 root@avila:~ # root@avila:~ # ifconfig npe1 192.168.5.1/24 ifconfig: Please specify an address_family. usage: ifconfig interface address_family [address [dest_address]] [parameters] ifconfig interface create ifconfig -a [-d] [-m] [-u] [-v] [address_family] ifconfig -l [-d] [-u] [address_family] ifconfig [-d] [-m] [-u] [-v] root@avila:~ # so .. no luck for me .. back to 9.1 :) :) Beri