From owner-freebsd-arm@freebsd.org Wed Jan 4 16:37:59 2017 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 9D2CFC9F589 for ; Wed, 4 Jan 2017 16:37:59 +0000 (UTC) (envelope-from xpahos@gmail.com) Received: from mail-yw0-x233.google.com (mail-yw0-x233.google.com [IPv6:2607:f8b0:4002:c05::233]) (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 5C1FD1E7B for ; Wed, 4 Jan 2017 16:37:59 +0000 (UTC) (envelope-from xpahos@gmail.com) Received: by mail-yw0-x233.google.com with SMTP id v81so217307823ywb.2 for ; Wed, 04 Jan 2017 08:37:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=SKy83I7E4yTiLRBEv0Ast/LmGcjBTGj0D1yiY7XKqt4=; b=uhticuz/NLDjXxTNezSZIkRVmvMCziQRNXbe5bP4NA+FTZHjt9iAPU0T3I8gr+8Ahr ajvS5K2c1axY/U6xTQDIp9moDxXZrhAZ2XbB0h0hb+pARRBbO48qhK1O5recjK8bifuI RNWGCLhYTZvaaE3TT6ILwrSflHF9Mvx2UIHhPpHDLRJybqAq5Nt7W9o7h570sRkp/kjl AnWg6Jzd+B2x+RlCsudiH785KRy+ZxZ0R1zBo01e2rzAqZbfx3etb5sLORxq6Y4Y/Nu0 m10mW2lyEYt39gf/cQj7kU8UjHxqRCMy6DUspNoYuZL0R9MK3rxCPIFiMDdpcJfG2zRp 6IGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=SKy83I7E4yTiLRBEv0Ast/LmGcjBTGj0D1yiY7XKqt4=; b=AG+Vvb/X1nlighX+8bG5c0NVLX13jR7/trnGDnTuxkaawn+PCRDZONV9sY4IaYw4m3 18r2DqRpQvzypiu8Liss6M8Rv2UI30D9z3SthVKheeXkv+czD9pfBbGNqsENOMEXsxs4 ZIcIgTKHzaiMSrDxHfNEWxAYxY1HT8fLP5UWvEc3gpWl9XsR6Nnd8cJKYYH9d7ETUMKg tEegOZc+XvLXKBu2tmEvEsAaqv8cry4QsslQV8xztj6dgp1sxUbFGYrGFbyRKOkKdmNg gsI2k0lHAwX3vjqhymKnf0+xFdCK1X4DeZAfCY2l8Fzrv4BptjlsWlIvv2rDECkn1DoC V5Aw== X-Gm-Message-State: AIkVDXKDJqIf8OUhkQ2j8Lwaj7AH9oQ5TBYH6o8YylSeE+30OmQuBhvlEImXJb3V0/+AVV7YiuC0He/kTITyYA== X-Received: by 10.13.228.199 with SMTP id n190mr61547670ywe.199.1483547878562; Wed, 04 Jan 2017 08:37:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.37.164.198 with HTTP; Wed, 4 Jan 2017 08:37:58 -0800 (PST) In-Reply-To: <586CC827.6010807@wil.waw.pl> References: <586CC827.6010807@wil.waw.pl> From: Alexander Gryanko Date: Wed, 4 Jan 2017 19:37:58 +0300 Message-ID: Subject: Re: FreeBSD Sd Card for Altera DE1-SoC-MTL2 To: =?UTF-8?Q?Marcin_Bara=C5=84ski?= Cc: freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2017 16:37:59 -0000 Hello Marcin, I'm using Linux on this board, but I think FreeBSD can be booted in the same way. https://rocketboards.org/foswiki/view/Documentation/GSRD141SdCard about how to make bootable SD card. https://patchwork.ozlabs.org/patch/694533/ U-Boot patch. FreeBSD has a support of https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi binaries build for this board with hard fpu toolchain will work on DE1-SoC. https://github.com/altera-opensource/u-boot-socfpga uboot from altera https://github.com/altera-opensource/linux-socfpga/blob/master/arch/arm/boo= t/dts/socfpga_cyclone5_de0_sockit.dts mapping for devices. On 4 January 2017 at 13:02, Marcin Bara=C5=84ski wr= ote: > To whom it may concern, > > I want to create FreeBSD bootable SD card which I will use on Altera > DE1-SoC-MTL2 Board. > Where can I find informations about how to do that? Maybe there is some > tutorial which explains that process? > > > I will be grateful for giving me the answers to my questions. > Regards, > Marcin Bara=C5=84ski > _______________________________________________ > 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" --=20 =D0=A1 =D1=83=D0=B2=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC, =D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80 =D0=93=D1=80=D1=8F= =D0=BD=D0=BA=D0=BE Phone: +7(962)9558222