Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Firmware update failed – what do I do? #43289

    dumb025
    Participant

    Okay, you are correct. I didn’t read the instructions. I was only supposed to do the steps in section B. I incorrectly applied all three parts: A, B and C. I removed Zimmerman’s script and re-executed the steps in B, rebooted and it works. Thanks!

    in reply to: Firmware update failed – what do I do? #43283

    dumb025
    Participant

    Thanks, but HTTPS and clearing the cache didn’t work for me.

    I was upgrading from 2(.?.?) to 2.1.6. (I think it was 2.1.4). I was using the standard interface (not Zimmerman’s).

    These instructions are missing some steps:
    https://opensprinkler.freshdesk.com/support/solutions/articles/5000631599-installing-and-updating-the-unified-firmware

    The missing instructions are (or at least for me, after doing these steps everything works):
    sudo reboot
    wget https://github.com/rszimm/sprinklers_pi/archive/v1.0.7.tar.gz
    tar -xzvf v1.0.7.tar.gz
    cd sprinklers_pi-1.0.7
    make
    cd ~/.
    sudo apt-get install libsqlite3-dev build-essential
    cd sprinklers_pi-1.0.7
    make
    sudo make install
    sudo /etc/init.d/sprinklers_pi start

    This was my first time doing an OpenSprinkler upgrade. So, I didn’t do an export before the upgrade. I have to setup everything again, but this isn’t a big deal.

Viewing 2 posts - 1 through 2 (of 2 total)