From owner-freebsd-arm@freebsd.org Mon May 23 03:37:58 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 73E4DB4655F for ; Mon, 23 May 2016 03:37:58 +0000 (UTC) (envelope-from embaudarm@gmail.com) Received: from mail-oi0-x234.google.com (mail-oi0-x234.google.com [IPv6:2607:f8b0:4003:c06::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 3EB931CB3 for ; Mon, 23 May 2016 03:37:58 +0000 (UTC) (envelope-from embaudarm@gmail.com) Received: by mail-oi0-x234.google.com with SMTP id b65so114800795oia.1 for ; Sun, 22 May 2016 20:37:58 -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 :cc; bh=Ga38IUHfQ0nBJ2u/ioOuGbAT/42F6Oxf5EvlDUkwLGA=; b=BIawWEhbrR8q0g7EU/PjVsdbg1T/Qq532lrkHhZSEgs2iKVLbEWmlF/vxAcx5aUfce 4LIoTm6GtQ6GvQPIuXXlsTDJwvfXLvce/ixpGwDKr1U0AAruFjlyVnSyuep1vcwrxNCe 7YdYc2fnDZOZ3HucndkTzxN29gTQFWlf9bmkYUIBYO/wLX8FEIjGxbxBK2spiFLOEvdS vlkCYO73Z+C4us6fDtfpQX14sk1tfZXVptqMrd9IGHHRQ79hbs5IT/B2TZn/gss9NU2K nSilQzcFn48c23owsnZkjhXa4PI1GMieHBx9seLaJQjhbiYak+HoFeSIrJa5/Rp90d3p IXGA== 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=Ga38IUHfQ0nBJ2u/ioOuGbAT/42F6Oxf5EvlDUkwLGA=; b=NmluktANi21H1qT5FbQ0MAOHUlhfRYN9qFjU0xFVtKdEwK0zafaA6I93ncMvRPxK9L wDFdRwxCV00rRar9C9D7wsisRhGw9fZQZ4n1oZCIby6/OcD4/wGFtVk5J2wut14QcHmd oJMmUZtTdISYqZB0fnUxyVkuV6eSB1OrnT6IW3yeiyqlKc5T9+rtMVWEwkXnnTcYR3Ro /XUk3oN4oN5wW4gCFXVLwSxECkFoeMbnWp7/QnxAll1YKCOHtzoy62MTFlSM68HZjRfB jT2RU4wOyUZZO8pYQgHE7H/dcuMouDCg0TY9V7+RJOnViYQKhoBdY41a58YbgmZq4J9o mnIg== X-Gm-Message-State: ALyK8tLB6GDQv78MYrpibFPI2D3+GpwRCxSDOVInxj5ojlo/ZMbkP/w7s37KGk+ZwCxW/uFm5s87q8mmMQQUvg== MIME-Version: 1.0 X-Received: by 10.157.33.130 with SMTP id s2mr3218315otb.120.1463974677607; Sun, 22 May 2016 20:37:57 -0700 (PDT) Received: by 10.157.20.8 with HTTP; Sun, 22 May 2016 20:37:57 -0700 (PDT) In-Reply-To: References: Date: Sun, 22 May 2016 23:37:57 -0400 Message-ID: Subject: Re: How do you guys cross compile for Zynq (Cortex A9)? From: Emb Aud To: Tim Kientzle Cc: freebsd-arm Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 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: Mon, 23 May 2016 03:37:58 -0000 Thanks for the nomenclature tip, that saved me a lot research. It's nice to know that is available as a fallback option. I put together a nice new fast core i7 for this project though; I'd hate to see it go to waste. :-) On Sun, May 22, 2016 at 4:36 PM, Tim Kientzle wrote: > > > On May 22, 2016, at 11:48 AM, Emb Aud wrote: > > > > Hi Everyone, > > > > I've got FreeBSD compiled and running on my Zybo (Xilinx Zynq CPU). > > > > But I can't figure out how to compile programs to run on it. > > I've not used the Zybo specifically, but for Beaglebone and Raspberry Pi, > I found it easiest to just compile directly on the board. Everything > should just work, though for certain larger packages, you may need to > configure some form of swap. > > With two or more boards, you can dedicate one to building, create > packages, and then distribute those packages to your other boards. > > > > > It also looks like the Cortex A9 is armv7-a, but the FreeBSD compile > > instructions I've found (and that work) are for armv6. > > FreeBSD uses the term "armv6" to refer generically to armv6 *and later* > 32-bit processors, including armv7. > > Tim > >