From a3a08d651788a9c0cc60113e0dad4eb81bdcf690 Mon Sep 17 00:00:00 2001 From: suchmememanyskill <38142618+suchmememanyskill@users.noreply.github.com> Date: Sat, 8 May 2021 20:01:12 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f784802..a0b119a 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ The scripting language of TegraExplorer Notice: TegraScript v2 is entirely different than v1. If you still have v1 scripts, you'll have to rewrite them. -Included in this repository: (click the link, right click > `save as` to save the script) -- [fwdump.te](https://raw.githubusercontent.com/suchmememanyskill/TegraScript/master/scripts/fwDump.te) dumps the firmware with the actual firmware version as it's name -- [systemRestore.te](https://raw.githubusercontent.com/suchmememanyskill/TegraScript/master/scripts/systemRestore.te) restores the output of [emmchaccgen](https://github.com/suchmememanyskill/EmmcHaccGen). Place the generated boot.bis and SYSTEM directory next to this script -- [systemwipe.te](https://raw.githubusercontent.com/suchmememanyskill/TegraScript/master/scripts/systemwipe.te) is essentially a 'factory reset'. This will wipe everything off the switch and make it boot up like it was fresh out of the box. Error (eprt) reports are kept, so this is not safe to use with sxos. +Included in this repository: +- [fwdump.te](https://suchmememanyskill.github.io/TegraScript/scripts/fwDump.te) dumps the firmware with the actual firmware version as it's name +- [systemRestore.te](https://suchmememanyskill.github.io/TegraScript/scripts/systemRestore.te) restores the output of [emmchaccgen](https://github.com/suchmememanyskill/EmmcHaccGen). Place the generated boot.bis and SYSTEM directory next to this script +- [systemwipe.te](https://suchmememanyskill.github.io/TegraScript/scripts/systemwipe.te) is essentially a 'factory reset'. This will wipe everything off the switch and make it boot up like it was fresh out of the box. Error (eprt) reports are kept, so this is not safe to use with sxos. Any of this scripts can be ran by putting them on the sd, then inside tegraexplorer navigating to the sd, selecting the file and running it.