From owner-freebsd-mips@FreeBSD.ORG Tue Nov 16 23:24:11 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F09D106566C for ; Tue, 16 Nov 2010 23:24:11 +0000 (UTC) (envelope-from freebsd-mips@dino.sk) Received: from loki.netlab.sk (loki.netlab.sk [84.245.65.11]) by mx1.freebsd.org (Postfix) with ESMTP id 25D108FC17 for ; Tue, 16 Nov 2010 23:24:10 +0000 (UTC) Received: from door.dino.sk (fw1.dino.sk [84.245.95.252]) (AUTH: PLAIN milan, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by loki.netlab.sk with esmtp; Wed, 17 Nov 2010 00:32:20 +0100 id 00033C07.4CE31484.0000C2E3 From: Milan Obuch To: Luiz Otavio O Souza Date: Wed, 17 Nov 2010 00:24:23 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.5.3; i386; ; ) References: <201011101616.59156.freebsd-mips@dino.sk> <2ECB603F-5E21-424E-8EF7-5F7189887AEC@gmail.com> In-Reply-To: <2ECB603F-5E21-424E-8EF7-5F7189887AEC@gmail.com> MIME-Version: 1.0 Message-Id: <201011170024.24641.freebsd-mips@dino.sk> Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: freebsd-mips@freebsd.org Subject: Re: First RSPRO deployed ! X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 23:24:11 -0000 On Thursday 11 November 2010 12:14:30 you wrote: > On Nov 10, 2010, at 1:16 PM, Milan Obuch wrote: > > On Wednesday 10 November 2010 13:21:55 Luiz Otavio O Souza wrote: > >> Hello everyone, > >> > >> This is just a FYI about my first RSPRO deployed and my satisfaction > >> with it :) > > > > Hi, > > > >> I'm running a slightly modified version of current (for the RTC support > >> and basic multi-phy/switch support - still without vlan support). > > > > Could you share your changes/patches? I have this board too and could > > benefit from it too... you did a bit more already than me... > > Hi Milan, > > Sure, all my patches/changes are available, but as i said, it's only small > changes... > I am testing everything available... > >> Here is the dmesg: http://pastebin.com/BGsAun6b > >> > >> The ifconfig: http://pastebin.com/Vf5pqaQs > >> > >> Disks and slices: http://pastebin.com/2jc0fJPh > >> > >> GPIO devices: http://pastebin.com/FvhQW5iL > >> Here is output os rspro-ps program... What's that? Where does it get the data read from? Is there something on board itself connected to i2c bus or is it something externally connected? > >> All installed ports: http://pastebin.com/yHcszFpR > >> > >> It's running fully static, booting a gziped kernel from onboard flash > >> and with a full system on a 8GB SD card (i've another two 4GB > >> memsticks, one is used for ports and the other for sources and obj). > > > > Again, it would be great if you could share your experience - I would > > like to run from flash too, but did not came there yet, I am still only > > at netboot stage with USB flasdisk based file system. > > > > Regards, > > Milan > > adrian@ keeps a wiki page with some information about this: > http://wiki.freebsd.org/AdrianChadd/UbiquityRouterstationPro > > I'll poke him about a port for this flash tool, it's very simple to use. > Is it possible to read/write flash from FreeBSD itself? When I add geom_redboot into kernel, I see /dev/redboot directory with flash parts, but I have no idea how to read them - dd if=/dev/redboot/ gives just an error and no data are read... Is some special tool necessary for that? I would like to make a backup copy of flash, just in case... Also, there is a pin header marked UART, just opposite to RS232 connector. I would expect it to be a second serial interface, maybe, but I found no mention about it yet... Has anybody an answer? Regards, Milan