Changes

590 bytes added ,  00:37, 6 May 2021
→‎IPC: added NAND commands
Line 54: Line 54:  
Fetches mini's Git version.
 
Fetches mini's Git version.
    +
=== IPC_NAND_RESET ===
 +
Disables and re-enables the [[Hardware/NAND Interface|NAND Interface]].
 +
 +
=== IPC_NAND_GETID ===
 +
Retrieves the [[Hardware/NAND|NAND]]'s physical ID.
 +
 +
=== IPC_NAND_STATUS ===
 +
Sends the GETSTATUS command to the NAND.
 +
 +
=== IPC_NAND_READ ===
 +
Reads a raw page from the NAND.
 +
 +
=== IPC_NAND_WRITE ===
 +
Writes a raw page to the NAND.
 +
 +
=== IPC_NAND_ERASE ===
 +
Erases a block on the NAND.
 +
 +
=== IPC_NAND_SETMINPAGE ===
 +
Changes the lowest writable page enforced by mini to prevent accidental bricking.
 +
 +
=== IPC_NAND_GETMINPAGE ===
 +
Fetches the lowest writable page enforced by mini.
    
{{Navbox IOS|skipCat=true}}
 
{{Navbox IOS|skipCat=true}}
 
[[Category:IOS]]
 
[[Category:IOS]]
5,579

edits