From owner-freebsd-small Wed May 31 20: 8:44 2000 Delivered-To: freebsd-small@freebsd.org Received: from lepton.subatomix.com (okc-27-143-173.mmcable.com [24.27.143.173]) by hub.freebsd.org (Postfix) with ESMTP id 2E3DA37BA50 for ; Wed, 31 May 2000 20:08:41 -0700 (PDT) (envelope-from jss@lepton.subatomix.com) Received: from localhost (jss@localhost) by lepton.subatomix.com (8.9.3/8.9.3) with ESMTP id WAA90739; Wed, 31 May 2000 22:08:41 -0500 (CDT) (envelope-from jss@lepton.subatomix.com) Date: Wed, 31 May 2000 22:08:37 -0500 (CDT) From: "Jeffrey S. Sharp" To: Wendell Wolfe Cc: freebsd-small@FreeBSD.ORG Subject: RE: TinyBSD Development Kit 0.1 "released" In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 31 May 2000, Wendell Wolfe wrote: > > I was able to create the tinybsd.bin.gz file but am not sure how > to load the tinybsd.bin.gz file and then boot the kernel inside. I am > trying to do this with a floppy then a flash disk. The example works with an 8MB DiskOnChip on a AAEON SBC-357 embedded PC. The command to load the .bin.gz image onto the DOC is: gunzip -c tinybsd.bin.gz > /dev/rfla0 Your kernel needs to support fla devices for this to work. Also, the TBDK is targeted only at 4.0-STABLE for the moment; your mileage may vary (more than usual :) if you use something else. To make images of other sizes, either modify example/build/dev0.conf or create a sub-buildtype and specify a replacement dev0.conf with empty fs0.conf and kern0.conf files. The filesystem from the example is too big for a floppy. Note also that this is only TBDK 0.1, and I gave little thought to how great the example would be once booted, or even how many people could boot it at all; my main goal was to say "Hey look, it builds! Whaddaya think?". I plan on having some floppy buildtypes in 0.2. =============================== Jeffrey S. Sharp (XorAxAx) jss@subatomix.com -----BEGIN GEEK CODE BLOCK----- Version 3.12 GCS/IT/MU d-@ s-:+ a21 C++(++++) UBL+(+++$)> P L+(+++$)> E+> W++ N+(++) o? K? w++$> !O M(-) !V PS+ PE Y PGP- t+ 5 X+ R(+) tv+ b+ DI++(+++) G++ e> h--- r+++ y+++ ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Sat Jun 3 10:45:25 2000 Delivered-To: freebsd-small@freebsd.org Received: from lunatic.oneinsane.net (lunatic.oneinsane.net [207.113.133.231]) by hub.freebsd.org (Postfix) with ESMTP id D210537BC48 for ; Sat, 3 Jun 2000 10:45:20 -0700 (PDT) (envelope-from insane@lunatic.oneinsane.net) Received: by lunatic.oneinsane.net (Postfix, from userid 1000) id 098495D9A; Sat, 3 Jun 2000 10:45:17 -0700 (PDT) Date: Sat, 3 Jun 2000 10:45:17 -0700 From: Ron 'The InSaNe One' Rosson To: freebsd-small@freebsd.org Subject: PicoBSD (dial) from 4.0-STABLE Message-ID: <20000603104517.A69795@lunatic.oneinsane.net> Reply-To: Ron Rosson Mail-Followup-To: freebsd-small@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Operating-System: FreeBSD lunatic.oneinsane.net 4.0-STABLE X-Moon: The Moon is Waxing Crescent (3% of Full) X-Opinion: What you read here is my IMHO X-Disclaimer: I am a firm believer in RTFM X-WWW: http://www.oneinsane.net X-PGP-KEY: http://www.oneinsane.net/~insane/insane2-pgp5i.txt X-Uptime: 10:39AM up 2 days, 22:12, 3 users, load averages: 0.06, 0.03, 0.01 Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I grabbed the patch that was posted last month It patched cleanly. I then went ahead and made a dial image. Two issues I am having are: 1. Everytime you boot you get the kernel config menu (like on a new install) 2. No matter what I do I get chat failed when launching PPP a. It dials b. Then I get the error and the modem does not hang up. On another note. I hope I picked the right type of build. All I want is a floppy that I can plug into my computer or a relatives computer boot it up with ppp running in auto. It would then need to be NATD or the equiv in PPP for the LAN that is suing 192.168.x.x address space. If anyone has any pointers on how what I am doing wrong I am all ears. TIA -- ------------------------------------------------------------------------------ Ron Rosson ... and a UNIX user said ... The InSaNe One rm -rf * insane@oneinsane.net and all was /dev/null and *void() ------------------------------------------------------------------------------ "'Faith' means not _wanting_ to know what is true." -- Nietzshe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Sat Jun 3 12:16:11 2000 Delivered-To: freebsd-small@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id F047037B693 for ; Sat, 3 Jun 2000 12:16:09 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.10.1/8.10.1) with ESMTP id e53JFw792988; Sat, 3 Jun 2000 12:15:58 -0700 (PDT) Date: Sat, 3 Jun 2000 12:15:58 -0700 (PDT) From: Doug White To: "Ron 'The InSaNe One' Rosson" Cc: freebsd-small@FreeBSD.ORG Subject: Re: PicoBSD (dial) from 4.0-STABLE In-Reply-To: <20000603104517.A69795@lunatic.oneinsane.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 3 Jun 2000, Ron 'The InSaNe One' Rosson wrote: > I grabbed the patch that was posted last month It patched cleanly. I > then went ahead and made a dial image. Two issues I am having are: > 1. Everytime you boot you get the kernel config menu (like on a new > install) That's a feature, not a bug :) > 2. No matter what I do I get chat failed when launching PPP > a. It dials > b. Then I get the error and the modem does not hang up. Try dialing it manually with 'term'. Most likely the login chat script is assuming it'll get a login: prompt and not drop directly to PAP. > On another note. I hope I picked the right type of build. All I want is > a floppy that I can plug into my computer or a relatives computer boot > it up with ppp running in auto. It would then need to be NATD or the > equiv in PPP for the LAN that is suing 192.168.x.x address space. If > anyone has any pointers on how what I am doing wrong I am all ears. I think dial is built with libalias.... Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message