From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 From: Brian Vito Date: Sun, 29 Jun 2014 16:28:34 -0500 Message-ID: To: 9fans@9fans.net Content-Type: multipart/alternative; boundary=001a11395698c96e2504fd003a45 Subject: [9fans] Update Raspberry Pi Steps (Wiki Confusion) Topicbox-Message-UUID: fdc0bbd6-ead8-11e9-9d60-3106f5b1d025 --001a11395698c96e2504fd003a45 Content-Type: text/plain; charset=UTF-8 I am trying to update my Raspberry Pi, and I've run: replica/pull -v /dist/replica/network The wiki at http://www.plan9.bell-labs.com/wiki/plan9/Updating_an_ARM_system/index.html says that I now have to recompile anything which has changed by running 'mk install' in the appropriate directory. What is / which are the appropriate directory(ies)? I can't seem to figure out where the update source code is. Thanks very much. --001a11395698c96e2504fd003a45 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I am trying to update my Raspber= ry Pi, and I've run:
replica/pull -v /dist/replica/network
The wiki at http://www.plan9.bell-labs.com/wiki/plan9/Updating= _an_ARM_system/index.html says that I now have to recompile anything wh= ich has changed by running 'mk install' in the appropriate director= y. What is / which are the appropriate directory(ies)? I can't seem to = figure out where the update source code is. Thanks very much.
--001a11395698c96e2504fd003a45-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sun, 29 Jun 2014 17:43:23 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Update Raspberry Pi Steps (Wiki Confusion) Topicbox-Message-UUID: fdc9082c-ead8-11e9-9d60-3106f5b1d025 > http://www.plan9.bell-labs.com/wiki/plan9/Updating_an_ARM_system/index.html > says that I now have to recompile anything which has changed by running 'mk > install' in the appropriate directory. What is / which are the appropriate > directory(ies)? I can't seem to figure out where the update source code is. > Thanks very much. any directories with updated source. :-) if you don't want to think about it, and you are confident that the pull was correct then mk install from /sys/src. - erik From mboxrd@z Thu Jan 1 00:00:00 1970 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-reply-to: Your message of "Sun, 29 Jun 2014 16:28:34 CDT." References: Date: Sun, 29 Jun 2014 14:56:08 -0700 From: Bakul Shah Message-Id: <20140629215608.126DAB827@mail.bitblocks.com> Subject: Re: [9fans] Update Raspberry Pi Steps (Wiki Confusion) Topicbox-Message-UUID: fe49bbac-ead8-11e9-9d60-3106f5b1d025 On Sun, 29 Jun 2014 16:28:34 CDT Brian Vito wrote: > > I am trying to update my Raspberry Pi, and I've run: > > replica/pull -v /dist/replica/network > > The wiki at > http://www.plan9.bell-labs.com/wiki/plan9/Updating_an_ARM_system/index.html > says that I now have to recompile anything which has changed by running 'mk > install' in the appropriate directory. What is / which are the appropriate > directory(ies)? I can't seem to figure out where the update source code is. > Thanks very much. Due to the recent addition of the nsec() syscall make sure you update the kernel first (assuming you are running Richard Miller's 9pi img). cd /sys/src mk # this rebuild everything but doesn't install binaries # some are needed for the root image cd /sys/src/9/bcm mk # this build 9pi dosmnt 1 /n/c cp 9pi /n/c/9pi # assuming you are running 9pi fshalt ^T^Tr # to reboot Once rebooted cd /sys/src mk install From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <13307a36b9cf28c36978ba649ce11c1b@hamnavoe.com> To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Mon, 30 Jun 2014 11:11:10 +0100 In-Reply-To: <9DB59F3F-B27B-434D-8E6C-9A076EFD0E57@hamnavoe.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Update Raspberry Pi Steps (Wiki Confusion) Topicbox-Message-UUID: fe6d4bb2-ead8-11e9-9d60-3106f5b1d025 > Due to the recent addition of the nsec() syscall make sure you > update the kernel first Or just grab a new 9pi kernel from /n/sources/contrib/miller, which I've now updated with the new syscall. 9pi.img.gz has also been brought up to date and contains the latest Broadcom firmware files.