Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Dec 2014 07:59:46 -0700
From:      Ian Lepore <ian@FreeBSD.org>
To:        Ulrich Grey <usenet@ulrich-grey.de>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: Another Test Run with Alternative pmap Implementation
Message-ID:  <1417532386.1064.61.camel@revolution.hippie.lan>
In-Reply-To: <20141202114301.040b9f05048bbf395e3f1096@ulrich-grey.de>
References:  <20141113125236.b16cd4e5f0e339eac0494cd4@ulrich-grey.de> <20141119225903.81fbbc7809093a0e6e0de9d5@ulrich-grey.de> <CAFHCsPXnSFY_X-O73M%2Bh0xO_XJ0cTmkRwtu-o4omPndnfbEhmg@mail.gmail.com> <20141120151900.a68c6d8316b96a62cb65d17a@ulrich-grey.de> <CAFHCsPWTnU7j0MC7YSHFFDE97%2B%2BBrnkJKGnK9zkxVGemaa6nAw@mail.gmail.com> <20141121115941.54d4e36b103341c3adf7eb36@ulrich-grey.de> <20141124132733.4e96b906f0d1ab69969dddd9@ulrich-grey.de> <1416840814.1147.380.camel@revolution.hippie.lan> <20141125225451.924a5df4bdb4753db273b8c5@ulrich-grey.de> <CAFHCsPXPEN3U%2B0=AtAJ4dL5g7jGuyW6=u%2B-tbHf3xH1QdJYyhQ@mail.gmail.com> <20141127234239.e2c40a8fb99ba41f9ec3a7e7@ulrich-grey.de> <20141128001235.6591396b2f6298b861a96b57@ulrich-grey.de> <CAFHCsPUcB%2Bhirfd1k-199Syug0--rHLD1qKQcJSo2gvUoTRSPA@mail.gmail.com> <1417185069.1047.4.camel@revolution.hippie.lan> <CAFHCsPW12LMuuKeuQrW_GpLwSma1JohDqVXNW-N7DqSzd-HdPg@mail.gmail.com> <1417458072.1064.26.camel@revolution.hippie.lan> <20141202114301.040b9f05048bbf395e3f1096@ulrich-grey.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2014-12-02 at 11:43 +0100, Ulrich Grey wrote:
> Hello,
> 
> I use a Serial to USB cable to connect the wandboard to a Raspberry.
> 
> Now, on the wandboard, I have changed in file /etc/ttys this line
> 
> ttyu0   "/usr/libexec/getty std.115200" vt100   on secure
> 
> to
> 
> ttyu0   "/usr/libexec/getty 3wire.115200"       vt100   on secure
> 
> On the Raspberry I issue
> 
> script outfile.txt
> cu -l/dev/cuaU0 -s115200
> 
> So I get the output from the wandbord recorded in the file outfile.txt.
> This file can not be corrupted if the wandboard crashes.
> (The Raspberry runs  FreeBSD 10.1-PRERELEASE #8 r273483M without problems.)
> 
> The test
> 
> cd /usr/src
> make -j20 buildworld
> 
> now finished successfully.
> 
> Start: Mo 20:01:55, completed: Tue 02:39:50
> 
> Thank you to you all for advice 
> 
> Regards
> 
> Ulrich

In the standard /etc/ttys file, the entry for ttyu0 is just '3wire' not
'3wire.115200'.  When you leave the speed off it leaves the console at
whatever speed was set by u-boot.

Right now the wandboard u-boot won't let you set the speed above 115200,
but there's no reason for that, I have a local hack in mine that lets it
go up to 1mbps (ftdi serial adapters can go even faster, I've run them
at 12mbps).  I'm going to be putting together new ports for building
u-boot soon which will probably have the faster serial speeds in them.

-- Ian





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1417532386.1064.61.camel>