Hi Matthias,
> (*) My power meter has a blinking LED which indicates the current power
> usage.
> A photo resistor in front of that will see enough ambient light so that I
need
> an adaptive threshold for the counter. I can do that in hardware, or
simply
> program an AVR to do it. Guess which is
Hi, Paul
The memory budget depends on the memory type used:
- internal FPGA memory (24kB - 64kB)
- staric RAM (256kB - 2MB)
- sdram (8MB - 16MB)
- ddrsdram (32MB - 128MB)
It seems that for OWFS at least SDRAM would be needed, this is also
the memory size, where Linux can be used as OS.
I will now
Hi folks
I've solved this and got a working owfs via a local compile on the
sheevaplug. I noticed that owfs was disabled in the configure and this was
[apparently] because fuse was not present.
So I installed the fuse packages and made a successful second run at it.
Sorry this is a little vague