Changes

207 bytes added ,  15:08, 1 September 2017
no edit summary
Line 2: Line 2:     
Initial system installer: used to write/verify console specific ''calibration'' data such as asymmetric keys and write/verify NAND partitions from an initial installation image. Hence, this initializes the entire NAND. This includes an option for erasing NAND.
 
Initial system installer: used to write/verify console specific ''calibration'' data such as asymmetric keys and write/verify NAND partitions from an initial installation image. Hence, this initializes the entire NAND. This includes an option for erasing NAND.
 +
 +
Uses input parameters from <argc/argv>. Returns without doing anything if the required parameters are not passed. Uses logging code for all text output which basically uses svcOutputDebugString eventually.