diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1360d74 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Strawberry Bootloader + +## Error Codes + +| Error Code | Meaning | Fix | +|--------------|---------------------------------------------------------------------------------------|---------------------------------------------------------------------| +| `0x0000000F` | Booting from a Startup Disk is not implemented in this version | Update your device's firmware | +| `0x0000000A` | This Startup Disk is formatted correctly but cannot be booted from | Use a valid and official Startup Disk | +| `0x0000001B` | This Startup Disk contains a version of Strawberry OS that is too new for this device | Use a Startup Disk that contains a correct version of Strawberry OS | +| `0x0000002B` | This Startup Disk contains a version of Strawberry OS that is too old for this device | Use a Startup Disk that contains a correct version of Strawberry OS | |