From owner-freebsd-arm@FreeBSD.ORG Wed Feb 6 07:34:51 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 53246F08 for ; Wed, 6 Feb 2013 07:34:51 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-ia0-x229.google.com (mail-ia0-x229.google.com [IPv6:2607:f8b0:4001:c02::229]) by mx1.freebsd.org (Postfix) with ESMTP id 2ADCE2F4 for ; Wed, 6 Feb 2013 07:34:51 +0000 (UTC) Received: by mail-ia0-f169.google.com with SMTP id j5so1239386iaf.0 for ; Tue, 05 Feb 2013 23:34:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Hz/6e/9+LwajlU7Af5PuH/irFbsnkSseDu0BYns1+TQ=; b=czm07KMwZyH2umUof+hx536c6q2N/9d/NQOeb8azTbRx+BTPAc9b8ZDp7aERRIoEjm itirlqbH1BGn9e4Ta9yITOlbcVNKq4l0S5TgWvkiSqErLhQiXmVuvJ8y11UCQ2yOcPK2 aqeWDQUCwq3GXMjMvbObW3M+S0z4d6ZKw6ys1YdvPzYBMnM5bPZnmHw2az3aaqaQsGTO o6FC+XJ2euvynbkJ1w5Pb20S+73PJ0N4UK5QYJSrD0Bn0MXpa7AH1vM7G0LOKsldM04f czOjZyM430tJ4oSmm/zBCtnO+5kaGqFSZsR8Uk85L+EosRBA3il2TkxS1jHng34avkAg mFEg== MIME-Version: 1.0 X-Received: by 10.50.207.70 with SMTP id lu6mr4129609igc.50.1360136090783; Tue, 05 Feb 2013 23:34:50 -0800 (PST) Received: by 10.64.7.44 with HTTP; Tue, 5 Feb 2013 23:34:50 -0800 (PST) In-Reply-To: References: Date: Wed, 6 Feb 2013 15:34:50 +0800 Message-ID: Subject: Re: After make xdev successfully what should I do next From: Ganbold Tsagaankhuu To: John Elder Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-arm@freebsd.org 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: Wed, 06 Feb 2013 07:34:51 -0000 John, On Wed, Feb 6, 2013 at 3:26 PM, John Elder wrote: > Please keep freebsd-arm on email. > make ARCH=arm TARGET_ARCH=arm kernel-toolchain I have done that. This just builds necessary tools to build kernel. > > how to put it in sd card? You need to have kernel built before using it and booting. > > package as image file and burn it to sd card? Basically kernel should be put in fat formatted partition of SD card. Please build kernel first using following command: make TARGET_ARCH=armv6 KERNCONF=CUBIEBOARD buildkernel Then it will be built in /usr/obj/arm.armv6/usr/src/sys/CUBIEBOARD/ directory or whatever you have chosen for your obj directory. Copy "kernel" from there to fat partition of SD card. SD card should be specially prepared for cubieboard, you can use linux made one. Ganbold > > > On Wed, Feb 6, 2013 at 3:13 PM, Ganbold Tsagaankhuu > wrote: >> >> On Wed, Feb 6, 2013 at 2:06 PM, John Elder >> wrote: >> > I have make the xdev successfully and make the kernel-toolchain, then >> > how >> > to move this to arm devices? >> >> Great. Now you need to compile kernel and put it in sd card and try >> booting from it. >> >> Ganbold >> >> > _______________________________________________ >> > freebsd-arm@freebsd.org mailing list >> > http://lists.freebsd.org/mailman/listinfo/freebsd-arm >> > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > >