From 58c1504f1a54b3c544b20d5c82f4e90e88276d8a Mon Sep 17 00:00:00 2001 From: George Hotz <72895+geohot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:51:55 -0700 Subject: [PATCH] Revert broken NEOS kernel (#1723) * untested * bump kernel --- installer/updater/update_kernel.json | 4 ++-- launch_chffrplus.sh | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/installer/updater/update_kernel.json b/installer/updater/update_kernel.json index 9e1383dc..41dc595b 100644 --- a/installer/updater/update_kernel.json +++ b/installer/updater/update_kernel.json @@ -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" diff --git a/launch_chffrplus.sh b/launch_chffrplus.sh index 0985f084..60102fbd 100755 --- a/launch_chffrplus.sh +++ b/launch_chffrplus.sh @@ -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