From owner-freebsd-arm@freebsd.org Wed May 18 22:24:22 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B244B41B87 for ; Wed, 18 May 2016 22:24:22 +0000 (UTC) (envelope-from dave@dogwood.com) Received: from mail-vk0-x234.google.com (mail-vk0-x234.google.com [IPv6:2607:f8b0:400c:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 427801D31 for ; Wed, 18 May 2016 22:24:22 +0000 (UTC) (envelope-from dave@dogwood.com) Received: by mail-vk0-x234.google.com with SMTP id z184so80397886vkg.0 for ; Wed, 18 May 2016 15:24:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dogwood.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=6Pk1pQbmnCgJNxFdDIF3764ItHB7fPDypIydDjqzMT8=; b=iY1vJnN9EZeEZNfs2FbJUab63SZxP2QWF4dGVgE6eLui/jr18cemUUMeVmyZBXNuKi FLC9mv6OuQYC6FkMy876W3oOZFE1fRYV4aOL2PLpKm995hNoxwIdaZnPkKVEE+9IFlSI NQJhj5l5IJmnjfCKgZIsViBr5jPndX+jMdl0U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=6Pk1pQbmnCgJNxFdDIF3764ItHB7fPDypIydDjqzMT8=; b=GQIhiVbKpbEybn7Loy7g5RuaVdGjRWAO4bHmjM0W5oiG6Lsntp4BetVTcs95HMc1kk XO9Co+w5ZXkJhdsnIjwxJxg+XPjYyN2+DGch0TUCts/HhveriKFj0kFZJpDiCkRkaDO+ FFTkfE+QgkUTJhrLfQupAV252kB7m3wLXhCYLnLYNIcStfQTCvaPzlUmhrUcUcuaxe/M 3e0h+7t+Vv2BoD009TNufW4BbtkUiPZnysQJv1wKigaPS98IQC6P1C+sFlQMUzWq6th9 HGEt19mFmQPDpG3qm1gyWMM+aNPIJBkXKSZ9kw7lhE2GK96fbRfxSr4cHKbw22fxiRGe DorA== X-Gm-Message-State: AOPr4FXUbKofkOsG6LAIXylzqUPsKIka5yTvXNbeWqvYpmSf7e2xhyU1VNWYb1zUc8WErePXHgJEgfFDLZUsOHEV MIME-Version: 1.0 X-Received: by 10.159.33.132 with SMTP id 4mr5379733uac.43.1463610261143; Wed, 18 May 2016 15:24:21 -0700 (PDT) Received: by 10.176.6.99 with HTTP; Wed, 18 May 2016 15:24:21 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 May 2016 12:24:21 -1000 Message-ID: Subject: Re: upgrading arm6hf From: David Cornejo To: Warner Losh Cc: freebsd-arm Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2016 22:24:22 -0000 I am trying that now, I'll report back when it finishes thanks! On Wed, May 18, 2016 at 12:12 PM, Warner Losh wrote: > I believe, but I haven't tested, that all that should be required is > an installworld / installkernel. > You'll need to build with TARGET_ARCH=armv6 and may need to say DESTDIR=/ to get > around the cross-threading safety checks. > > Warner > > On Wed, May 18, 2016 at 1:40 PM, David Cornejo wrote: >> Hi, >> >> What needs to be done to convert an arm6hf system to the new >> hard-float arm6? can it be done? >> >> dave c >> _______________________________________________ >> freebsd-arm@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-arm >> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"