From b3510920d45a6871cae817bffa746d7948e9f566 Mon Sep 17 00:00:00 2001 From: Calyx Hikari Date: Sat, 6 Apr 2019 23:57:50 +0800 Subject: [PATCH] Update README.md --- FlashingScript/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/FlashingScript/README.md b/FlashingScript/README.md index 799278f..263ba02 100644 --- a/FlashingScript/README.md +++ b/FlashingScript/README.md @@ -9,8 +9,13 @@ This is specially made fastboot.exe included in OST LA, it will indicate your pr ## 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. + +Hopefully this can be brought to macOS / Linux soon.