From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <138575260904210339wcdac3e6o8f9af4b3e4811447@mail.gmail.com> <7cbf5a4fb2e96d0fe675c8903d0dcc83@ipgp.jussieu.fr> <509071940904210818h3b470282v13722ac6ae926c22@mail.gmail.com> <138575260904210840u6312f388u51508955e6fa3d04@mail.gmail.com> <13426df10904210854h313bfbbdy216eb8414c4c8c46@mail.gmail.com> <138575260904210903qe31f9b0p87d37901bc7c5f7b@mail.gmail.com> Date: Sun, 16 Jan 2011 15:43:32 +0000 Message-ID: From: hiro <23hiro@googlemail.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] exporting a namespace Topicbox-Message-UUID: 9b0a89f6-ead6-11e9-9d60-3106f5b1d025 You mean an Overo? Is there any place where I can watch the ARM port status for all these different devices? On 1/15/11, ron minnich wrote: > Just FYI, I wanted to verify that this works and I just did. > > Having a 9vx function as the fs for an Ovaro (TI OMAP) > > sudo ~/src/plan9/vx32/src/9vx/9vx -r ~/src/9vx-0.12/ > > The sudo is important. > > Then in the 9vx instance: > aux/listen1 -v tcp!*!564 /bin/exportfs -s > > Then I boot the Ovaro: > Filename '9beagletxt'. > Load address: 0x80310000 > Loading: ################################################################# > ######################### > done > Bytes transferred = 1315056 (1410f0 hex) > Overo # tftpboot 80300000 0015c928d6a1 > smc911x: detected LAN9221 controller > smc911x: phy initialized > smc911x: MAC 00:15:c9:28:d6:a1 > Using smc911x-0 device > TFTP from server 192.168.2.1; our IP address is 192.168.2.5 > Filename '0015c928d6a1'. > Load address: 0x80300000 > Loading: T # > done > Bytes transferred = 207 (cf hex) > Overo # go 80310000 > > and then it all comes up with prompts: > > filesystem IP address[no default]: 192.168.2.1 > authentication server IP address[no default]: 192.168.2.1 > bad nvram key > bad authentication id > bad authentication domain > authid: bootes > authdom: YOURNAMEHERE > secstore key: > password: > can't write key to nvram: jmk added reentrancy for threads > version...time... > Password: > Confirm password: > 192.168.2.5 Jan 15 15:03:21 cron for upas owned by rminnich > 192.168.2.5 Jan 15 15:03:21 cron for root owned by rminnich > 192.168.2.5 Jan 15 15:03:21 cron for sys owned by rminnich > > > > init: starting /bin/rc > 192.168.2.5# > > > The point being that 9vx is a perfectly capable way to have an fs > for all your service needs :-) > > Thanks to Geoff for his infinite patience with my questions ... > > ron > >