Skyler Fennell posted an update in the group AllStar 2 years, 9 months ago
I am getting “command not found” when I type system update. Running a git checkout -f, a “git add .” and a “git pull” does not fix the problem, is there any way I can get my sytem update working again?
Skyler Fennell posted an update in the group AllStar 2 years, 9 months ago
URGENT!
Please do not run a system-update as of May 13th, 2016. Raspbian updated their image, and it breaks AllStar. If you are a current node owner, please stay tuned for a fix.
Here’s the solution!
To update your node, do the following:
1. cd /usr/src/utils
2. git reset –hard HEAD
Note:
The word hard in the above command should have a double dash in front of it, not an N dash.
3. git pull
4. /usr/src/utils/AllStar-build/rpi/rpi-kernel-update.sh
5. system-updateIf you already tried to update, and your node won’t boot,…[Read more]
I forgot to add a command between steps 2 and 3.
After step 2, run:
git add .
note:
The period is part of the command.W0JRl
Skyler Fennell joined the group AllStar 3 years, 5 months ago
Skyler Fennell became a registered member 3 years, 5 months ago
Skyler Fennell by JL Applied Technologies is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Skyler,
This should *never* happen! However, that being said, here’s what to do.
If you’re running the RPI:
1. cd /usr/src/utils/Allstar-build/rpi
2. chmod +x ./make-links.sh
3. ./make-links.sh
You should now be able to run system-update like normal.
If you’re running Debian, it’s a little more complicated.
Debian users who may be having this…[Read more]