Date: Thu, 25 Apr 2019 16:01:16 +0200 From: "Ronald Klop" <ronald-lists@klop.ws> To: "Balanga Bar" <balanga.bar@gmail.com> Cc: "Ian Lepore" <ian@freebsd.org>, "Mark Linimon" <linimon@lonesome.com>, freebsd-arm@freebsd.org Subject: Re: Marvell Kirkwood - anyone? Message-ID: <op.z0s2kedbkndu52@sjakie> In-Reply-To: <CADocevBWvRvUNDCZG9-y1kT9aLfryJt=HSk=ZOHH0bhLdsXx1g@mail.gmail.com> References: <693425711bdc5e7fbff22bb4056c33326fca8c4d.camel@freebsd.org> <CADocevC8LpuxuFd9rpo3VPn1Otwws3qRr2rY6c2VuMyTGqF8Cw@mail.gmail.com> <7a36b81cb2c29293296bac9ae1764f0091281408.camel@freebsd.org> <CADocevDMpnbts5KFmX0AUPS2_QxEF4dTQo-fQgKbkqn5%2B%2Bm_Pw@mail.gmail.com> <c0e5a207ea7146424e2ada73bdaf050bd39417d8.camel@freebsd.org> <CADocevDEjc8RvX5g1M10zGmsVf%2B7x5xR4uaEAeKfom3CmTg15g@mail.gmail.com> <dec1ab4afe66061b44e8fe96ed85412c9f746ee2.camel@freebsd.org> <CADocevCu6eeGm8tB8TdjoJZuxsbZ8iGmEWzQKfzsiMZdXcWFYw@mail.gmail.com> <20190423075411.GA18137@lonesome.com> <CADocevCLBFYTH=8GZZP90xjDHjpaGPao%2By8gCfTLKZKPz8Kt7Q@mail.gmail.com> <20190423165731.GB10587@lonesome.com> <CADocevBJgcjJ=CECi1j5rBXMOYijy9fEnSPZ2sVKM6OGosExyQ@mail.gmail.com> <1995497096.1.1556098457731@localhost> <CADocevBWvRvUNDCZG9-y1kT9aLfryJt=HSk=ZOHH0bhLdsXx1g@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 25 Apr 2019 11:15:05 +0200, Balanga Bar <balanga.bar@gmail.com> wrote: > It's nice to know that someone has 11.2 working on armv5. Could you let > me know how you built it? I cross-compiled on amd64. cd /usr/src (containing the 11.2 sources of course) export TARGET_ARCH=arm export KERNCONF=SHEEVAPLUG export DESTDIR=/mnt/usbdisk (here the usb stick is mounted) make buildworld make buildkernel cp /usr/obj/arm.arm/usr/src/sys/SHEEVAPLUG/kernel.bin $DESTDIR/boot/msdos/ make installworld make distribution From the top of my head, so I might have missed something. > > I installed portsnap under 11.0 but was unable to build anything - will > try again with 11.2 to see if I can iron out the problems I've >had as I > now know someone has it working. "Unable to build" is not very specific. It helps if you copy paste the actual error message. Ronald. > > On Wed, Apr 24, 2019 at 10:34 AM Ronald Klop <ronald-lists@klop.ws> > wrote: >> Dear Balanga, >> >> I run 11.2 on my Sheevaplug (armv5 also). >> >> uname -a >> FreeBSD sheeva2.klop.ws 11.2-RELEASE-p4 FreeBSD 11.2-RELEASE-p4 #4 >> r339336M: Sat Oct 13 23:31:51 CEST 2018 >> >>builder@rpi3:/data/src/obj-11.2/arm.arm/data/src/11.2/sys/SHEEVAPLUG >> arm >> >> It has a ports checkout using portsnap. And that works pretty well. >> Just do: >> portsnap auto >> cd /usr/ports/shells/bash (or whatever port you wish to install) >> make install >> make clean >> >> I think that is the most simple approach for you to go forward. >> >> Regards, >> Ronald. >> >> PS: Sorry for top-posting, my current mail client does not help in this >> very well. >> >> Van: Balanga Bar <balanga.bar@gmail.com> >> Datum: dinsdag, 23 april 2019 20:08 >> Aan: Mark Linimon <linimon@lonesome.com> >> CC: freebsd-arm@freebsd.org, Ian Lepore <ian@freebsd.org> >> Onderwerp: Re: Marvell Kirkwood - anyone? >>> Actually I have managed to build FreeBSD 11.0-RELEASE on ARM and it >>> has not >>> exhibited any problems on my GoFlexHome apart from being unable install >>> pkgs. That is the current focus at the moment. >>> >>> On Tue, Apr 23, 2019 at 5:57 PM Mark Linimon <linimon@lonesome.com> >>> wrote: >>> >>>> On Tue, Apr 23, 2019 at 03:19:15PM +0100, Balanga Bar wrote: >>>> > Is it possible to get a version of portsnap from that point? >>>> >>>> I don't know enough to answer that question. I think it would be fair >>>> to assume "no". >>>> >>>> IIUC you seem to be looking for an _easy_ way to get Kirkwood back up >>>> and working. I'm going to be honest and say there isn't one. >>>> >>>> Here are the approaches I think you can take: >>>> >>>> - stay on 8.x; bring individual port updates to it from ports-head >>>> and >>>> build your own ports. Difficulty: hard. >>>> >>>> - figure out what src changes after 8.x regressed Kirkwood; check >>>> out src 12-STABLE, build your own src, and use FreeBSD.org >>>> packages. >>>> Difficulty: expert. >>>> >>>> - stay on 8.x; attempt to bring a modern ports tree to it and build >>>> your own ports. Difficulty: challenging. >>>> >>>> The difficulty level of the first approach depends on which ports you >>>> are going to try to use. shells/bash? Probably not too hard. >>>> Anything >>>> GUI-related? Very hard. >>>> >>>> None of these approaches are achievable within hours; they will take >>>> days, or, in the case of the third approach, weeks. >>>> >>>> fwiw, the second approach is the only one where your fixes could be >>>> merged back into FreeBSD. If I were personally determined to run >>>> Kirkwoord, that's the approach I would take. (I gave my GuruPlug >>>> away some time ago.) >>>> >>>> I'm sorry that I can't be more encouraging. >>>> >>>> mcl >>>> >>> _______________________________________________ >>> freebsd-arm@freebsd.org mailing list >>> https://lists.freebsd.org/mailman/listinfo/freebsd-arm >>> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" From owner-freebsd-arm@freebsd.org Thu Apr 25 14:14:03 2019 Return-Path: <owner-freebsd-arm@freebsd.org> Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF0EA15985BF for <freebsd-arm@mailman.ysv.freebsd.org>; Thu, 25 Apr 2019 14:14:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A4398657B for <freebsd-arm@FreeBSD.org>; Thu, 25 Apr 2019 14:14:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id D17727714 for <freebsd-arm@FreeBSD.org>; Thu, 25 Apr 2019 14:14:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x3PEE1hd084579 for <freebsd-arm@FreeBSD.org>; Thu, 25 Apr 2019 14:14:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x3PEE1Sr084578 for freebsd-arm@FreeBSD.org; Thu, 25 Apr 2019 14:14:01 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 236639] Beaglebone Black: Misaligned cache warning until kernel is loaded (FreeBSD 13.0-CURRENT) Date: Thu, 25 Apr 2019 14:14:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: arm X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: gndaryee@uwaterloo.ca X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: <bug-236639-7-NDDR5ldoEb@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-236639-7@https.bugs.freebsd.org/bugzilla/> References: <bug-236639-7@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." <freebsd-arm.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-arm>, <mailto:freebsd-arm-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-arm/> List-Post: <mailto:freebsd-arm@freebsd.org> List-Help: <mailto:freebsd-arm-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-arm>, <mailto:freebsd-arm-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 25 Apr 2019 14:14:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236639 Gerald Aryeetey <gndaryee@uwaterloo.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Overcome By Events --- Comment #1 from Gerald Aryeetey <gndaryee@uwaterloo.ca> --- Closing since I don't see this anymore. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.z0s2kedbkndu52>