From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 30 Apr 2013 20:13:09 +0200 From: David du Colombier <0intro@gmail.com> To: 9fans@9fans.net Message-ID: <20130430201309.43d0e9b5@zinc.9fans.fr> In-Reply-To: <8cb853b2278ddeb08e3c88592ba4193d@proxima.alt.za> References: <8cb853b2278ddeb08e3c88592ba4193d@proxima.alt.za> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Subject Sheevaplug and NVRAM Topicbox-Message-UUID: 4d3b5cc6-ead8-11e9-9d60-3106f5b1d025 > Could somebody mail me an example of a successful allocation of flash > memory for Plan 9 use on a Sheevaplug so I can figure out what I am > doing wrong? In you case, you may simply include the nvram in your kernel by adding the "nvram" file to the bootdir section of your kernel configuration and adding "nvram=/boot/nvram" to your plan9.ini. However, if you don't want to spread your passwords over your network, you would prefer to use the flash, simply by adding, for example, the following to your /cfg/*/cpurc: echo add nvram 0x100000 0x120000 >'#'F/flashctl See flash(3) for a description of devflash. -- David du Colombier