Re: [9fans] Plan9 CPU on Rpi has nvram problem

2016-03-22 Thread Pavel Klinkovský
As expected, it was my fault.

I did not...
cp config-cpu.txt config.txt

Sorry for the noise...

Pavel


Re: [9fans] Student interested in working on Plan 9

2016-03-22 Thread Christophe DAMAS
Hello,

Don't know if there are "official open sources projects" on plan9,
but anyway there's definitively very interesting thinks to be done
on plan9.

Raspberry Pi and plan9 is a good combination. Richard Miller has
ported plan9 to raspberry, and you can find some people adding new
drivers to it. Chek out this formum.

Some softs that I would like to see running on plan9 : 
- enhanced bc calculator like the gnu one, 
- heirloom troff from Gunnar Ritter...

 







Re: [9fans] Plan9 CPU on Rpi has nvram problem

2016-03-22 Thread Pavel Klinkovský
>
> Have you written your key? (hint: auth/wrkey)


Still the same:

cpu% auth/wrkey
readnvram: can't find nvram
authid: bootes
...
can't write key to nvram:
error writing nvram:
cpu%

The nvram partition exists:
/dev/sdM0/nvram

Pavel


Re: [9fans] Plan9 CPU on Rpi has nvram problem

2016-03-22 Thread Steven Stallion
Have you written your key? (hint: auth/wrkey)

On Tue, Mar 22, 2016 at 1:17 PM, Pavel Klinkovský
 wrote:
> Hello everyone,
>
> I almost succussfully installed P9 CPU server on my Raspberry Pi.
> However during the booting it has a problem with nvram each time:
>
> 496M memory: 101M kernel data, 395M user, 1877M swap
> usb/hub... usb/ether...
> etherusb smsc: b827eb19b423
> usb/kb... usb/kb... readnvram: can't find nvram
> authid: bootes
> ...
>
> Maybe I made a mistake during the CPU server configuration, but cannot find
> which one... :(
>
> Can you help me?
>
> Thanks in advance.
>
> Pavel
>



[9fans] Plan9 CPU on Rpi has nvram problem

2016-03-22 Thread Pavel Klinkovský
Hello everyone,

I almost succussfully installed P9 CPU server on my Raspberry Pi.
However during the booting it has a problem with nvram each time:

496M memory: 101M kernel data, 395M user, 1877M swap
usb/hub... usb/ether...
etherusb smsc: b827eb19b423
usb/kb... usb/kb... readnvram: can't find nvram
authid: bootes
...

Maybe I made a mistake during the CPU server configuration, but cannot find
which one... :(

Can you help me?

Thanks in advance.

Pavel