From 37af6733bfd661cd52485f74f8fccfd59d91dffc Mon Sep 17 00:00:00 2001 From: Calyx Hikari Date: Sat, 6 Apr 2019 23:57:23 +0800 Subject: [PATCH] Added details about payload flashing --- FlashingScript/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/FlashingScript/README.md b/FlashingScript/README.md index d61045a..799278f 100644 --- a/FlashingScript/README.md +++ b/FlashingScript/README.md @@ -5,3 +5,12 @@ Currently the script is written for Windows. ~~Script for macOS and Linux distro ## about fb2.exe This is specially made fastboot.exe included in OST LA, it will indicate your projectcode correctly. + +## about what you need for payload.bin / unpacked payload flashing ability + +For Windows, in my case you'll need these files: +img2simg.exe and required DLLs, in my case: +cyggcc_s-1.dll, cygwin1.dll, cygz.dll + +And you'll need to install Python 3. +Hopefully this can be ported to macOS / Linux soon.