Re: [Soekris] *BSD vs Linux

2011-04-15 Thread Ralph Smith
On Thu, April 14, 2011 9:46 am, Ryan Whelan wrote: > I'm surprised no one has said they thought it was 'better' for the role > they > need- A narrow instance of this is using the NET4501 as an NTP server, using the TMR1 mod as described in and

Re: [Soekris] FreeBSD 8, net4501 & ntp?

2010-03-31 Thread Ralph Smith
Sorry about the long delay. Appendicitis has a way of getting one's attention. On Feb 28, 2010, at 5:34 PM, Goran Sandin wrote: > On Sunday 28 February 2010 19.15.41 Ralph Smith wrote: >>> Can I use gpsd in between the rs-232 port and ntpd? >> >> You can if you w

Re: [Soekris] Schematics for Net5501?

2010-03-30 Thread Ralph Smith
AMuse wrote: > Ralph: I actually feared this to be the case already and prepared to > order a pair of 4501s. > > That said, the thread about NTP stuff was relatively recent. Did > anyone build any high-accuracy NTP servers out of later model Soekris > hardware, and how? I'd like to make our re

Re: [Soekris] Schematics for Net5501?

2010-03-30 Thread Ralph Smith
This will not work. What makes the approach documented by John Ackerman at the referenced website is the use of the timers present in the Elan SC-520 processor. The net5501 uses a different processor and is not capable of the same level of precise timestamping. Ralph On Mar 30, 2010, at 6:14 P

Re: [Soekris] FreeBSD 8, net4501 & ntp?

2010-02-28 Thread Ralph Smith
Summary is that you are in good shape. More comments below. On Feb 28, 2010, at 5:36 AM, Goran Sandin wrote: > On Sunday 28 February 2010 01.12.14 Ralph Smith wrote: >> On Feb 27, 2010, at 2:25 PM, Goran Sandin wrote: >>> I use this tool http://www.satsignal.eu/software/net

Re: [Soekris] FreeBSD 8, net4501 & ntp?

2010-02-27 Thread Ralph Smith
On Feb 27, 2010, at 2:25 PM, Goran Sandin wrote: > Hi, > > I have built a ntp-server based on information found > here http://www.febo.com/pages/soekris/ and here > http://ralphsmith.org/~ralph/soekris-ntp/NET4501. First of all, a caution that the files under

Re: [Soekris] FreeBSD 8 kernel config for 4521?

2010-02-04 Thread Ralph Smith
t; > >> On 02/03/2010 12:42 PM, Ralph Smith wrote: >>> On Wed, February 3, 2010 2:17 pm, Scott Newell wrote: >>> >>>> Does anyone have a known good FreeBSD 8.0 kernel config for the >>>> '4521? >>>> >>> Here's

Re: [Soekris] FreeBSD 8 kernel config for 4521?

2010-02-04 Thread Ralph Smith
On Thu, February 4, 2010 11:43 am, Ben Schumacher wrote: > On 02/03/2010 12:42 PM, Ralph Smith wrote: >> On Wed, February 3, 2010 2:17 pm, Scott Newell wrote: >> >>> Does anyone have a known good FreeBSD 8.0 kernel config for the >>> '4521? >>>

Re: [Soekris] FreeBSD 8 kernel config for 4521?

2010-02-03 Thread Ralph Smith
It is built, installed, and running correctly. Should have gone with my original instinct on that one. Ralph On Feb 3, 2010, at 6:31 PM, Scott Newell wrote: > At 05:20 PM 2/3/2010, Ralph Smith wrote: >> You are indeed correct. I plead stupidity due to illness today. My >> c

Re: [Soekris] FreeBSD 8 kernel config for 4521?

2010-02-03 Thread Ralph Smith
ool of myself than I already have. Ralph On Feb 3, 2010, at 6:07 PM, Scott Newell wrote: > At 01:53 PM 2/3/2010, Ralph Smith wrote: >> If you grabbed that right away (there have been 4 so far), you may want to >> try it again, I first copied a slightly broken one from an old locatio

Re: [Soekris] FreeBSD 8 kernel config for 4521?

2010-02-03 Thread Ralph Smith
If you grabbed that right away (there have been 4 so far), you may want to try it again, I first copied a slightly broken one from an old location. Ralph On Wed, February 3, 2010 2:42 pm, Ralph Smith wrote: > On Wed, February 3, 2010 2:17 pm, Scott Newell wrote: >> Does anyone have a k

Re: [Soekris] FreeBSD 8 kernel config for 4521?

2010-02-03 Thread Ralph Smith
On Wed, February 3, 2010 2:17 pm, Scott Newell wrote: > Does anyone have a known good FreeBSD 8.0 kernel config for the > '4521? Here's the one I use for the 4501: Ralph ___ Soekris-tech mailing list So

Re: [Soekris] Using Vi on a net4501 with nanobsd

2009-11-24 Thread Ralph Smith
Works fine for me. I just use "cu" and then set term= does the trick for me. The net4501 has more than enough power to handle vi. Usually though, I ssh into the box as was also suggested. Ralph On Nov 24, 2009, at 1:02 AM, Bruce Griffiths wrote: > I have found that once I switch to insert mo

Re: [Soekris] failure building nanobsd with FreeBSD 7.2

2009-05-11 Thread Ralph Smith
error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > > ___ > Soekris-tech mailing list > Soekris-tech@lists.soekris.com > http://lists.soekris.com/mailman/listinfo/soekris-tech > -- Ralph Smith ra...@ralphsmith.org ___ Soekris-tech mailing list Soekris-tech@lists.soekris.com http://lists.soekris.com/mailman/listinfo/soekris-tech

Re: [Soekris] failure building nanobsd with FreeBSD 7.2

2009-05-07 Thread Ralph Smith
nanoBSD started barfing on me as well in buildworld, with a slightly different error. Removing WITHOUT_NLS=YES WITHOUT_NLS_CATALOGS=YES WITHOUT_NETGRAPH=YES from CONF_WORLD fixed it for me. I don't think all of them needed to come out, but I haven't had time to trace further. A working conf

Re: [Soekris] Problem with Atomic Read of GPIO Pins

2009-04-08 Thread Ralph Smith
register we just wrote */ printf("mmcr[%04x/2] = %04x\n", offset, *reg); } } On Wed, April 8, 2009 9:44 am, Ralph Smith wrote: > The MMCR registers are memory-mapped, but you are using the I/O > routines, trying to address them in I/O space. I haven't done this in > L

Re: [Soekris] Problem with Atomic Read of GPIO Pins

2009-04-08 Thread Ralph Smith
The MMCR registers are memory-mapped, but you are using the I/O routines, trying to address them in I/O space. I haven't done this in Linux, but FreeBSD has a device /dev/elan-mmcr that you can open and mmap() for direct access. I would imagine you could open /dev/mem and mmap() the MMCR

Re: [Soekris] Trouble getting NanoBSD to boot on 4501

2009-03-01 Thread Ralph Smith
OK, that was my kernel config, the Nanobsd config is <http://ralphsmith.org/~ralph/soekris-ntp/net4501.nano > Ralph On Mar 1, 2009, at 6:29 PM, Ralph Smith wrote: > The configuration I use is at > <http://ralphsmith.org/~ralph/soekris-ntp/NET4501 > >. Runs jus

Re: [Soekris] Trouble getting NanoBSD to boot on 4501

2009-03-01 Thread Ralph Smith
The configuration I use is at . Runs just fine on a 256 MB CF. Ralph On Mar 1, 2009, at 3:18 PM, Ian Bobbitt wrote: > I have a 4501, a Sandisk 256 and a Crucial 1 gig. > > I'm able to get the images at > http://people.freebsd.org/~bmah/nanob

Re: [Soekris] +5V power on Net4501

2008-07-28 Thread Ralph Smith
On Mon, July 28, 2008 1:26 pm, Marc Balmer wrote: > * Chris Babcock wrote: >> Can those LVC units be used for as a GPS reference time source for NTP? > > Yes. They output NMEA sentences, are fully (and easily) configurable > and provide a PPS signal (which has to be turned on by sending the > uni

[Soekris] TMR1IN Input Level

2008-06-24 Thread Ralph Smith
y using the GPS 18 at the GPIO pin and TMR1IN at R61/R62, or should I condition the signal in any way? Ralph Smith ___ Soekris-tech mailing list Soekris-tech@lists.soekris.com http://lists.soekris.com/mailman/listinfo/soekris-tech