Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eliboa committed Mar 9, 2019
1 parent d632985 commit 90d3484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -38,7 +38,7 @@ Arguments | Description | Example
--info | Display detailed information about input (-i) & output (-o) streams | ```--info -i rawnand.bin```
--list | List compatible physical drives | ```--list```
--enable_autoRCM | Enable auto-RCM for BOOT0 partition indicated with -i param | ```--enable_autoRCM -i BOOT0```<br/>```--enable_autoRCM -i "C:\some dir\BOOT0"```<br/>```--enable_autoRCM -i \\.\PhysicalDrive3```
--disable_autoRCM | Disable auto-RCM for BOOT0 partition indicated with -i param | ```--Disable_autoRCM -i BOOT0```<br/>```--Disable_autoRCM -i "C:\some dir\BOOT0"```<br/>```--Disable_autoRCM -i \\.\PhysicalDrive3```
--disable_autoRCM | Disable auto-RCM for BOOT0 partition indicated with -i param | ```--disable_autoRCM -i BOOT0```<br/>```--disable_autoRCM -i "C:\some dir\BOOT0"```<br/>```--disable_autoRCM -i \\.\PhysicalDrive3```
-i | Path to input file or physical drive | ```-i rawnand.bin```<br/>```-i "C:\some dir\rawnand.bin"```<br/>```-i \\.\PhysicalDrive3```
-o | Path to output file or physical drive | ```-o rawnand.bin```<br/>```-o \\.\PhysicalDrive3```
-part= | Copy from/to a specific NAND partition (optional) | ```-part=PRODINFO```<br/>```-part=BCPKG2-2-Normal-Sub```
Expand Down Expand Up @@ -116,4 +116,4 @@ QtCreator : Use ```NxNandManager/NxNandManager.pro``` project file

- Special thanks to [shadow256](https://github.com/shadow2560) without whom this work would not have been possible
- rajkosto for his amazing work on [memloader](https://github.com/rajkosto/memloader).
- CTCaer's [hekate](https://github.com/CTCaer/hekate), which I borrowed a few pieces of code
- CTCaer's [hekate](https://github.com/CTCaer/hekate), which I borrowed a few pieces of code

0 comments on commit 90d3484

Please sign in to comment.