To help support you, we now have a "legacy" branch of binaries (and matching 1.5.2 firmware).
You can swap to the legacy branch (and reflash your Hotspot Hat if required).
To swap you need to login over SSH and run some commands:
Code: Select all
pi-star@pi-star(ro):~$ rpi-rw
pi-star@pi-star(rw):~$ sudo git --work-tree=/usr/local/bin/ --git-dir=/usr/local/bin/.git fetch origin
pi-star@pi-star(rw):~$ sudo git --work-tree=/usr/local/bin/ --git-dir=/usr/local/bin/.git checkout legacy
pi-star@pi-star(rw):~$ sudo git --work-tree=/usr/local/bin/ --git-dir=/usr/local/bin/.git checkout -t origin/legacy
For the mavericks among you who'd like to live on the bleeding edge, I will also keep the builds in the "testing" branch, these will be right up to date, within a day or so of the work going on in the source repos, I may even fully automate these deployments to testing later.
Code: Select all
pi-star@pi-star(ro):~$ rpi-rw
pi-star@pi-star(rw):~$ sudo git --work-tree=/usr/local/bin/ --git-dir=/usr/local/bin/.git fetch origin
pi-star@pi-star(rw):~$ sudo git --work-tree=/usr/local/bin/ --git-dir=/usr/local/bin/.git checkout testing
pi-star@pi-star(rw):~$ sudo git --work-tree=/usr/local/bin/ --git-dir=/usr/local/bin/.git checkout -t origin/testing
Code: Select all
pi-star@pi-star(ro):~$ rpi-rw
pi-star@pi-star(rw):~$ sudo git --work-tree=/usr/local/bin/ --git-dir=/usr/local/bin/.git fetch origin
pi-star@pi-star(rw):~$ sudo git --work-tree=/usr/local/bin/ --git-dir=/usr/local/bin/.git checkout master
pi-star@pi-star(rw):~$ sudo git --work-tree=/usr/local/bin/ --git-dir=/usr/local/bin/.git checkout -t origin/master
You will see that the update process now shows the branch you are tracking:
Code: Select all
Updating Pi-Star Binaries...
No updates for /usr/local/sbin (Branch: master) available
Done
Code: Select all
fatal: A branch named 'master' already exists.