From owner-freebsd-arm@FreeBSD.ORG Sat Feb 23 06:23:18 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 92038757 for ; Sat, 23 Feb 2013 06:23:18 +0000 (UTC) (envelope-from mats@exmandato.se) Received: from ext.mellstrand.net (ext.mellstrand.net [IPv6:2001:2040:4:2::51]) by mx1.freebsd.org (Postfix) with ESMTP id 1DE32E68 for ; Sat, 23 Feb 2013 06:23:17 +0000 (UTC) Received: by ext.mellstrand.net Sat, 23 Feb 2013 06:23:10 GMT Subject: Re: FreeBSD/armv6z/clang on Raspberry Pi 512MB (with U-Boot + ubldr) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 From: Mats Mellstrand X-Priority: 3 In-Reply-To: Date: Sat, 23 Feb 2013 07:23:10 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <28AF530A-E06F-480A-8A4D-242FB0019136@exmandato.se> References: <2659960079254C38ACD2F1DCBB7A1A19@ad.peach.ne.jp> <722ED669-A682-4F25-A65B-1E2FF8CFAA4D@exmandato.se> <20130131001553.GC67562@cicely7.cicely.de> <9E78813F3BF946A4A2FCEA2C363A847E@ad.peach.ne.jp> <016DDBBF-D502-4C76-96B5-BEE2D46FC6CC@exmandato.se> To: "Daisuke Aoyama" Cc: freebsd-arm@freebsd.org, ticso@cicely.de 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: Sat, 23 Feb 2013 06:23:18 -0000 Hi On 23 feb 2013, at 05:00, "Daisuke Aoyama" wrote: > Hi, >=20 > Did you quote IPv6 address? I use hostname.=20 > scp use ':' as special char. > Also '[' and ']' may need quotation/escaping for the shell. >=20 > Please try like this: > # scp -v some.txt pi@'[your IPv6 of RPi]':. >=20 > or use host name instead of IPv6 address. Hostname. The scp client - I have tried many - connects to RPi but after a while = the connection stalls. And the same happens with both IPv4. [client] ~% scp -4 rpi:/usr/home/mats/tess.txt . C0755 868 tess.txt No file is copied [client] ~% scp -6 rpi:/usr/home/mats/tess.txt . C0755 868 tess.txt No file is copied /mm >=20 > Regards, > --=20 > Daisuke Aoyama >=20 >=20 > -------------------------------------------------- > From: "Mats Mellstrand" > Sent: Tuesday, February 19, 2013 5:27 PM > To: "Daisuke Aoyama" > Cc: ; > Subject: Re: FreeBSD/armv6z/clang on Raspberry Pi 512MB (with U-Boot + = ubldr) >=20 >> Hi >>=20 >> I'm having problem with scp to or from RPi. >> I have tried IPv4 and IPv6, ue0 and wlan0, but scp don't work. >> However ssh does. >>=20 >> /mm >>=20 >> On 11 feb 2013, at 20:22, Daisuke Aoyama wrote: >>=20 >>>> In trying to install the ports collection on my RPi, the following = happens: >>>>=20 >>>> kmem_malloc(4096): kmem_map too small: 12582912 total allocated >>>> KDB: enter: panic >>>> [ thread pid 27505 tid 100053 ] >>>> Stopped at $d: ldrb r15, [r15, r15, ror r15]! >>>>=20 >>>> Suggestions? (more than not installing the ports collection) >>>=20 >>> This is known problem of old kernel. You can update the kernel to >>> http://www.peach.ne.jp/archives/rpi/kernel/kernel-20130209.gz >>>=20 >>> or use new image based on SVN r246603: >>> http://www.peach.ne.jp/archives/rpi/freebsd-pi-clang-20130210.img.gz >>>=20 >>> This image contain both complete source tree and portsnap = fetch/extracted tree. >>>=20 >>> Also, some packages making under freebsd-pi-clang-20130210.img are = uploaded to: >>> http://www.peach.ne.jp/archives/rpi/ports/packages/All/ >>> (compiled by clang/clang++ with bundled make.conf) >>> = ---------------------------------------------------------------------- >>> How to use package: >>> First, install pkg manually: >>> # fetch http://www.peach.ne.jp/archives/rpi/pkg-static >>> # fetch = http://www.peach.ne.jp/archives/rpi/ports/packages/All/pkg-1.0.7.txz >>> # chmod 755 pkg-static >>> # ./pkg-static add pkg-1.0.7.txz >>> # echo 'PACKAGESITE : = http://www.peach.ne.jp/archives/rpi/ports/packages/All' > = /usr/local/etc/pkg.conf >>>=20 >>> For example, install bash and subversion: >>> # pkg install bash >>> # pkg install subversion >>> = ---------------------------------------------------------------------- >>>=20 >>> Thank you. >>> --=20 >>> Daisuke Aoyama