Revert broken NEOS kernel (#1723)

* untested

* bump kernel
albatross
George Hotz 2020-06-16 14:51:55 -07:00 committed by GitHub
parent 6c156d7f45
commit 58c1504f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"ota_url": "https://commadist.azureedge.net/neosupdate/ota-signed-3f9cfbd4f70a19463a34b232704d506b1df0a10c59f6608db7e9d1829aec9b38-kernel.zip",
"ota_hash": "3f9cfbd4f70a19463a34b232704d506b1df0a10c59f6608db7e9d1829aec9b38",
"ota_url": "https://commadist.azureedge.net/neosupdate/ota-signed-3bd2b3bdd6a501569e00b8f12786d65e0fd2788c0dd238f8c986e3e2e504683a-kernel.zip",
"ota_hash": "3bd2b3bdd6a501569e00b8f12786d65e0fd2788c0dd238f8c986e3e2e504683a",
"recovery_url": "https://commadist.azureedge.net/neosupdate/recovery-97c27e6ed04ed6bb0608b845a2d4100912093f9380c3f2ba6b56bccd608e5f6e.img",
"recovery_len": 15861036,
"recovery_hash": "97c27e6ed04ed6bb0608b845a2d4100912093f9380c3f2ba6b56bccd608e5f6e"

View File

@ -93,6 +93,10 @@ function launch {
rm -r $BASEDIR/.sconsign.dblite
fi
"$DIR/installer/updater/updater" "file://$DIR/installer/updater/update.json"
else
if [[ $(uname -v) == "#1 SMP PREEMPT Wed Jun 10 12:40:53 PDT 2020" ]]; then
"$DIR/installer/updater/updater" "file://$DIR/installer/updater/update_kernel.json"
fi
fi