aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-07-05 13:40:01 +0200
committerMinteck <contact@minteck.org>2022-07-05 13:40:01 +0200
commitb74e9708f0adcc5c80095e432e8051b01b6255d9 (patch)
treee4d2fec7ac3718f97966b10f7dc12a2b4d36d115 /README.md
downloadstrawberry-boot-b74e9708f0adcc5c80095e432e8051b01b6255d9.tar.gz
strawberry-boot-b74e9708f0adcc5c80095e432e8051b01b6255d9.tar.bz2
strawberry-boot-b74e9708f0adcc5c80095e432e8051b01b6255d9.zip
Initial commitHEADmane
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
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 |