03-22-2020, 12:03 PM
(03-22-2020, 09:40 AM)corduroy Wrote: Thank you both for you answers. First, I have to correct myself: Although I bought it like five years ago, mine is already a Raspberry B model (no +). Would that be sufficient in performance to run the current Moode?
The nginx command in SSH gave me the following:
Pi 728 0.0 0.3 2720 1372 pts/1 S+ 05:31 0:00 grep --color=auto nginx
I am not very familiar around Linux, so I must search around a bit on how to read the logfiles. Unless somebody can point me in the right direction ?
Best,
Corduroy
For sure your moOde isn't serving its UI then.
There was the original RPi1B which had only 256 MB of RAM and the newer RPi1B (ca2016) which had 512 MB. The newer one has specs roughly comparable to the RPi0 so I would think it would work with moOde. I don't think the older one can run current moOde but @Tim Curtis is the official judge on that.
You can tell which you have by ssh'ing into your RPi and executing the command "free -m". Here's an example I ran on an RPi3A+
Code:
pi@moode:~ $ free -m
total used free shared buff/cache available
Mem: 430 120 35 28 274 223
Swap: 0 0 0
That total, 430 MB, is the memory available for programs. It's the 512 MB physical RAM on this board less the amount of RAM shared with the GPU (which is not the number in the shared column).
I would expect the newer RPi1B to report a similar number. If the available amount is too low, moOde has no room to do its work.
I donated all my early models to a local school years ago so can't try to replicate your situation, sorry.
Regards,
Kent