From owner-freebsd-arm@FreeBSD.ORG Tue Jun 9 14:51:22 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6330622C for ; Tue, 9 Jun 2015 14:51:22 +0000 (UTC) (envelope-from vandervelde.ag@gmail.com) Received: from mail-qg0-x232.google.com (mail-qg0-x232.google.com [IPv6:2607:f8b0:400d:c04::232]) (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 1D2B5150B for ; Tue, 9 Jun 2015 14:51:22 +0000 (UTC) (envelope-from vandervelde.ag@gmail.com) Received: by qgfa66 with SMTP id a66so6447469qgf.0 for ; Tue, 09 Jun 2015 07:51:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=T7iqojcnWBnXUPhj7FgpUl5RKkXVNPQg9UJCGw/uCrk=; b=dRnM3hnobt+6X/ABdiiqw1KtaFDZqzK9cNAhlU5frOzt2utJKsdZdxlBT4Qj3CrYZJ mGfvcs2pxcDJbcxHPxEpxW14lH2UFF543lZXbvIVuGLoja/ftB2+Nj3eH+2kaiz6XrQZ DxKAE1S48nqQKfsWbDJ73puCixUIGfdFDWXFW/s0701kIUMNwB74fzJgEqdGvHOi1ouR 3DBha/EOVvp2EMvHH/yN1ORrru2nALHgkCn77amV3Q17vVWhFLtyhplU3Tmens5Bpwuc fXyXuM9RB8Bx1FiChUvzppTgG3wztZI5MUZ9TXvVfJ182umhAmc3zxxXNI6ZA0VXFUVV nhsQ== X-Received: by 10.140.131.67 with SMTP id 64mr28000950qhd.57.1433861481254; Tue, 09 Jun 2015 07:51:21 -0700 (PDT) Received: from noresult.ad.umassmed.edu ([146.189.163.113]) by mx.google.com with ESMTPSA id l25sm2749079qkh.17.2015.06.09.07.51.19 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Jun 2015 07:51:20 -0700 (PDT) Subject: Re: Reduce 10 sec delay of loader? Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Arjan van der Velde In-Reply-To: <20150609003123.GA20084@odi.ci.com.au> Date: Tue, 9 Jun 2015 10:51:19 -0400 Cc: Mat??as Perret Cantoni , freebsd-arm@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20150609003123.GA20084@odi.ci.com.au> To: Richard Perini X-Mailer: Apple Mail (2.1085) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2015 14:51:22 -0000 Also, you may need to modify /boot/loader.rc. I noticed last time I = built stable, loader.rc does not actually load loader.4th (the lines = were commented out). -- Arjan On Jun 8, 2015, at 8:31 PM, Richard Perini wrote: > On Mon, Jun 08, 2015 at 07:16:03PM -0300, Mat??as Perret Cantoni = wrote: >> Hi! I'm trying to avoid the 10 sec wait on boot time: >>=20 >> /boot/kernel/kernel data=3D0x4b3fc8+0x2c038 = syms=3D[0x4+0x78c40+0x4+0x4b17f] >> Hit [Enter] to boot immediately, or any other key for command prompt. >> Booting [/boot/kernel/kernel] in 9 seconds ... >> ... >>=20 >> I created the file /boot/loader.conf (since there wasn't one on my >> system) to override the loader_delay and autoboot_delay variables >> defined in /boot/defaults/loader.conf : >>=20 >> # cat /boot/loader.conf >> loader_delay=3D"1" >> autoboot_delay=3D"1" >>=20 >> But loader still waits 10 seconds before booting. >>=20 >> I read the loader.conf(5) and loader(8) manuals, but I can't see what >> I'm doing wrong. Can you point me some directions? >>=20 >> I'm running 10.1-RELEASE FreeBSD on the ZedBoard. >=20 > Try autoboot_delay=3D1 (i.e. no quotes). >=20 > --=20 > Richard Perini =20 > Ramico Australia Pty Ltd Sydney, Australia rpp@ci.com.au +61 2 = 9552 5500 > = --------------------------------------------------------------------------= --- > "The difference between theory and practice is that in theory there is = no > difference, but in practice there is" > _______________________________________________ > 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"