From owner-freebsd-arm@FreeBSD.ORG Thu Mar 7 20:41:28 2013 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 07950349 for ; Thu, 7 Mar 2013 20:41:28 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-02-ewr.mailhop.org (mho-04-ewr.mailhop.org [204.13.248.74]) by mx1.freebsd.org (Postfix) with ESMTP id BDA331CC for ; Thu, 7 Mar 2013 20:41:27 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1UDhcv-000Iz1-Bz; Thu, 07 Mar 2013 20:41:21 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id r27KfJfk004984; Thu, 7 Mar 2013 13:41:19 -0700 (MST) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/yPpNbZNsJrcTHg6Z5z7qK Subject: Re: Monitor Rom commands From: Ian Lepore To: Jack Wilborn In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" Date: Thu, 07 Mar 2013 13:41:18 -0700 Message-ID: <1362688878.1291.174.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit 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: Thu, 07 Mar 2013 20:41:28 -0000 On Thu, 2013-03-07 at 13:29 -0700, Jack Wilborn wrote: > Hello, I have a Global Scale Technologies Dreamplug which has a > Marvell 88F6281 CPU. This computer comes up with a low level prompt > of > > Marvell> > > I can get a quick synopsis of the command with the keyword 'help' or > '?' but I would really like to have some real documentation on the > commands. Some of the commands can be accessed by 'help command', but > the help is pretty limited. I've asked the companies, but no reply. > I guess it's once you buy it you're on your own? > > You would think they would publish this in many places, but no such luck! > > If anyone has or knows where these documents are, please send me a > link or something so I can do more than guess at the parameter list! > > Thanks > That prompt is coming from the u-boot software that's in flash. General documentation on u-boot is at http://www.denx.de/wiki/DULG/Manual but be aware that u-boot is vastly configurable, and so not everything in the docs will be available on the DreamPlug. We have a freebsd wiki page with some info (which is seriously out of date) at https://wiki.freebsd.org/FreeBSDMarvell I have a couple DreamPlug units here and can answer questions about using freebsd on them. -- Ian