Search found 3 matches

by scriven33
Sat Oct 28, 2023 9:37 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Meteobridge on RPI Fails to Load. **solved**
Replies: 14
Views: 6005

Re: Meteobridge on RPI Fails to Load


There is a bash syntax error in setup.sh in the recent release on line 737.

if [ ! -L /root/.ssh ] ||
then

The double pipe symbol here suggest an OR condition but one was not provided. Therefor the then clause on line 738 is unexpected and the script fails.

While it is not an ideal solution ...
by scriven33
Sat Oct 28, 2023 1:03 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Meteobridge on RPI Fails to Load. **solved**
Replies: 14
Views: 6005

Re: Meteobridge on RPI Fails to Load

Very little.

### start.sh
HW: RPI4
FW: 1.4
MAC: DC:A6:32:7C:B9:FA
rescue download to be started
rescue download ended
LED path: /sys/class/leds/led1
accepted microSD card: WD16G
SD card accepted
data partition mounted.
start downloading application stack from internet... done
### setup.sh
Hardware ...
by scriven33
Fri Oct 27, 2023 7:27 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Meteobridge on RPI Fails to Load. **solved**
Replies: 14
Views: 6005

Meteobridge on RPI Fails to Load. **solved**

We had a power cut, which finished just over an hour ago.
My installation of Meteobridge is on a RPi, which downloads the software, but then doesn't actually load it.

These are the last few lines which is what I would expect to see, then Meteobridge should load shortly afterwards.

3950K ...